mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
33 lines
731 B
JSON
33 lines
731 B
JSON
{
|
|
"name": "Rinkeby",
|
|
"title": "Ethereum Testnet Rinkeby",
|
|
"chain": "ETH",
|
|
"rpc": [
|
|
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
|
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
|
|
],
|
|
"faucets": [
|
|
"http://fauceth.komputing.org?chain=4&address=${ADDRESS}",
|
|
"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"
|
|
}
|
|
]
|
|
}
|