mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "Optimistic Ethereum Testnet Kovan",
|
|
"chain": "ETH",
|
|
"network": "kovan",
|
|
"rpc": ["https://kovan.optimism.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Kovan Ether",
|
|
"symbol": "KOR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://optimism.io",
|
|
"shortName": "okov",
|
|
"chainId": 69,
|
|
"networkId": 69
|
|
}
|