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@fbf64dd159 🚀
This commit is contained in:
parent
ea011dad58
commit
28842f1a2a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user