mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Corrected RPC url for slock.it and added etherscan block explorer (#516)
* Corrected RPC url for slock.it and added etherscan block explorer * Corrected RPC url for slock.it and added etherscan block explorer * Update _data/chains/eip155-5.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
308c79c8a0
commit
5371467844
|
@ -5,6 +5,7 @@
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.goerli.mudit.blog/",
|
"https://rpc.goerli.mudit.blog/",
|
||||||
"https://rpc.slock.it/goerli",
|
"https://rpc.slock.it/goerli",
|
||||||
|
|
||||||
"https://goerli.prylabs.net/"
|
"https://goerli.prylabs.net/"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
|
@ -22,5 +23,12 @@
|
||||||
"networkId": 5,
|
"networkId": 5,
|
||||||
"ens": {
|
"ens": {
|
||||||
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
||||||
|
},
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "etherscan-goerli",
|
||||||
|
"url": "https://goerli.etherscan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user