Add ZooBC coin support

This commit is contained in:
jhonkus
2020-11-27 06:27:21 +08:00
parent 32ade2fbf7
commit 0cb81e1117
2 changed files with 19 additions and 0 deletions

View File

@@ -3540,6 +3540,13 @@
setHdCoin(136);
},
},
{
name: "ZBC - ZooBlockchain",
onSelect: function () {
network = libs.bitcoin.networks.zoobc;
setHdCoin(883);
},
},
{
name: "ZCL - Zclassic",
onSelect: function() {