mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Rinkeby Etherscan (#305)
Update Rinkeby data with Etherscan URL: https://rinkeby.etherscan.io/
This commit is contained in:
parent
50c8f7d06f
commit
313219334e
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user