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',