chains/_data/chains/eip155-42.json

34 lines
807 B
JSON

{
"name": "Kovan",
"title": "Ethereum Testnet Kovan",
"chain": "ETH",
"rpc": [
"https://kovan.poa.network",
"http://kovan.poa.network:8545",
"https://kovan.infura.io/v3/${INFURA_API_KEY}",
"wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}",
"ws://kovan.poa.network:8546"
],
"faucets": [
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
"https://faucet.kovan.network",
"https://gitter.im/kovan-testnet/faucet"
],
"nativeCurrency": {
"name": "Kovan Ether",
"symbol": "ETH",
"decimals": 18
},
"explorers": [
{
"name": "etherscan",
"url": "https://kovan.etherscan.io",
"standard": "EIP3091"
}
],
"infoURL": "https://kovan-testnet.github.io/website",
"shortName": "kov",
"chainId": 42,
"networkId": 42
}