Merge pull request #137 from AraguaneyBits/master

Add ONX (Onixcoin)
This commit is contained in:
iancoleman
2017-12-20 10:38:14 +11:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

@@ -1521,6 +1521,14 @@
setHdCoin(7);
},
},
{
name: "ONX - Onixcoin",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.onixcoin;
setHdCoin(174);
},
},
{
name: "PIVX - PIVX",
segwitAvailable: false,