remove ping signer

This commit is contained in:
liangping
2022-04-26 13:39:37 +08:00
parent 4b5a798400
commit 6eea2fd20d
3 changed files with 13 additions and 20 deletions
@@ -20,13 +20,6 @@
>
Keplr
</b-form-radio>
<b-form-radio
name="wallet"
value="pingKMS"
class="d-none d-md-block"
>
Ping Signer
</b-form-radio>
<b-form-radio
name="wallet"
value="ledgerUSB"
@@ -183,7 +183,7 @@ import {
import vSelect from 'vue-select'
import ToastificationContent from '@core/components/toastification/ToastificationContent.vue'
import WalletInputVue from '../WalletInput.vue'
import WalletInputVue from './WalletInput.vue'
import Delegate from './components/Delegate.vue'
import Redelegate from './components/Redelegate.vue'
import Withdraw from './components/Withdraw.vue'