mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"name": "Ethereum Testnet Görli",
|
|
"short_name": "gor",
|
|
"chain": "ETH",
|
|
"network": "goerli",
|
|
"chain_id": 5,
|
|
"network_id": 5,
|
|
"rpc": [
|
|
"https://rpc.goerli.mudit.blog/",
|
|
"https://rpc.slock.it/goerli ",
|
|
"https://goerli.prylabs.net/"
|
|
],
|
|
"faucets": [
|
|
"https://goerli-faucet.slock.it/?address=${ADDRESS}",
|
|
"https://faucet.goerli.mudit.blog"
|
|
],
|
|
"info_url": "https://goerli.net/#about"
|
|
}
|