Add Rinkeby Etherscan (#305)

Update Rinkeby data with Etherscan URL: https://rinkeby.etherscan.io/
This commit is contained in:
Aleksey Bykhun 2021-06-21 19:27:35 +08:00 committed by GitHub
parent 50c8f7d06f
commit 313219334e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,7 @@
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
],
"faucets": [
"https://faucet.rinkeby.io"
],
"faucets": ["https://faucet.rinkeby.io"],
"nativeCurrency": {
"name": "Rinkeby Ether",
"symbol": "RIN",
@ -19,6 +17,13 @@
"chainId": 4,
"networkId": 4,
"ens": {
"registry":"0xe7410170f87102df0055eb195163a03b7f2bff4a"
}
"registry": "0xe7410170f87102df0055eb195163a03b7f2bff4a"
},
"explorers": [
{
"name": "etherscan-rinkeby",
"url": "https://rinkeby.etherscan.io",
"standard": "EIP3091"
}
]
}