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.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 7aa0217..0412b9b 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2685,6 +2685,13 @@
2685 }, 2685 },
2686 }, 2686 },
2687 { 2687 {
2688 name: "FIRO - Firo",
2689 onSelect: function() {
2690 network = libs.bitcoin.networks.firo;
2691 setHdCoin(136);
2692 },
2693 },
2694 {
2688 name: "FIX - FIX", 2695 name: "FIX - FIX",
2689 onSelect: function() { 2696 onSelect: function() {
2690 network = libs.bitcoin.networks.fix; 2697 network = libs.bitcoin.networks.fix;
@@ -3527,13 +3534,6 @@
3527 }, 3534 },
3528 }, 3535 },
3529 { 3536 {
3530 name: "XZC - Zcoin",
3531 onSelect: function() {
3532 network = libs.bitcoin.networks.zcoin;
3533 setHdCoin(136);
3534 },
3535 },
3536 {
3537 name: "ZCL - Zclassic", 3537 name: "ZCL - Zclassic",
3538 onSelect: function() { 3538 onSelect: function() {
3539 network = libs.bitcoin.networks.zclassic; 3539 network = libs.bitcoin.networks.zclassic;