chains/_data/chains/eip155-42.json

34 lines
807 B
JSON
Raw Normal View History

2019-04-24 15:52:17 +00:00
{
"name": "Kovan",
"title": "Ethereum Testnet Kovan",
2019-04-24 15:52:17 +00:00
"chain": "ETH",
2019-06-17 15:45:49 +00:00
"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"
2019-06-17 15:45:49 +00:00
],
"faucets": [
2022-01-09 13:53:30 +00:00
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
2019-06-17 15:45:49 +00:00
"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
2022-01-05 09:20:10 +00:00
}