- | Code Id |
+ Code Id |
Code Hash |
Creator |
Permissions |
@@ -32,10 +32,11 @@ wasmStore.wasmClient.getWasmCodeList().then((x) => {
- {{ v.data_hash }}
-
+ {{ v.data_hash }}
+
|
{{ v.creator }} |
diff --git a/src/modules/[chain]/gov/index.vue b/src/modules/[chain]/gov/index.vue
index 407751b2..b6c528a8 100644
--- a/src/modules/[chain]/gov/index.vue
+++ b/src/modules/[chain]/gov/index.vue
@@ -41,7 +41,7 @@ const changeTab = (val: '2' | '3' | '4') => {
>Rejected
-
+
diff --git a/src/modules/[chain]/ibc/[connection_id].vue b/src/modules/[chain]/ibc/[connection_id].vue
index f592eb63..752c3f34 100644
--- a/src/modules/[chain]/ibc/[connection_id].vue
+++ b/src/modules/[chain]/ibc/[connection_id].vue
@@ -85,7 +85,7 @@ function color(v: string) {
IBC Client State
-
+
| update after expiry: |
@@ -93,12 +93,17 @@ function color(v: string) {
| allow_update_after_misbehaviour: |
- {{ clientState.client_state?.allow_update_after_misbehaviour }} |
+
+ {{ clientState.client_state?.allow_update_after_misbehaviour }}
+ |
| trust_level: |
- {{ clientState.client_state?.trust_level?.numerator }}/{{
- clientState.client_state?.trust_level?.denominator}} |
+
+ {{ clientState.client_state?.trust_level?.numerator }}/{{
+ clientState.client_state?.trust_level?.denominator
+ }}
+ |
| trusting_period: |
@@ -106,11 +111,11 @@ function color(v: string) {
| unbonding_period: |
- {{ clientState.client_state?.unbonding_period }} |
+ {{ clientState.client_state?.unbonding_period }} |
| frozen_height: |
- {{ clientState.client_state?.frozen_height }} |
+ {{ clientState.client_state?.frozen_height }} |
| latest_height: |
@@ -122,11 +127,11 @@ function color(v: string) {
| upgrade_path: |
- {{ clientState.client_state?.upgrade_path }} |
+ {{ clientState.client_state?.upgrade_path }} |
| max_clock_drift: |
- {{ clientState.client_state?.max_clock_drift }} |
+ {{ clientState.client_state?.max_clock_drift }} |
diff --git a/src/modules/[chain]/ibc/index.vue b/src/modules/[chain]/ibc/index.vue
index bef075ff..1456a2ea 100644
--- a/src/modules/[chain]/ibc/index.vue
+++ b/src/modules/[chain]/ibc/index.vue
@@ -25,7 +25,7 @@ function color(v: string) {
IBC Connections
-
+
| Connection Id |
@@ -49,7 +49,7 @@ function color(v: string) {
{{ v.delay_period }} |
{
return store.coinInfo;
});
@@ -32,7 +31,6 @@ onMounted(() => {
store.loadDashboard();
walletStore.loadMyAsset();
});
-
const ticker = computed(() => store.coinInfo.tickers[store.tickerIndex]);
blockchain.$subscribe((m, s) => {
@@ -246,10 +244,11 @@ const color = computed(() => {
{{ walletStore.currentAddress || 'Not Connected' }}
- MoreMore
{
{{ format.formatToken(item?.balance) }} |
{{
- format.formatToken({
- denom: item?.balance?.denom,
- amount: item?.delegation?.shares,
- })
+ format.formatToken(
+ walletStore?.rewards?.rewards?.find(
+ (el) =>
+ el?.validator_address ===
+ item?.delegation?.validator_address
+ )?.reward?.[0]
+ )
}}
|
@@ -343,12 +345,21 @@ const color = computed(() => {
-
+
Receive
-
+
+
+
+
diff --git a/src/modules/[chain]/staking/[validator].vue b/src/modules/[chain]/staking/[validator].vue
index d4d3319a..093fb843 100644
--- a/src/modules/[chain]/staking/[validator].vue
+++ b/src/modules/[chain]/staking/[validator].vue
@@ -1,6 +1,5 @@
| | |