chains/_data/chains/eip155-42.json
Pedro Gomes 7056fdcfbc
Use CAIP-2 prefixing for filename - closes #130
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
2020-12-17 08:22:08 +01:00

25 lines
612 B
JSON

{
"name": "Ethereum Testnet Kovan",
"chain": "ETH",
"network": "kovan",
"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": [
"https://faucet.kovan.network",
"https://gitter.im/kovan-testnet/faucet"
],
"nativeCurrency": {
"name": "Kovan Ether",
"symbol": "KOV",
"decimals": 18
},
"infoURL": "https://kovan-testnet.github.io/website",
"shortName": "kov",
"chainId": 42,
"networkId": 42
}