Add BitCloud and Megacoin

This commit is contained in:
David B
2018-09-19 17:37:54 +02:00
committed by David B
parent 2575538b25
commit 5ed5f6612d
3 changed files with 50 additions and 0 deletions
+14
View File
@@ -1744,6 +1744,13 @@
setHdCoin(177);
},
},
{
name: "BTDX - BitCloud",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.bitcloud;
setHdCoin(218);
},
},
{
name: "BTG - Bitcoin Gold",
onSelect: function() {
@@ -2114,6 +2121,13 @@
setHdCoin(13);
},
},
{
name: "MEC - Megacoin",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.megacoin;
setHdCoin(217);
},
},
{
name: "MIX - MIX",
segwitAvailable: false,