mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-20 17:32:17 +00:00
Add nubits
This commit is contained in:
@@ -1386,6 +1386,14 @@
|
||||
setHdCoin(111);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "USNBT - NuBits",
|
||||
p2wpkhNestedInP2shAvailable: false,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.nubits;
|
||||
setHdCoin(12);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "VIA - Viacoin",
|
||||
p2wpkhNestedInP2shAvailable: false,
|
||||
|
||||
Reference in New Issue
Block a user