Use stage0 chain ID for zenithd testnet

This commit is contained in:
Nabarun 2025-05-08 15:41:54 +05:30
parent f8ab22a363
commit 5d7e250e9d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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: