chains/_data/chains/eip155-917.json
Benjamin Philipp 0e970e7a34
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
2022-12-16 22:08:48 +01:00

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"
}