From e8fc3d67d25a018fe983438ed6790e4e81546ab0 Mon Sep 17 00:00:00 2001 From: Paul Noel Date: Tue, 16 Jan 2024 10:46:19 -0600 Subject: [PATCH] dashboard: change wormchain rpc --- dashboard/src/utils/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/utils/consts.ts b/dashboard/src/utils/consts.ts index 0017f34d..811aef6b 100644 --- a/dashboard/src/utils/consts.ts +++ b/dashboard/src/utils/consts.ts @@ -37,7 +37,7 @@ import xplaIcon from '../images/xpla.svg'; require('dotenv').config(); -export const WORMCHAIN_URL = 'https://wormchain.jumpisolated.com'; +export const WORMCHAIN_URL = 'https://tncnt-eu-wormchain-main-01.rpc.p2p.world'; export const CHAIN_ICON_MAP: { [key: string]: string } = { 1: solanaIcon,