From 48fb3cdaedbfa5d3d3087b830d91995c8fd57014 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 6 Feb 2026 18:10:36 -0400 Subject: [PATCH] rpc uses chainnodes --- src/components/providers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/providers.tsx b/src/components/providers.tsx index 3dac594..c2f727d 100644 --- a/src/components/providers.tsx +++ b/src/components/providers.tsx @@ -33,7 +33,7 @@ const ethereum = { ...mainnet, rpcUrls: { ...mainnet.rpcUrls, - default: {http: ['https://ethereum.liquidity.party']}, + default: {http: ['https://mainnet.chainnodes.org/f88f1b21-91dd-4ba2-bbb2-6a48cf57b987']}, }, };