From fc09eadfc8a8d8bb6f78be7e7835ebb392864a1a Mon Sep 17 00:00:00 2001 From: Ryan Sun Date: Tue, 29 Mar 2022 10:56:40 -0700 Subject: [PATCH] Add Findora Testnet --- _data/chains/eip155-2153.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-2153.json diff --git a/_data/chains/eip155-2153.json b/_data/chains/eip155-2153.json new file mode 100644 index 00000000..bd95fad5 --- /dev/null +++ b/_data/chains/eip155-2153.json @@ -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" + } + ] +}