diff --git a/src/modules/[chain]/account/[address].vue b/src/modules/[chain]/account/[address].vue index cf4e0929..2717c9c3 100644 --- a/src/modules/[chain]/account/[address].vue +++ b/src/modules/[chain]/account/[address].vue @@ -260,7 +260,7 @@ loadAccount(props.address) - {{ v.height }} + {{ v.height }} {{ v.txhash }} {{ format.messages(v.tx.body.messages) }} diff --git a/src/modules/[chain]/staking/[validator].vue b/src/modules/[chain]/staking/[validator].vue index 8f628f29..5dfc4b57 100644 --- a/src/modules/[chain]/staking/[validator].vue +++ b/src/modules/[chain]/staking/[validator].vue @@ -116,27 +116,27 @@ onMounted(()=> { -

+

About Us

Website: {{ v.description?.website || '-' }} - + Contact: {{ v.description?.security_contact }} - -

+ +

Validator Status

- - Status: {{ v.status }} + + Status: {{ (v.status).replace('BOND_STATUS_', '') }} - - Jailed: {{ v.jailed }} + + Jailed: {{ v.jailed || '-' }}
@@ -148,7 +148,7 @@ onMounted(()=> {

{{ format.formatToken2({amount: v.tokens, denom: staking.params.bond_denom}) }}

- Bonded Tokens + Total Bonded Tokens
@@ -160,14 +160,14 @@ onMounted(()=> {
- +

{{ v.min_self_delegation }} {{ staking.params.bond_denom }}

Min Self Delegation:
- +

{{ apr }}

Annual Profit @@ -175,7 +175,7 @@ onMounted(()=> {
- +

{{ v.unbonding_height }}

Unbonding Height @@ -256,7 +256,10 @@ onMounted(()=> { {{ item.height }} {{ item.txhash }} - {{ format.messages(item.tx.body.messages) }} + + {{ format.messages(item.tx.body.messages) }} + + {{ format.toDay(item.timestamp,'from') }}