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> </b-row>
</tab-content> </tab-content>
</form-wizard> </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> </div>
</template> </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 'vue-form-wizard/dist/vue-form-wizard.min.css' import 'vue-form-wizard/dist/vue-form-wizard.min.css'
import { import {
BAlert,
BRow, BRow,
BCol, BCol,
BFormGroup, BFormGroup,
@ -270,6 +284,7 @@ import { toHex } from '@cosmjs/encoding'
export default { export default {
components: { components: {
BAlert,
ValidationProvider, ValidationProvider,
ValidationObserver, ValidationObserver,
FormWizard, FormWizard,