From 2e6f8ce94eab60e0be561f4bc574b9d1d3118f80 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Thu, 27 Jun 2024 16:10:38 +0100 Subject: [PATCH] chore: Update public gnosis rpc --- src/lib/config/gnosis-chain/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config/gnosis-chain/index.ts b/src/lib/config/gnosis-chain/index.ts index 7b4da12c79..bc3978ab84 100644 --- a/src/lib/config/gnosis-chain/index.ts +++ b/src/lib/config/gnosis-chain/index.ts @@ -21,7 +21,7 @@ const config: Config = { unknown: false, visibleInUI: true, testNetwork: false, - rpc: 'https://rpc.gnosischain.com', + rpc: 'https://gnosis-rpc.publicnode.com', ws: '', publicRpc: 'https://rpc.gnosis.gateway.fm', explorer: 'https://gnosisscan.io',