Add Findora Mainnet

This commit is contained in:
Ryan Sun 2022-03-29 10:56:26 -07:00
parent 427b062814
commit f0f671bc1a

View File

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