mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-26 12:20:41 +00:00
Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify
This commit is contained in:
+8
-1
@@ -2185,11 +2185,18 @@
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "HUSH - Hush",
|
||||
name: "HUSH - Hush (Legacy)",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.hush;
|
||||
setHdCoin(197);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "HUSH - Hush3",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.hush3;
|
||||
setHdCoin(197);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "INSN - Insane",
|
||||
|
||||
Reference in New Issue
Block a user