Add Firechain Mainnet & Rinia Testnet (#1844)

* 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
This commit is contained in:
Benjamin Philipp 2022-11-18 14:11:31 +01:00 committed by GitHub
parent 38ae9788f2
commit adb8628614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"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": 5290,
"networkId": 5290,
"explorers": []
}

View File

@ -0,0 +1,13 @@
{
"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": 9170,
"networkId": 9170,
"explorers": []
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf",
"width": 512,
"height": 512,
"format": "png"
}
]

8
_data/icons/rinia.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1",
"width": 512,
"height": 512,
"format": "png"
}
]