mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
25 lines
612 B
JSON
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
|
|
} |