chains/_data/chains/eip155-10.json
Bobby Dresser 038d89efce
Update Optimism chain info (#843)
* update Optimism chain info

* Short name MUST be unique

Co-authored-by: ligi <ligi@ligi.de>
2022-02-11 11:07:34 +01:00

22 lines
405 B
JSON

{
"name": "Optimism",
"chain": "ETH",
"rpc": ["https://mainnet.optimism.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://optimism.io",
"shortName": "oeth",
"chainId": 10,
"networkId": 10,
"explorers": [{
"name": "etherscan",
"url": "https://optimistic.etherscan.io",
"standard": "none"
}]
}