aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorjhonkus <putukn@gmail.com>2020-11-27 06:27:21 +0800
committerjhonkus <putukn@gmail.com>2020-12-07 19:43:20 +0800
commit0cb81e1117053c93debfa501a5bdb11169636dd2 (patch)
tree1bfa030d0e41df5addb73b4f077b4dabd7f2405f /src/js/index.js
parent32ade2fbf79415f8335d96c942b5f5569829820d (diff)
downloadBIP39-0cb81e1117053c93debfa501a5bdb11169636dd2.tar.gz
BIP39-0cb81e1117053c93debfa501a5bdb11169636dd2.tar.zst
BIP39-0cb81e1117053c93debfa501a5bdb11169636dd2.zip
Add ZooBC coin support
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;