mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add PublicNode Ethereum Goerli Endpoint (#2832)
This commit is contained in:
parent
768cbce32a
commit
7892135c8b
|
@ -5,7 +5,8 @@
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
|
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"https://rpc.goerli.mudit.blog/"
|
"https://rpc.goerli.mudit.blog/",
|
||||||
|
"https://ethereum-goerli.publicnode.com"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
|
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user