diff --git a/src/utils/constants.ts b/src/utils/constants.ts index eacb04c..0039548 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -30,6 +30,18 @@ export const DEFAULT_NETWORKS: NetworksFormData[] = [ gasPrice: '0.01', isDefault: true, }, + { + chainId: 'zenith-testnet-stage1', + networkName: 'zenithd stage 1 testnet', + namespace: COSMOS, + rpcUrl: process.env.REACT_APP_ZENITHD_RPC_URL || '', + blockExplorerUrl: '', + nativeDenom: 'znt', + addressPrefix: 'zenith', + coinType: '118', + gasPrice: '0.01', + isDefault: true, + }, { chainId: 'laconic_9000-1', networkName: 'laconicd', diff --git a/stack/stack-orchestrator/stack/laconic-wallet-web/README.md b/stack/stack-orchestrator/stack/laconic-wallet-web/README.md index 4bf8d47..ba2b399 100644 --- a/stack/stack-orchestrator/stack/laconic-wallet-web/README.md +++ b/stack/stack-orchestrator/stack/laconic-wallet-web/README.md @@ -67,7 +67,7 @@ Instructions for running the `laconic-wallet-web` using [laconic-so](https://git # RPC endpoint of laconicd node (default: https://laconicd.laconic.com) CERC_LACONICD_RPC_URL= - # RPC endpoint of zenithd node + # Zenith RPC endpoint CERC_ZENITHD_RPC_URL= ```