Fix step to get stage2 deployment node id
This commit is contained in:
parent
001e0b329f
commit
424e7ae8c6
@ -83,6 +83,8 @@
|
|||||||
STAGE2_CHAIN_ID=laconic_9000-2
|
STAGE2_CHAIN_ID=laconic_9000-2
|
||||||
./scripts/initialize-stage2.sh $DEPLOYMENT_DIR/stage2-deployment $STAGE2_CHAIN_ID LaconicStage2 os 1000000000000000
|
./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
|
cd $DEPLOYMENT_DIR
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -119,8 +121,7 @@
|
|||||||
* Get the node id:
|
* Get the node id:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# TODO: Update
|
echo $(laconic-so deployment --dir stage2-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd.laconic.com:26656
|
||||||
echo $(laconic-so deployment --dir stage1-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd.laconic.com:26656
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Get the genesis file:
|
* Get the genesis file:
|
||||||
|
Loading…
Reference in New Issue
Block a user