diff --git a/src/assets/img/paras_logo.svg b/src/assets/img/paras_logo.svg deleted file mode 100644 index 3c621110a..000000000 --- a/src/assets/img/paras_logo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/src/components/assets/transfer/LocalTransfer.vue b/src/components/assets/transfer/LocalTransfer.vue index 76cbf9d98..0c0c81834 100644 --- a/src/components/assets/transfer/LocalTransfer.vue +++ b/src/components/assets/transfer/LocalTransfer.vue @@ -233,6 +233,7 @@ export default defineComponent({ selectedGas, evmGasCost, isTransferNativeToken, + isEnableSpeedConfiguration, setSelectedGas, inputHandler, setSelectedTip, @@ -245,14 +246,6 @@ export default defineComponent({ ); const store = useStore(); - const isEnableSpeedConfiguration = computed(() => { - const currentWallet = store.getters['general/currentWallet']; - return ( - currentWallet !== SupportWallet.TalismanEvm && - currentWallet !== SupportWallet.SubWalletEvm && - currentWallet !== SupportWallet.OneKeyEvm - ); - }); const transfer = async (): Promise => { await transferAsset({ diff --git a/src/components/dapp-staking/StakingTop.vue b/src/components/dapp-staking/StakingTop.vue index d5f747cbf..66d2db79b 100644 --- a/src/components/dapp-staking/StakingTop.vue +++ b/src/components/dapp-staking/StakingTop.vue @@ -30,7 +30,7 @@