diff --git a/src/utils/constants.ts b/src/utils/constants.ts index dcb2b96..eacb04c 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -19,8 +19,8 @@ export const DEFAULT_NETWORKS: NetworksFormData[] = [ isDefault: true, }, { - chainId: 'zenith-testnet', - networkName: 'zenithd testnet', + chainId: 'zenith-testnet-stage0', + networkName: 'zenithd stage 0 testnet', namespace: COSMOS, rpcUrl: process.env.REACT_APP_ZENITHD_RPC_URL || '', blockExplorerUrl: '', diff --git a/stack/stack-orchestrator/stack/laconic-wallet-web/README.md b/stack/stack-orchestrator/stack/laconic-wallet-web/README.md index c026add..4bf8d47 100644 --- a/stack/stack-orchestrator/stack/laconic-wallet-web/README.md +++ b/stack/stack-orchestrator/stack/laconic-wallet-web/README.md @@ -7,7 +7,7 @@ Instructions for running the `laconic-wallet-web` using [laconic-so](https://git * Clone the stack repo: ```bash - laconic-so fetch-stack git.vdb.to/cerc-io/laconic-wallet-web + laconic-so fetch-stack git.vdb.to/LaconicNetwork/laconic-wallet-web ``` * Build the container image: