diff --git a/_data/chains/eip155-2152.json b/_data/chains/eip155-2152.json new file mode 100644 index 00000000..e1ad63c3 --- /dev/null +++ b/_data/chains/eip155-2152.json @@ -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" + } + ] +}