mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
2cdf14f388
commit
05f897de06
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user