From 7892135c8b3a9968763a8fb12bd818a7b308b6b7 Mon Sep 17 00:00:00 2001 From: Sephiroth Date: Tue, 16 May 2023 04:51:10 +0000 Subject: [PATCH] Add PublicNode Ethereum Goerli Endpoint (#2832) --- _data/chains/eip155-5.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 5943c71c..8ac3dc3d 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -5,7 +5,8 @@ "rpc": [ "https://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": [ "http://fauceth.komputing.org?chain=5&address=${ADDRESS}",