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@c2dcfd82e7 🚀
This commit is contained in:
parent
32f9599c19
commit
221afc71a9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2637,6 +2637,32 @@
|
||||||
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
|
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
|
||||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||||
"infoURL": "https://docs.celo.org/"
|
"infoURL": "https://docs.celo.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Emerald Paratime Testnet",
|
||||||
|
"chainId": 42261,
|
||||||
|
"shortName": "emerald",
|
||||||
|
"networkId": 42261,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.emerald.oasis.dev/", "wss://testnet.emerald.oasis.dev/ws"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview"
|
||||||
|
}, {
|
||||||
|
"name": "Emerald Paratime Mainnet",
|
||||||
|
"chainId": 42262,
|
||||||
|
"shortName": "oasis",
|
||||||
|
"networkId": 42262,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview"
|
||||||
}, {
|
}, {
|
||||||
"name": "Athereum",
|
"name": "Athereum",
|
||||||
"chainId": 43110,
|
"chainId": 43110,
|
||||||
|
|
|
@ -3618,6 +3618,48 @@
|
||||||
"url": "https://explorer.celo.org",
|
"url": "https://explorer.celo.org",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Emerald Paratime Testnet",
|
||||||
|
"chain": "Emerald",
|
||||||
|
"network": "testnet",
|
||||||
|
"icon": "oasis",
|
||||||
|
"rpc": ["https://testnet.emerald.oasis.dev/", "wss://testnet.emerald.oasis.dev/ws"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||||
|
"shortName": "emerald",
|
||||||
|
"chainId": 42261,
|
||||||
|
"networkId": 42261,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Emerald Paratime Testnet Explorer",
|
||||||
|
"url": "https://testnet.explorer.emerald.oasis.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Emerald Paratime Mainnet",
|
||||||
|
"chain": "Emerald",
|
||||||
|
"network": "Mainnet",
|
||||||
|
"icon": "oasis",
|
||||||
|
"rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||||
|
"shortName": "oasis",
|
||||||
|
"chainId": 42262,
|
||||||
|
"networkId": 42262,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Emerald Paratime Mainnet Explorer",
|
||||||
|
"url": "https://explorer.emerald.oasis.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Athereum",
|
"name": "Athereum",
|
||||||
"chain": "ATH",
|
"chain": "ATH",
|
||||||
|
|
|
@ -202,6 +202,8 @@
|
||||||
"PC": "eip155:42069",
|
"PC": "eip155:42069",
|
||||||
"arb1": "eip155:42161",
|
"arb1": "eip155:42161",
|
||||||
"CELO": "eip155:42220",
|
"CELO": "eip155:42220",
|
||||||
|
"emerald": "eip155:42261",
|
||||||
|
"oasis": "eip155:42262",
|
||||||
"avaeth": "eip155:43110",
|
"avaeth": "eip155:43110",
|
||||||
"Fuji": "eip155:43113",
|
"Fuji": "eip155:43113",
|
||||||
"Avalanche": "eip155:43114",
|
"Avalanche": "eip155:43114",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user