diff --git a/src/modules/[chain]/ibc/[connection_id].vue b/src/modules/[chain]/ibc/[connection_id].vue index 8c4f4136..2bd4a7ec 100644 --- a/src/modules/[chain]/ibc/[connection_id].vue +++ b/src/modules/[chain]/ibc/[connection_id].vue @@ -136,7 +136,16 @@ function color(v: string) {
# | +VALIDATOR | +VOTING POWER | +24h CHANGES | +COMMISSION | +ACTIONS | +|
---|---|---|---|---|---|---|
+ |
-
- + + |
+
+
-
-
- {{
- format.formatToken(
- {
- amount: parseInt(v.tokens).toString(),
- denom: staking.params.bond_denom,
- },
- true,
- '0,0'
- )
- }}
+ |
-
-
- {{ change24Text(v.consensus_pubkey) }}
- |
-
- - {{ - format.formatCommissionRate( - v.commission?.commission_rates?.rate + + | + + +
+
+ + {{ + format.formatToken( + { + amount: parseInt(v.tokens).toString(), + denom: staking.params.bond_denom, + }, + true, + '0,0' + ) + }} ++ {{ + format.calculatePercent( + v.delegator_shares, + staking.totalPower ) - }} - |
-
- - {{ 2 }} - | -
+ {{ change24Text(v.consensus_pubkey) }}
+ |
+
+ + {{ + format.formatCommissionRate( + v.commission?.commission_rates?.rate + ) + }} + | + ++ {{ 2 }} + | + + +