From: Ruggero M Date: Sun, 15 Nov 2020 15:31:36 +0000 (+0100) Subject: Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO) X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=3c222e57df566e6d79a0379a2758d34cffdc589e 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/ --- 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 @@ -2594,6 +2594,13 @@ setHdCoin(235); }, }, + { + name: "FIRO - Firo (XZC - Zcoin)", + onSelect: function() { + network = libs.bitcoin.networks.firo; + setHdCoin(136); + }, + }, { name: "FIX - FIX", onSelect: function() { @@ -3436,13 +3443,6 @@ setHdCoin(155); }, }, - { - name: "XZC - Zcoin", - onSelect: function() { - network = libs.bitcoin.networks.zcoin; - setHdCoin(136); - }, - }, { name: "ZCL - Zclassic", onSelect: function() {