Add zcash support

This commit is contained in:
xarakas
2018-04-30 17:40:27 +03:00
parent 584dbddd37
commit 0702ecd352
4 changed files with 44 additions and 7 deletions
+8
View File
@@ -2428,6 +2428,14 @@
setHdCoin(136);
},
},
{
name: "ZEC - Zcash",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.zcash;
setHdCoin(133);
},
},
]
var clients = [