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

View File

@ -1,5 +1,17 @@
<template>
<div>
<b-alert
variant="danger"
:show="true"
dismissible
>
<h4 class="alert-heading">
DISCLAIMER:
</h4>
<div class="alert-body">
<span>Ping.pub is maintained by the community, Everyone could add a chain to ping.pub. Some of those blockchains are not fully tested, Use at your own risk.</span>
</div>
</b-alert>
<form-wizard
ref="wizard"
color="#7367F0"
@ -272,18 +284,6 @@
</tab-content>
</form-wizard>
<b-alert
variant="danger"
:show="true"
>
<h4 class="alert-heading">
DISCLAIMER:
</h4>
<div class="alert-body">
<span>Ping.pub is maintained by the community, Everyone could add a chain to ping.pub. Some of those blockchains are not fully tested, Use at your own risk.</span>
</div>
</b-alert>
<b-alert
variant="secondary"
:show="true"

View File

@ -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"

View File

@ -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'