Update Optimism Goerli chain info (#1349)

Minor tweaks to Optimism Goerli's chain info:
- Updating currency name to ETH
- Updating chain name to "Optimism Goerli" for consistency, since we no longer use the "Optimistic Ethereum" naming

Thank you!
This commit is contained in:
smartcontracts 2022-07-15 05:27:31 -04:00 committed by GitHub
parent 2cdf14f388
commit 05f897de06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ {
"name": "Optimistic Ethereum Testnet Goerli", "name": "Optimism Goerli Testnet",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://goerli.optimism.io/"], "rpc": ["https://goerli.optimism.io/"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Görli Ether", "name": "Görli Ether",
"symbol": "GOR", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://optimism.io", "infoURL": "https://optimism.io",