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}", "https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
], ],
"faucets": [ "faucets": ["https://faucet.rinkeby.io"],
"https://faucet.rinkeby.io"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Rinkeby Ether", "name": "Rinkeby Ether",
"symbol": "RIN", "symbol": "RIN",
@ -20,5 +18,12 @@
"networkId": 4, "networkId": 4,
"ens": { "ens": {
"registry": "0xe7410170f87102df0055eb195163a03b7f2bff4a" "registry": "0xe7410170f87102df0055eb195163a03b7f2bff4a"
},
"explorers": [
{
"name": "etherscan-rinkeby",
"url": "https://rinkeby.etherscan.io",
"standard": "EIP3091"
} }
]
} }