Update stage2 port mapping

This commit is contained in:
Prathamesh Musale 2024-10-30 11:27:28 +05:30
parent e1abab11fe
commit ec49998aef
3 changed files with 4 additions and 4 deletions

View File

@ -738,9 +738,9 @@
ports: ports:
laconicd: laconicd:
- '6060' - '6060'
- '127.0.0.1:36657:26657' - '36657:26657'
- '36656:26656' - '36656:26656'
- '127.0.0.1:3473:9473' - '3473:9473'
- '127.0.0.1:3090:9090' - '127.0.0.1:3090:9090'
- '127.0.0.1:3317:1317' - '127.0.0.1:3317:1317'
``` ```

View File

@ -128,7 +128,7 @@
scp dev@<deployments-server-hostname>:/srv/laconicd/stage2-deployment/genesis.json </path/to/local/directory> scp dev@<deployments-server-hostname>:/srv/laconicd/stage2-deployment/genesis.json </path/to/local/directory>
``` ```
* Now users can follow the steps to [Upgrade to testnet2](../testnet-onboarding-validator.md#upgrade-to-testnet2) * Now users can follow the steps to [Upgrade to SAPO testnet](../testnet-onboarding-validator.md#upgrade-to-sapo-testnet)
## Bank Transfer ## Bank Transfer

View File

@ -295,7 +295,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
* A testnet stage1 node * A testnet stage1 node
* For setting up a fresh testnet2 node, follow [Join as a validator](#join-as-a-validator-on-stage1), but use testnet2 chain id (`laconic-testnet-2`) * For setting up a fresh testnet2 node, follow [Join as a validator](#join-as-a-validator-on-stage1) instead, but use testnet2 chain id (`laconic-testnet-2`)
### Setup ### Setup