mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"name": "Findora Forge",
|
|
"chain": "Testnet-forge",
|
|
"rpc": ["https://prod-forge.prod.findora.org:8545/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "FRA",
|
|
"symbol": "FRA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://findora.org/",
|
|
"shortName": "findora-forge",
|
|
"chainId": 2154,
|
|
"networkId": 2154,
|
|
"explorers": [
|
|
{
|
|
"name": "findorascan",
|
|
"url": "https://testnet-forge.evm.findorascan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|