chains/_data/chains/eip155-5.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

36 lines
849 B
JSON

{
"name": "Görli",
"title": "Ethereum Testnet Görli",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
"https://rpc.goerli.mudit.blog/"
],
"faucets": [
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
"https://goerli-faucet.slock.it?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog"
],
"nativeCurrency": {
"name": "Görli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://goerli.net/#about",
"shortName": "gor",
"chainId": 5,
"networkId": 5,
"ens": {
"registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
},
"explorers": [
{
"name": "etherscan-goerli",
"url": "https://goerli.etherscan.io",
"standard": "EIP3091"
}
]
}