chains/_data/chains/eip155-10.json
2021-10-13 22:31:42 +02:00

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"
}]
}