chains/_data/chains/eip155-4.json
Aleksey Bykhun 313219334e
Add Rinkeby Etherscan (#305)
Update Rinkeby data with Etherscan URL: https://rinkeby.etherscan.io/
2021-06-21 13:27:35 +02:00

30 lines
661 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"
},
"explorers": [
{
"name": "etherscan-rinkeby",
"url": "https://rinkeby.etherscan.io",
"standard": "EIP3091"
}
]
}