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:
Mark Ridgwell 2021-10-27 12:59:38 +01:00 committed by GitHub
parent 308c79c8a0
commit 5371467844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,34 @@
{ {
"name": "Ethereum Testnet Görli", "name": "Ethereum Testnet Görli",
"chain": "ETH", "chain": "ETH",
"network": "goerli", "network": "goerli",
"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": [ ],
"https://goerli-faucet.slock.it/?address=${ADDRESS}", "faucets": [
"https://faucet.goerli.mudit.blog" "https://goerli-faucet.slock.it/?address=${ADDRESS}",
], "https://faucet.goerli.mudit.blog"
"nativeCurrency": { ],
"name": "Görli Ether", "nativeCurrency": {
"symbol": "GOR", "name": "Görli Ether",
"decimals": 18 "symbol": "GOR",
}, "decimals": 18
"infoURL": "https://goerli.net/#about", },
"shortName": "gor", "infoURL": "https://goerli.net/#about",
"chainId": 5, "shortName": "gor",
"networkId": 5, "chainId": 5,
"ens": { "networkId": 5,
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" "ens": {
} "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
} },
"explorers": [
{
"name": "etherscan-goerli",
"url": "https://goerli.etherscan.io",
"standard": "EIP3091"
}
]
}