mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Findora Chain (#1073)
* Add Findora Mainnet * Add Findora Testnet * Update _data/chains/eip155-2152.json * Update _data/chains/eip155-2153.json * Change the shortName for Findora testnet Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
a17a6a30b4
commit
3abcd83f8c
23
_data/chains/eip155-2152.json
Normal file
23
_data/chains/eip155-2152.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Findora Mainnet",
|
||||||
|
"chain": "Findora",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://prod-mainnet.prod.findora.org:8545"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FRA",
|
||||||
|
"symbol": "FRA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://findora.org/",
|
||||||
|
"shortName": "fra",
|
||||||
|
"chainId": 2152,
|
||||||
|
"networkId": 2152,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "findorascan",
|
||||||
|
"url": "https://evm.findorascan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
_data/chains/eip155-2153.json
Normal file
23
_data/chains/eip155-2153.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Findora Testnet",
|
||||||
|
"chain": "Testnet-anvil",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://prod-testnet.prod.findora.org:8545/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FRA",
|
||||||
|
"symbol": "FRA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://findora.org/",
|
||||||
|
"shortName": "findora-testnet",
|
||||||
|
"chainId": 2153,
|
||||||
|
"networkId": 2153,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "findorascan",
|
||||||
|
"url": "https://testnet-anvil.evm.findorascan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user