aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index fd8c16b..61a2dd5 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -3541,6 +3541,13 @@
3541 }, 3541 },
3542 }, 3542 },
3543 { 3543 {
3544 name: "ZBC - ZooBlockchain",
3545 onSelect: function () {
3546 network = libs.bitcoin.networks.zoobc;
3547 setHdCoin(883);
3548 },
3549 },
3550 {
3544 name: "ZCL - Zclassic", 3551 name: "ZCL - Zclassic",
3545 onSelect: function() { 3552 onSelect: function() {
3546 network = libs.bitcoin.networks.zclassic; 3553 network = libs.bitcoin.networks.zclassic;