aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuggero M <r1979@users.noreply.github.com>2020-11-15 16:31:36 +0100
committerGitHub <noreply@github.com>2020-11-15 16:31:36 +0100
commit3c222e57df566e6d79a0379a2758d34cffdc589e (patch)
tree33450886b9593038ac46cb22adb3d373486fce8b
parent4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed (diff)
downloadBIP39-3c222e57df566e6d79a0379a2758d34cffdc589e.tar.gz
BIP39-3c222e57df566e6d79a0379a2758d34cffdc589e.tar.zst
BIP39-3c222e57df566e6d79a0379a2758d34cffdc589e.zip
Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)
- https://zcoin.io/zcoin-is-becoming-firo/ - https://zcoin.io/the-exchange-ticker-for-firo/
-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 7e67327..41b59c2 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2595,6 +2595,13 @@
2595 }, 2595 },
2596 }, 2596 },
2597 { 2597 {
2598 name: "FIRO - Firo (XZC - Zcoin)",
2599 onSelect: function() {
2600 network = libs.bitcoin.networks.firo;
2601 setHdCoin(136);
2602 },
2603 },
2604 {
2598 name: "FIX - FIX", 2605 name: "FIX - FIX",
2599 onSelect: function() { 2606 onSelect: function() {
2600 network = libs.bitcoin.networks.fix; 2607 network = libs.bitcoin.networks.fix;
@@ -3437,13 +3444,6 @@
3437 }, 3444 },
3438 }, 3445 },
3439 { 3446 {
3440 name: "XZC - Zcoin",
3441 onSelect: function() {
3442 network = libs.bitcoin.networks.zcoin;
3443 setHdCoin(136);
3444 },
3445 },
3446 {
3447 name: "ZCL - Zclassic", 3447 name: "ZCL - Zclassic",
3448 onSelect: function() { 3448 onSelect: function() {
3449 network = libs.bitcoin.networks.zclassic; 3449 network = libs.bitcoin.networks.zclassic;