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@c259518c9f 🚀
This commit is contained in:
parent
17623f8e0d
commit
f6c26776bf
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Celo Mainnet",
|
"name": "Celo Mainnet",
|
||||||
"chainId": 42220,
|
"chainId": 42220,
|
||||||
"shortName": "CELO",
|
"shortName": "celo",
|
||||||
"chain": "CELO",
|
"chain": "CELO",
|
||||||
"networkId": 42220,
|
"networkId": 42220,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -12,8 +12,12 @@
|
||||||
"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/",
|
||||||
|
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Celoscan",
|
||||||
|
"url": "https://celoscan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "blockscout",
|
"name": "blockscout",
|
||||||
"url": "https://explorer.celo.org",
|
"url": "https://explorer.celo.org",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4837,7 +4837,7 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "Celo Mainnet",
|
"name": "Celo Mainnet",
|
||||||
"chainId": 42220,
|
"chainId": 42220,
|
||||||
"shortName": "CELO",
|
"shortName": "celo",
|
||||||
"networkId": 42220,
|
"networkId": 42220,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CELO",
|
"name": "CELO",
|
||||||
|
|
|
@ -6886,7 +6886,7 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "Celo Mainnet",
|
"name": "Celo Mainnet",
|
||||||
"chainId": 42220,
|
"chainId": 42220,
|
||||||
"shortName": "CELO",
|
"shortName": "celo",
|
||||||
"chain": "CELO",
|
"chain": "CELO",
|
||||||
"networkId": 42220,
|
"networkId": 42220,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -6898,6 +6898,10 @@
|
||||||
"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/",
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
|
"name": "Celoscan",
|
||||||
|
"url": "https://celoscan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
"name": "blockscout",
|
"name": "blockscout",
|
||||||
"url": "https://explorer.celo.org",
|
"url": "https://explorer.celo.org",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
|
|
|
@ -371,7 +371,7 @@
|
||||||
"PC": "eip155:42069",
|
"PC": "eip155:42069",
|
||||||
"arb1": "eip155:42161",
|
"arb1": "eip155:42161",
|
||||||
"arb-nova": "eip155:42170",
|
"arb-nova": "eip155:42170",
|
||||||
"CELO": "eip155:42220",
|
"celo": "eip155:42220",
|
||||||
"emerald-testnet": "eip155:42261",
|
"emerald-testnet": "eip155:42261",
|
||||||
"emerald": "eip155:42262",
|
"emerald": "eip155:42262",
|
||||||
"avaeth": "eip155:43110",
|
"avaeth": "eip155:43110",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user