forked from cerc-io/cosmos-explorer
add NOTE
This commit is contained in:
parent
984dd8ae3a
commit
96931d905b
@ -218,6 +218,19 @@
|
|||||||
<small class="text-success">{{ errors[0] }}</small>
|
<small class="text-success">{{ errors[0] }}</small>
|
||||||
</validation-provider>
|
</validation-provider>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
|
<b-alert
|
||||||
|
show
|
||||||
|
variant="info"
|
||||||
|
>
|
||||||
|
<div class="alert-heading">
|
||||||
|
IMPORTANT
|
||||||
|
</div>
|
||||||
|
<div class="alert-body">
|
||||||
|
<div>
|
||||||
|
If you don't have Ledger, Do not import those addresses with <b class="text-danger">RED</b>. Because these addresses are derived from different coin_type which may not as same as the offical one
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</b-alert>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</validation-observer>
|
</validation-observer>
|
||||||
@ -258,20 +271,6 @@
|
|||||||
</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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user