From 75aa0e611a94dbc82ecb0b5e9c2b0a613b4a8ba8 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 18 Sep 2025 13:03:32 +0530 Subject: [PATCH] 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 d6d44f8..ee1f1e1 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ zenith-ansible -i ./inventories/development/hosts.yml stage1-site.yml -e "mode=s 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 30ec6ab..2e5b7d8 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -244,7 +244,7 @@ zenith-ansible -i ./inventories/development/hosts.yml stage1-site.yml -e "mode=s 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.