fix(common): Zcoin rebrand to Firo (#1544)

pull/1493/head
a-bezrukov 3 years ago committed by GitHub
parent 7436fd06b9
commit a305c774df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
{ {
"coin_name": "Zcoin", "coin_name": "Firo",
"coin_shortcut": "XZC", "coin_shortcut": "FIRO",
"coin_label": "Zcoin", "coin_label": "Firo",
"website": "https://zcoin.io", "website": "https://firo.org",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/firoorg/firo",
"maintainer": "Andrey Bezrukov <andreyvbezrukov@gmail.com>", "maintainer": "Andrey Bezrukov <andreyvbezrukov@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"decimals": 8, "decimals": 8,
@ -34,7 +34,7 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"uri_prefix": "zcoin", "uri_prefix": "firo",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"negative_fee": false, "negative_fee": false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -1,9 +1,9 @@
{ {
"coin_name": "Zcoin Testnet", "coin_name": "Firo Testnet",
"coin_shortcut": "tXZC", "coin_shortcut": "tFIRO",
"coin_label": "Zcoin Testnet", "coin_label": "Firo Testnet",
"website": "https://zcoin.io", "website": "https://firo.org",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/firoorg/firo",
"maintainer": "Andrey Bezrukov <andreyvbezrukov@gmail.com>", "maintainer": "Andrey Bezrukov <andreyvbezrukov@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"decimals": 8, "decimals": 8,
@ -34,7 +34,7 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"uri_prefix": "testzcoin", "uri_prefix": "testfiro",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 35, "max_address_length": 35,
"negative_fee": false, "negative_fee": false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -831,25 +831,25 @@
} }
] ]
}, },
"bitcoin:XZC": { "bitcoin:FIRO": {
"links": { "links": {
"Github": "https://github.com/zcoinofficial/zcoin", "Github": "https://github.com/firoorg/firo",
"Homepage": "https://zcoin.io" "Homepage": "https://firo.org"
}, },
"marketcap_usd": 0, "marketcap_usd": 0,
"name": "Zcoin", "name": "Firo",
"shortcut": "XZC", "shortcut": "FIRO",
"t1_enabled": "yes", "t1_enabled": "yes",
"t2_enabled": "yes", "t2_enabled": "yes",
"type": "coin", "type": "coin",
"wallet": [ "wallet": [
{ {
"name": "Electrum-XZC", "name": "Electrum-FIRO",
"url": "https://github.com/zcoinofficial/electrum-xzc" "url": "https://github.com/firoorg/electrum-firo"
}, },
{ {
"name": "Znode Tool", "name": "Znode Tool",
"url": "https://github.com/yura-pakhuchiy/znode-tool" "url": "https://github.com/firoorg/znode-tool-evo"
} }
] ]
}, },

@ -121,9 +121,9 @@
"bitcoin:XVG": { "bitcoin:XVG": {
"Electrum": "https://github.com/vergecurrency/electrum/releases" "Electrum": "https://github.com/vergecurrency/electrum/releases"
}, },
"bitcoin:XZC": { "bitcoin:FIRO": {
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc", "Electrum-FIRO": "https://github.com/firoorg/electrum-firo",
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool" "Znode Tool": "https://github.com/firoorg/znode-tool-evo"
}, },
"bitcoin:ZEC": { "bitcoin:ZEC": {
"Exodus": "https://www.exodus.io" "Exodus": "https://www.exodus.io"

Loading…
Cancel
Save