Skip to content

Commit

Permalink
fix(common): Zcoin rebrand to Firo (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bezrukov authored Mar 25, 2021
1 parent 7436fd0 commit a305c77
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions common/defs/bitcoin/zcoin.json → common/defs/bitcoin/firo.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Binary file added common/defs/bitcoin/firo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Binary file added common/defs/bitcoin/firo_testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed common/defs/bitcoin/zcoin.png
Binary file not shown.
Binary file removed common/defs/bitcoin/zcoin_testnet.png
Binary file not shown.
16 changes: 8 additions & 8 deletions common/defs/coins_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions common/defs/wallets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a305c77

Please sign in to comment.