1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

Update Optimism Goerli chain info ()

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",