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",
"rpc": ["https://goerli.optimism.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Görli Ether",
"symbol": "GOR",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://optimism.io",