chains/_data/chains/eip155-69.json
2022-01-31 18:27:30 +01:00

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
}