mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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
504 B
JSON
24 lines
504 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|