Update stage2 chain id and add domain mappings
This commit is contained in:
parent
cffe62cb1f
commit
9495af198a
@ -1603,11 +1603,11 @@
|
||||
ports:
|
||||
laconicd:
|
||||
- '6060'
|
||||
- '127.0.0.1:26657:26657'
|
||||
- '26656:26656'
|
||||
- '127.0.0.1:9473:9473'
|
||||
- '127.0.0.1:9090:9090'
|
||||
- '127.0.0.1:1317:1317'
|
||||
- '127.0.0.1:36657:26657'
|
||||
- '36656:26656'
|
||||
- '127.0.0.1:3473:9473'
|
||||
- '127.0.0.1:3090:9090'
|
||||
- '127.0.0.1:3317:1317'
|
||||
```
|
||||
|
||||
* Create a deployment from the spec file:
|
||||
@ -1633,6 +1633,10 @@ https://loro-signup.laconic.com -> 3000
|
||||
https://wallet.laconic.com -> 5000
|
||||
https://loro-console.laconic.com -> 4001
|
||||
|
||||
https://laconicd-testnet2.laconic.com -> 36657
|
||||
https://laconicd-testnet2.laconic.com/api -> 3473/api
|
||||
https://loro-console-testnet2.laconic.com -> 4002
|
||||
|
||||
# Machine 2
|
||||
https://sepolia.laconic.com -> 8545
|
||||
wss://sepolia.laconic.com -> 8546
|
||||
|
@ -80,7 +80,7 @@
|
||||
|
||||
cd ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd
|
||||
|
||||
STAGE2_CHAIN_ID=laconic_9000-2
|
||||
STAGE2_CHAIN_ID=laconic-testnet-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
|
||||
@ -121,7 +121,7 @@
|
||||
* Get the node id:
|
||||
|
||||
```bash
|
||||
echo $(laconic-so deployment --dir stage2-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-testnet2.laconic.com:36656
|
||||
```
|
||||
|
||||
* Get the genesis file:
|
||||
|
@ -349,10 +349,10 @@ laconic-so deployment --dir testnet-laconicd-deployment start
|
||||
* Inside the `testnet-laconicd-deployment` deployment directory, open `config.env` file and set following env variables:
|
||||
|
||||
```bash
|
||||
CERC_CHAIN_ID=laconic_9000-2
|
||||
CERC_CHAIN_ID=laconic-testnet-2
|
||||
|
||||
# Comma separated list of nodes to keep persistent connections to
|
||||
# Example: "node-1-id@laconicd.laconic.com:26656"
|
||||
# Example: "node-1-id@laconicd-testnet2.laconic.com:26656"
|
||||
# Use the provided node id
|
||||
CERC_PEERS=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user