mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "Optimism Goerli Testnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://goerli.optimism.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Goerli Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://optimism.io",
|
|
"shortName": "ogor",
|
|
"chainId": 420,
|
|
"networkId": 420
|
|
}
|