mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
38ae9788f2
commit
adb8628614
13
_data/chains/eip155-5290.json
Normal file
13
_data/chains/eip155-5290.json
Normal 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": []
|
||||
}
|
13
_data/chains/eip155-9170.json
Normal file
13
_data/chains/eip155-9170.json
Normal 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": []
|
||||
}
|
8
_data/icons/firechain.json
Normal file
8
_data/icons/firechain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/rinia.json
Normal file
8
_data/icons/rinia.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user