chains/_data/chains/eip155-69.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
534 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": "ETH",
"decimals": 18
},
"explorers": [
{
"name": "etherscan",
"url": "https://kovan-optimistic.etherscan.io",
"standard": "EIP3091"
}
],
"infoURL": "https://optimism.io",
"shortName": "okov",
"chainId": 69,
"networkId": 69
}