Update instructions to remove mainnet references (#9)

Co-authored-by: Pranav <jadhavpranav89@gmail.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: #9
Co-authored-by: shreerang <shreerang@noreply.git.vdb.to>
Co-committed-by: shreerang <shreerang@noreply.git.vdb.to>
This commit is contained in:
shreerang 2025-09-26 06:52:02 +00:00 committed by nabarun
parent 8244eca2c9
commit 9a3787d0d7
2 changed files with 6 additions and 6 deletions

View File

@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.15
ZENITH_STACK_VERSION=v0.2.16
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
@ -286,7 +286,7 @@ zenith-ansible setup -i dev -s stage1 --skip-tags onboarding
These steps will create following in the [configured](#view-configuration) deployments directory:
- `mock-lockdrop-watcher-deployment`
- `mainnet-zenithd-deployment`
- `stage1-zenithd-deployment`
## Run Simulation
@ -360,7 +360,7 @@ After starting the node, verify it's running correctly:
```bash
# Check validator logs
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd
laconic-so deployment --dir $DATA_DIRECTORY/stage1-zenithd-deployment logs zenithd
```
Now we have a zenithd node running with the simulated participants data.

View File

@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.15
ZENITH_STACK_VERSION=v0.2.16
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
@ -244,7 +244,7 @@ zenith-ansible setup -i dev -s stage1 --skip-tags onboarding
These steps will create following in the [configured](#view-configuration) deployments directory:
- `mock-lockdrop-watcher-deployment`
- `mainnet-zenithd-deployment`
- `stage1-zenithd-deployment`
## Run Simulation
@ -325,7 +325,7 @@ After starting the node, verify it's running correctly:
```bash
# Check validator logs
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd
laconic-so deployment --dir $DATA_DIRECTORY/stage1-zenithd-deployment logs zenithd
```
Now we have a zenithd node running with the simulated participants data.