chains/_data/chains/4.json
2019-10-23 17:33:48 +09:00

24 lines
473 B
JSON

{
"name": "Ethereum Testnet Rinkeby",
"chain": "ETH",
"network": "rinkeby",
"rpc": [
"https://rinkeby.infura.io/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"
}
}