mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Optimism on Gnosis Chain (#1046)
* Create eip155-300.json * Update eip155-300.json
This commit is contained in:
parent
9a3d20a0ae
commit
fbf64dd159
24
_data/chains/eip155-300.json
Normal file
24
_data/chains/eip155-300.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user