Use stage0 chain ID for zenithd testnet
This commit is contained in:
parent
f8ab22a363
commit
5d7e250e9d
@ -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: '',
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user