mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Added myriad to selectbox
This commit is contained in:
@@ -1322,6 +1322,14 @@
|
|||||||
network = bitcoinjs.bitcoin.networks.bitcoin;
|
network = bitcoinjs.bitcoin.networks.bitcoin;
|
||||||
setHdCoin(144);
|
setHdCoin(144);
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "XMY - Myriadcoin",
|
||||||
|
bip49available: false,
|
||||||
|
onSelect: function() {
|
||||||
|
network = bitcoinjs.bitcoin.networks.myriadcoin;
|
||||||
|
setHdCoin(90);
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user