mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"name": "Optimism Kovan",
|
|
"title": "Optimism Testnet Kovan",
|
|
"chain": "ETH",
|
|
"rpc": ["https://kovan.optimism.io/"],
|
|
"faucets": [
|
|
"http://fauceth.komputing.org?chain=69&address=${ADDRESS}"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Kovan Ether",
|
|
"symbol": "KOR",
|
|
"decimals": 18
|
|
},
|
|
"explorers": [{
|
|
"name": "etherscan",
|
|
"url": "https://kovan-optimistic.etherscan.io",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"infoURL": "https://optimism.io",
|
|
"shortName": "okov",
|
|
"chainId": 69,
|
|
"networkId": 69
|
|
}
|