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