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