diff --git a/src/layouts/components/ChainProfile.vue b/src/layouts/components/ChainProfile.vue index b1049d80..b9d4628d 100644 --- a/src/layouts/components/ChainProfile.vue +++ b/src/layouts/components/ChainProfile.vue @@ -83,13 +83,15 @@ chainStore.$subscribe((m, s) => {
+ | Account | +Delegation | +Balance | ++ |
---|---|---|---|---|
+ |
+
+
+
+
+
+
+
+
+
+
+ {{ acc.chainName }}
+
+ |
+
+
+ {{ format.formatToken(acc.delegation, true, '0,0.[0000]', 'all') }}
+
+ ${{
+ format.tokenValue(acc.delegation) }}
+ |
+
+
+
+ {{ format.formatToken(b, true, '0,0.[0000]', 'all') }}
+
+ ${{ format.tokenValue(b) }} ({{
+ format.showChanges(format.priceChanges(b.denom)) }}%)
+
+ |
+ + + | +
+
+
+
+ |
+
+
Only shows blockchains on your favorite list
++
+
+
+
+
+
+
+
+
+
+ {{ acc.chainName }}
+
+ |
+
+
+ |
+