Update Optimistic Ethereum ChainID for mainnet (#146)

* Update Optimistic Ethereum ChainID for mainnet

* Update incorrect info for Optimistic Goerli
This commit is contained in:
Karl Floersch 2021-01-14 16:36:16 -08:00 committed by GitHub
parent 0dbf567e54
commit c2fff1928d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 6 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Optimistic Ethereum",
"chain": "ETH",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "OETH",
"decimals": 18
},
"infoURL": "https://optimism.io",
"shortName": "oeth",
"chainId": 10,
"networkId": 10
}

View File

@ -1,16 +1,19 @@
{
"name": "Optimistic Ethereum",
"name": "Optimistic Ethereum Testnet Goerli",
"chain": "ETH",
"network": "mainnet",
"network": "goerli",
"rpc": [],
"faucets": [],
"faucets": [
"https://goerli-faucet.slock.it/?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog"
],
"nativeCurrency": {
"name": "Ether",
"symbol": "OETH",
"name": "Görli Ether",
"symbol": "GOR",
"decimals": 18
},
"infoURL": "https://optimism.io",
"shortName": "oeth",
"shortName": "ogor",
"chainId": 420,
"networkId": 420
}