mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
3abcd83f8c
* 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>
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|