diff --git a/src/views/Governance.vue b/src/views/Governance.vue index b51d339f..cc58556a 100644 --- a/src/views/Governance.vue +++ b/src/views/Governance.vue @@ -157,40 +157,22 @@ {{ $t('btn_deposit') }} - - {{ $t('btn_deposit') }}1 - {{ $t('btn_vote') }} - - {{ $t('btn_vote') }}1 - diff --git a/src/views/Staking.vue b/src/views/Staking.vue index a644a2b6..257b899f 100644 --- a/src/views/Staking.vue +++ b/src/views/Staking.vue @@ -246,23 +246,6 @@ export default { }, data() { return { - keys: [ - 'bitsongvaloper1jxv0u20scum4trha72c7ltfgfqef6nscl86wxa', - 'akashvaloper1vgstlgtsx4w80gphwgre0fcvc04lcnaelukvll', - 'certikvaloper1jxv0u20scum4trha72c7ltfgfqef6nsczkvcu7', - 'cosmosvaloper1jxv0u20scum4trha72c7ltfgfqef6nsch7q6cu', - 'iva16plp8cmfkjssp222taq6pv6mkm8c5pa9lcktta', - 'junovaloper1jxv0u20scum4trha72c7ltfgfqef6nscm9pmg2', - 'kavavaloper1xftqdxvq0xkv2mu8c5y0jrsc578tak4m9u0s44', - 'kivaloper1jxv0u20scum4trha72c7ltfgfqef6nschqtan9', - 'osmovaloper1jxv0u20scum4trha72c7ltfgfqef6nscqx0u46', - 'persistencevaloper1jxv0u20scum4trha72c7ltfgfqef6nsc4zjpnj', - 'starsvaloper1jxv0u20scum4trha72c7ltfgfqef6nscdghxyx', - 'digvaloper1jxv0u20scum4trha72c7ltfgfqef6nsc4s577p', - 'bcnavaloper1jxv0u20scum4trha72c7ltfgfqef6nsc384wxf', - 'pbvaloper1jxv0u20scum4trha72c7ltfgfqef6nsc5nn6cf', - 'rizonvaloper1jxv0u20scum4trha72c7ltfgfqef6nsczn2l68', - ], islive: true, validator_address: null, mintInflation: 0, @@ -313,7 +296,7 @@ export default { }, computed: { pingVals() { - return this.list.filter(x => this.keys.includes(x.operator_address)) + return this.list.filter(x => x.description.identity === '6783E9F948541962') }, list() { return this.validators.map(x => { diff --git a/src/views/StakingRewardComponent.vue b/src/views/StakingRewardComponent.vue index 2dbdea30..0d79d94f 100644 --- a/src/views/StakingRewardComponent.vue +++ b/src/views/StakingRewardComponent.vue @@ -75,21 +75,13 @@ - - Withdraw Commission - - Withdraw Commission1 + Withdraw Commission Assets
- - Transfer - Transfer1 - - - IBC Transfer + />Transfer - IBC Transfer1 + IBC Transfer
@@ -152,34 +131,12 @@ size="sm" class="mr-25" @click="setOperationModalType('Delegate')" - > - Delegate1 - - Delegate - - Withdraw Rewards - Withdraw Rewards1 + /> Withdraw Rewards @@ -205,45 +162,27 @@ size="sm" > - - - - - - diff --git a/src/views/components/OperationModal/TransactionResult.vue b/src/views/components/OperationModal/TransactionResult.vue index 46a88a86..b3499815 100644 --- a/src/views/components/OperationModal/TransactionResult.vue +++ b/src/views/components/OperationModal/TransactionResult.vue @@ -1,10 +1,10 @@