mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"name": "Optimism on Gnosis",
|
|
"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"
|
|
}
|
|
]
|
|
}
|