Update stage2 domain mappings
This commit is contained in:
parent
e24c9f9ce1
commit
7ebc81eb2e
@ -944,7 +944,7 @@
|
||||
```bash
|
||||
cat <<EOF > laconic-console-testnet2-deployment/config.env
|
||||
# Laconicd (hosted) GQL endpoint
|
||||
LACONIC_HOSTED_ENDPOINT=https://laconicd-testnet2.laconic.com
|
||||
LACONIC_HOSTED_ENDPOINT=https://laconicd-sapo.laconic.com
|
||||
EOF
|
||||
```
|
||||
|
||||
@ -966,7 +966,7 @@
|
||||
laconic-so deployment --dir laconic-console-testnet2-deployment logs console -f
|
||||
```
|
||||
|
||||
* The laconic console can now be viewed at <https://loro-console-testnet2.laconic.com>
|
||||
* The laconic console can now be viewed at <https://console-sapo.laconic.com>
|
||||
|
||||
</details>
|
||||
|
||||
@ -1409,16 +1409,29 @@
|
||||
|
||||
```bash
|
||||
# Machine 1
|
||||
|
||||
# LORO testnet
|
||||
https://laconicd.laconic.com -> 26657
|
||||
https://laconicd.laconic.com/api -> 9473/api
|
||||
https://laconicd.laconic.com/console -> 9473/console
|
||||
https://laconicd.laconic.com/graphql -> 9473/graphql
|
||||
https://faucet.laconic.com -> 4000
|
||||
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
|
||||
Open p2p ports:
|
||||
26656
|
||||
|
||||
# SAPO testnet
|
||||
https://laconicd-sapo.laconic.com -> 36657
|
||||
https://laconicd-sapo.laconic.com/api -> 3473/api
|
||||
https://laconicd-sapo.laconic.com/console -> 3473/console
|
||||
https://laconicd-sapo.laconic.com/graphql -> 3473/graphql
|
||||
https://console-sapo.laconic.com -> 4002
|
||||
|
||||
Open p2p ports:
|
||||
36656
|
||||
|
||||
# Machine 2
|
||||
https://sepolia.laconic.com -> 8545
|
||||
|
@ -119,7 +119,7 @@
|
||||
* Get the node id:
|
||||
|
||||
```bash
|
||||
echo $(laconic-so deployment --dir stage2-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd-testnet2.laconic.com:36656
|
||||
echo $(laconic-so deployment --dir stage2-deployment exec laconicd "laconicd cometbft show-node-id")@laconicd-sapo.laconic.com:36656
|
||||
```
|
||||
|
||||
* Get the genesis file:
|
||||
|
@ -359,7 +359,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
|
||||
CERC_CHAIN_ID=laconic-testnet-2
|
||||
|
||||
# Comma separated list of nodes to keep persistent connections to
|
||||
# Example: "node-1-id@laconicd-testnet2.laconic.com:36656"
|
||||
# Example: "node-1-id@laconicd-sapo.laconic.com:36656"
|
||||
# Use the provided node id
|
||||
CERC_PEERS=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user