chains/_data/chains/eip155-2153.json
Ryan 3abcd83f8c
Add Findora Chain (#1073)
* Add Findora Mainnet

* Add Findora Testnet

* Update _data/chains/eip155-2152.json

* Update _data/chains/eip155-2153.json

* Change the shortName for Findora testnet

Co-authored-by: ligi <ligi@ligi.de>
2022-04-13 10:21:32 +02:00

24 lines
504 B
JSON

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