chains/_data/chains/eip155-4.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
528 B
JSON

{
"name": "Ethereum Testnet Rinkeby",
"chain": "ETH",
"network": "rinkeby",
"rpc": [
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
],
"faucets": [
"https://faucet.rinkeby.io"
],
"nativeCurrency": {
"name": "Rinkeby Ether",
"symbol": "RIN",
"decimals": 18
},
"infoURL": "https://www.rinkeby.io",
"shortName": "rin",
"chainId": 4,
"networkId": 4,
"ens": {
"registry":"0xe7410170f87102df0055eb195163a03b7f2bff4a"
}
}