diff --git a/ops/stage0-to-stage1.md b/ops/stage0-to-stage1.md index 181710f..285cddf 100644 --- a/ops/stage0-to-stage1.md +++ b/ops/stage0-to-stage1.md @@ -52,7 +52,7 @@ Once all the participants have completed their onboarding, stage0 laconicd chain ```bash # Place in stage1 deployment directory - wget -P /srv/laconicd/stage1-deployment/data/genesis-config/genesis.json https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage1/genesis.json + wget -P /srv/laconicd/stage1-deployment/data/genesis-config/genesis.json https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage1/genesis-accounts.json ``` * Start the stage1 deployment: diff --git a/ops/stage1/genesis.json b/ops/stage1/genesis-accounts.json similarity index 100% rename from ops/stage1/genesis.json rename to ops/stage1/genesis-accounts.json