mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
36 lines
849 B
JSON
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"
|
|
}
|
|
]
|
|
}
|