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

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -1,9 +1,9 @@
{
"coin_name": "Zcoin Testnet",
"coin_shortcut": "tXZC",
"coin_label": "Zcoin Testnet",
"website": "https://zcoin.io",
"github": "https://github.com/zcoinofficial/zcoin",
"coin_name": "Firo Testnet",
"coin_shortcut": "tFIRO",
"coin_label": "Firo Testnet",
"website": "https://firo.org",
"github": "https://github.com/firoorg/firo",
"maintainer": "Andrey Bezrukov <andreyvbezrukov@gmail.com>",
"curve_name": "secp256k1",
"decimals": 8,
@ -34,7 +34,7 @@
},
"dust_limit": 546,
"blocktime_seconds": 600,
"uri_prefix": "testzcoin",
"uri_prefix": "testfiro",
"min_address_length": 27,
"max_address_length": 35,
"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": {
"Github": "https://github.com/zcoinofficial/zcoin",
"Homepage": "https://zcoin.io"
"Github": "https://github.com/firoorg/firo",
"Homepage": "https://firo.org"
},
"marketcap_usd": 0,
"name": "Zcoin",
"shortcut": "XZC",
"name": "Firo",
"shortcut": "FIRO",
"t1_enabled": "yes",
"t2_enabled": "yes",
"type": "coin",
"wallet": [
{
"name": "Electrum-XZC",
"url": "https://github.com/zcoinofficial/electrum-xzc"
"name": "Electrum-FIRO",
"url": "https://github.com/firoorg/electrum-firo"
},
{
"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": {
"Electrum": "https://github.com/vergecurrency/electrum/releases"
},
"bitcoin:XZC": {
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"
"bitcoin:FIRO": {
"Electrum-FIRO": "https://github.com/firoorg/electrum-firo",
"Znode Tool": "https://github.com/firoorg/znode-tool-evo"
},
"bitcoin:ZEC": {
"Exodus": "https://www.exodus.io"

Loading…
Cancel
Save