mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Change chain and network id for Firechain Main & Rinia Testnet (#2038)
* Add eip for thefirechain * Add icons for thefirechain * Remove explorer information for now * Remove explorer information for now * rename testnet and apply prettier formatting * update icon * Change chain and network id * Update chains * Deprecate old configs
This commit is contained in:
parent
8eaeecdcf4
commit
0e970e7a34
14
_data/chains/eip155-529.json
Normal file
14
_data/chains/eip155-529.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "Firechain Mainnet",
|
||||||
|
"chain": "FIRE",
|
||||||
|
"icon": "firechain",
|
||||||
|
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
||||||
|
"infoURL": "https://thefirechain.com",
|
||||||
|
"shortName": "fire",
|
||||||
|
"chainId": 529,
|
||||||
|
"networkId": 529,
|
||||||
|
"explorers": [],
|
||||||
|
"status": "incubating"
|
||||||
|
}
|
|
@ -1,13 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "Firechain Mainnet",
|
"name": "Firechain Mainnet Old",
|
||||||
"chain": "FIRE",
|
"chain": "FIRE",
|
||||||
"icon": "firechain",
|
"icon": "firechain",
|
||||||
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
|
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
||||||
"infoURL": "https://thefirechain.com",
|
"infoURL": "https://thefirechain.com",
|
||||||
"shortName": "fire",
|
"shortName": "_old_fire",
|
||||||
"chainId": 5290,
|
"chainId": 5290,
|
||||||
"networkId": 5290,
|
"networkId": 5290,
|
||||||
"explorers": []
|
"explorers": [],
|
||||||
|
"status": "deprecated"
|
||||||
}
|
}
|
||||||
|
|
14
_data/chains/eip155-917.json
Normal file
14
_data/chains/eip155-917.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "Rinia Testnet",
|
||||||
|
"chain": "FIRE",
|
||||||
|
"icon": "rinia",
|
||||||
|
"rpc": ["https://rinia.rpc1.thefirechain.com"],
|
||||||
|
"faucets": ["https://faucet.thefirechain.com"],
|
||||||
|
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
||||||
|
"infoURL": "https://thefirechain.com",
|
||||||
|
"shortName": "tfire",
|
||||||
|
"chainId": 917,
|
||||||
|
"networkId": 917,
|
||||||
|
"explorers": [],
|
||||||
|
"status": "incubating"
|
||||||
|
}
|
|
@ -1,13 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "Rinia Testnet",
|
"name": "Rinia Testnet Old",
|
||||||
"chain": "FIRE",
|
"chain": "FIRE",
|
||||||
"icon": "rinia",
|
"icon": "rinia",
|
||||||
"rpc": ["https://rinia.rpc1.thefirechain.com"],
|
"rpc": ["https://rinia.rpc1.thefirechain.com"],
|
||||||
"faucets": ["https://faucet.thefirechain.com"],
|
"faucets": ["https://faucet.thefirechain.com"],
|
||||||
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
||||||
"infoURL": "https://thefirechain.com",
|
"infoURL": "https://thefirechain.com",
|
||||||
"shortName": "tfire",
|
"shortName": "_old_tfire",
|
||||||
"chainId": 9170,
|
"chainId": 9170,
|
||||||
"networkId": 9170,
|
"networkId": 9170,
|
||||||
"explorers": []
|
"explorers": [],
|
||||||
|
"status": "deprecated"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user