Deploying to gh-pages from @ ethereum-lists/chains@fbf64dd159 🚀

This commit is contained in:
ligi 2022-04-05 08:19:55 +00:00
parent ea011dad58
commit 28842f1a2a
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1610,6 +1610,19 @@
"rpc": ["https://mainnet.boba.network/"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "Optimism on Gnosis Chain",
"chainId": 300,
"shortName": "ogc",
"networkId": 300,
"nativeCurrency": {
"name": "xDAI",
"symbol": "xDAI",
"decimals": 18
},
"rpc": ["https://optimism.gnosischain.com", "wss://optimism.gnosischain.com/wss"],
"faucets": ["https://faucet.gimlu.com/gnosis"],
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc"
}, {
"name": "KCC Mainnet",
"chainId": 321,

View File

@ -2221,6 +2221,26 @@
"url": "https://gateway.boba.network"
}]
}
}, {
"name": "Optimism on Gnosis Chain",
"chain": "OGC",
"rpc": ["https://optimism.gnosischain.com", "wss://optimism.gnosischain.com/wss"],
"faucets": ["https://faucet.gimlu.com/gnosis"],
"nativeCurrency": {
"name": "xDAI",
"symbol": "xDAI",
"decimals": 18
},
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc",
"shortName": "ogc",
"chainId": 300,
"networkId": 300,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.com/xdai/optimism",
"icon": "blockscout",
"standard": "EIP3091"
}]
}, {
"name": "KCC Mainnet",
"chain": "KCC",

View File

@ -123,6 +123,7 @@
"SUR": "eip155:262",
"hpb": "eip155:269",
"Boba": "eip155:288",
"ogc": "eip155:300",
"kcs": "eip155:321",
"kcst": "eip155:322",
"w3q": "eip155:333",