mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3abcd83f8c 🚀
This commit is contained in:
parent
ee288facaa
commit
1b7c5da5d8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2754,6 +2754,32 @@
|
||||||
"rpc": ["https://api.ecoball.org/espuma/"],
|
"rpc": ["https://api.ecoball.org/espuma/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://ecoball.org"
|
"infoURL": "https://ecoball.org"
|
||||||
|
}, {
|
||||||
|
"name": "Findora Mainnet",
|
||||||
|
"chainId": 2152,
|
||||||
|
"shortName": "fra",
|
||||||
|
"networkId": 2152,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FRA",
|
||||||
|
"symbol": "FRA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://prod-mainnet.prod.findora.org:8545"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://findora.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Findora Testnet",
|
||||||
|
"chainId": 2153,
|
||||||
|
"shortName": "findora-testnet",
|
||||||
|
"networkId": 2153,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FRA",
|
||||||
|
"symbol": "FRA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://prod-testnet.prod.findora.org:8545/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://findora.org/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Evanesco Mainnet",
|
"name": "Evanesco Mainnet",
|
||||||
"chainId": 2213,
|
"chainId": 2213,
|
||||||
|
|
|
@ -3766,6 +3766,46 @@
|
||||||
"url": "https://espuma-scan.ecoball.org",
|
"url": "https://espuma-scan.ecoball.org",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Evanesco Mainnet",
|
"name": "Evanesco Mainnet",
|
||||||
"chain": "EVA",
|
"chain": "EVA",
|
||||||
|
|
|
@ -211,6 +211,8 @@
|
||||||
"rpg": "eip155:2025",
|
"rpg": "eip155:2025",
|
||||||
"eco": "eip155:2100",
|
"eco": "eip155:2100",
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
|
"fra": "eip155:2152",
|
||||||
|
"findora-testnet": "eip155:2153",
|
||||||
"evanesco": "eip155:2213",
|
"evanesco": "eip155:2213",
|
||||||
"kava": "eip155:2221",
|
"kava": "eip155:2221",
|
||||||
"ktoc": "eip155:2559",
|
"ktoc": "eip155:2559",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user