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:
Benjamin Philipp 2022-12-16 22:08:48 +01:00 committed by GitHub
parent 8eaeecdcf4
commit 0e970e7a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 6 deletions

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

View File

@ -1,13 +1,14 @@
{
"name": "Firechain Mainnet",
"name": "Firechain Mainnet Old",
"chain": "FIRE",
"icon": "firechain",
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
"faucets": [],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com",
"shortName": "fire",
"shortName": "_old_fire",
"chainId": 5290,
"networkId": 5290,
"explorers": []
"explorers": [],
"status": "deprecated"
}

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

View File

@ -1,13 +1,14 @@
{
"name": "Rinia Testnet",
"name": "Rinia Testnet Old",
"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",
"shortName": "_old_tfire",
"chainId": 9170,
"networkId": 9170,
"explorers": []
"explorers": [],
"status": "deprecated"
}