feat: add xprv wallet import support #53
@@ -66,19 +66,19 @@
|
|||||||
id="tab-mnemonic"
|
id="tab-mnemonic"
|
||||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-fg font-bold"
|
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-fg font-bold"
|
||||||
>
|
>
|
||||||
From Phrase
|
From Recovery Phrase
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
id="tab-privkey"
|
id="tab-privkey"
|
||||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg"
|
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg hover:border-fg"
|
||||||
>
|
>
|
||||||
From Key
|
From Private Key
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
id="tab-xprv"
|
id="tab-xprv"
|
||||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg"
|
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg hover:border-fg"
|
||||||
>
|
>
|
||||||
From xprv
|
From Extended Key
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user