Add Findora Testnet

This commit is contained in:
Ryan Sun 2022-03-29 10:56:40 -07:00
parent f0f671bc1a
commit fc09eadfc8

View File

@ -0,0 +1,25 @@
{
"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": "fra",
"chainId": 2153,
"networkId": 2153,
"explorers": [
{
"name": "findorascan",
"url": "https://testnet-anvil.evm.findorascan.io/",
"standard": "EIP3091"
}
]
}