From 84c1ac65bc0470ea1c6b301b9138c17b297c8b62 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 18 Sep 2025 13:03:32 +0530 Subject: [PATCH 1/2] Replace mainnet with stage1 in readmes --- README.md | 4 ++-- test-runs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b807c89..1a324a4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/test-runs/README.md b/test-runs/README.md index 3dab56a..a418678 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -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. -- 2.45.2 From 17df801e112a7bcc5a209ecf18b6e8bd12034cc2 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Fri, 26 Sep 2025 12:18:27 +0530 Subject: [PATCH 2/2] Upgrade zenith-stack version --- README.md | 2 +- test-runs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a324a4..9372e24 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/test-runs/README.md b/test-runs/README.md index a418678..14c2c41 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -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. -- 2.45.2