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>
This commit is contained in:
Ryan 2022-04-13 01:21:32 -07:00 committed by GitHub
parent a17a6a30b4
commit 3abcd83f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

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"
}
]
}

View File

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