From e1dadac800c0ce8ac2d377886eb38dd796b1dbd8 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 21 Oct 2024 17:14:16 +0530 Subject: [PATCH] Fix step to get stage2 deployment node id --- ops/stage1-to-stage2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ops/stage1-to-stage2.md b/ops/stage1-to-stage2.md index f0caeeb..c343d7e 100644 --- a/ops/stage1-to-stage2.md +++ b/ops/stage1-to-stage2.md @@ -83,6 +83,8 @@ STAGE2_CHAIN_ID=laconic_9000-2 ./scripts/initialize-stage2.sh $DEPLOYMENT_DIR/stage2-deployment $STAGE2_CHAIN_ID LaconicStage2 os 1000000000000000 + # Enter the keyring passphrase for account from stage1 when prompted + cd $DEPLOYMENT_DIR ``` @@ -120,7 +122,7 @@ ```bash # TODO: Update - echo $(laconic-so deployment --dir stage1-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd.laconic.com:26656 + echo $(laconic-so deployment --dir stage2-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd.laconic.com:26656 ``` * Get the genesis file: