diff --git a/src/modules/[chain]/block/[height].vue b/src/modules/[chain]/block/[height].vue index 4665d785..eac2db23 100644 --- a/src/modules/[chain]/block/[height].vue +++ b/src/modules/[chain]/block/[height].vue @@ -1,58 +1,67 @@ - + - - #{{ store.current.block?.header?.height }} - - - - - - - - + + #{{ store.current.block?.header?.height }} + + + + + + + + - - - + + + - - - + + + - - - + + + - - \ No newline at end of file + + diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue index 7b2d9986..00b7ef7e 100644 --- a/src/modules/[chain]/block/index.vue +++ b/src/modules/[chain]/block/index.vue @@ -11,76 +11,80 @@ const tab = ref('blocks'); const format = useFormatter(); - - - - Blocks - Transactions - - - - - - - - Height - Hash - Proposer - Txs - Time - - - - - - {{ item.block?.header?.height }} - - {{ item.block_id?.hash }} - - {{ format.validator(item.block?.header?.proposer_address) }} - - {{ item.block?.data?.txs.length }} - {{ format.toDay(item.block?.header?.time, 'from') }} - - - - - - - - - Hash - Messages - Fees - - - - - - {{ - item.hash - }} - - {{ format.messages(item.tx.body.messages) }} - {{ format.formatTokens(item.tx.authInfo.fee?.amount) }} - - - + + Blocks + Transactions + - - - - - - - + + + + + Height + Hash + Proposer + Txs + Time + + + + + + {{ item.block?.header?.height }} + + {{ item.block_id?.hash }} + + {{ format.validator(item.block?.header?.proposer_address) }} + + {{ item.block?.data?.txs.length }} + {{ format.toDay(item.block?.header?.time, 'from') }} + + + + + + + + + + Hash + Messages + Fees + + + + + + {{ + item.hash + }} + + {{ format.messages(item.tx.body.messages) }} + {{ format.formatTokens(item.tx.authInfo.fee?.amount) }} + + + + + + +