Replace mainnet with stage1 in readmes
This commit is contained in:
parent
8244eca2c9
commit
84c1ac65bc
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user