Add rebranded labelling to Zcoin/Firo

This commit is contained in:
Ian Coleman
2020-11-29 21:59:20 +00:00
parent 990ce0d072
commit 38626a2d1f
3 changed files with 30 additions and 2 deletions

View File

@@ -2685,7 +2685,7 @@
},
},
{
name: "FIRO - Firo",
name: "FIRO - Firo (Zcoin rebrand)",
onSelect: function() {
network = libs.bitcoin.networks.firo;
setHdCoin(136);
@@ -3533,6 +3533,13 @@
setHdCoin(155);
},
},
{
name: "XZC - Zcoin (rebranded to Firo)",
onSelect: function() {
network = libs.bitcoin.networks.zcoin;
setHdCoin(136);
},
},
{
name: "ZCL - Zclassic",
onSelect: function() {