diff --git a/ops/stage0-to-stage1.md b/ops/stage0-to-stage1.md index 0db4d7d..c76e615 100644 --- a/ops/stage0-to-stage1.md +++ b/ops/stage0-to-stage1.md @@ -165,7 +165,7 @@ Once all the participants have completed their onboarding, stage0 laconicd chain # Generate genesis file # Provide absolute paths to generated stage1-participants and stage1-allocs files - ./scripts/generate-stage1-genesis-from-json.sh /path/to/stage1-participants-2024-08-19T122342.json /path/to/stage1-allocs-2024-08-19T122342.json + ./scripts/generate-stage1-genesis-from-json.sh /path/to/testnet-laconicd-stack/scripts/stage1-participants.json /path/to/testnet-laconicd-stack/scripts/stage1-allocs.json # This should generate the required genesis file at output/genesis.json ```