remove ping signer
This commit is contained in:
parent
4b5a798400
commit
6eea2fd20d
@ -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"
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user