Add Findora Forge testnet (#1807)

This commit is contained in:
Ryan 2022-11-01 11:27:36 -07:00 committed by GitHub
parent 454eceeb35
commit 8e43bd12ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}