Add Notice

This commit is contained in:
liangping 2022-01-06 10:11:44 +08:00
parent f5fde99f63
commit eb0c5cc9c4

View File

@ -239,7 +239,20 @@
</b-row>
</tab-content>
</form-wizard>
<b-alert
show
variant="danger"
>
<div class="alert-heading">
IMPORTANT
</div>
<div class="alert-body">
<div>
Ping Wallet only support 'm/44'/118/0'/0/0', The imported addresses will be different for chains which don't use 118, like Desmos.
Do NOT use these addresses.
</div>
</div>
</b-alert>
</div>
</template>
@ -250,6 +263,7 @@ import ToastificationContent from '@core/components/toastification/Toastificatio
// import 'vue-form-wizard/dist/vue-form-wizard.min.css'
import 'vue-form-wizard/dist/vue-form-wizard.min.css'
import {
BAlert,
BRow,
BCol,
BFormGroup,
@ -270,6 +284,7 @@ import { toHex } from '@cosmjs/encoding'
export default {
components: {
BAlert,
ValidationProvider,
ValidationObserver,
FormWizard,