From 55f07121bfdd27881c0c90306ccd9441e93a75b3 Mon Sep 17 00:00:00 2001 From: Gabriel Montes Date: Fri, 13 Dec 2024 11:34:02 -0500 Subject: [PATCH] Use the public Hemi Sepolia RPC URL --- apps/web/src/constants/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/constants/networks.ts b/apps/web/src/constants/networks.ts index 5f56ae00225..f0503f498b6 100644 --- a/apps/web/src/constants/networks.ts +++ b/apps/web/src/constants/networks.ts @@ -126,7 +126,7 @@ export const PUBLIC_RPC_URLS: Record = { ], [ChainId.HEMI_SEPOLIA]: [ // "Safe" URLs - 'https://int02.testnet.rpc.hemi.network/rpc' + 'https://testnet.rpc.hemi.network/rpc' ] }