mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "Optimistic Ethereum",
|
|
"chain": "ETH",
|
|
"network": "mainnet",
|
|
"rpc": ["https://mainnet.optimism.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "OETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://optimism.io",
|
|
"shortName": "oeth",
|
|
"chainId": 10,
|
|
"networkId": 10,
|
|
|
|
"explorers": [{
|
|
"name": "etherscan",
|
|
"url": "https://optimistic.etherscan.io",
|
|
"standard": "none"
|
|
}]
|
|
}
|