From b9ded9d718e9907bbf243e39f127deb118eeefd2 Mon Sep 17 00:00:00 2001 From: AdityaSalunkhe21 Date: Fri, 25 Apr 2025 12:02:28 +0530 Subject: [PATCH] Update zenith RPC URL --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7113d0b..5549b7c 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -22,7 +22,7 @@ export const DEFAULT_NETWORKS: NetworksFormData[] = [ chainId: 'zenith-testnet', networkName: 'zenithd testnet', namespace: COSMOS, - rpcUrl: 'http://127.0.0.1:26657', + rpcUrl: 'https://zenith-node-rpc.com', blockExplorerUrl: '', nativeDenom: 'znt', addressPrefix: 'zenith',