Update stage2 port mapping
This commit is contained in:
parent
e1abab11fe
commit
ec49998aef
@ -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'
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user