mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
0e970e7a34
* 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
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"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"
|
|
}
|