Update stage2 domain mappings
This commit is contained in:
parent
60b642727c
commit
5c3ea2175d
@ -827,7 +827,7 @@
|
|||||||
```bash
|
```bash
|
||||||
cat <<EOF > laconic-console-testnet2-deployment/config.env
|
cat <<EOF > laconic-console-testnet2-deployment/config.env
|
||||||
# Laconicd (hosted) GQL endpoint
|
# Laconicd (hosted) GQL endpoint
|
||||||
LACONIC_HOSTED_ENDPOINT=https://laconicd-testnet2.laconic.com
|
LACONIC_HOSTED_ENDPOINT=https://laconicd-sapo.laconic.com
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -849,7 +849,7 @@
|
|||||||
laconic-so deployment --dir laconic-console-testnet2-deployment logs console -f
|
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>
|
</details>
|
||||||
|
|
||||||
@ -1292,16 +1292,29 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Machine 1
|
# Machine 1
|
||||||
https://laconicd.laconic.com -> 26657
|
|
||||||
https://laconicd.laconic.com/api -> 9473/api
|
|
||||||
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
|
# LORO testnet
|
||||||
https://laconicd-testnet2.laconic.com/api -> 3473/api
|
https://laconicd.laconic.com -> 26657
|
||||||
https://loro-console-testnet2.laconic.com -> 4002
|
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
|
||||||
|
|
||||||
|
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
|
# Machine 2
|
||||||
https://sepolia.laconic.com -> 8545
|
https://sepolia.laconic.com -> 8545
|
||||||
|
@ -119,7 +119,7 @@
|
|||||||
* Get the node id:
|
* Get the node id:
|
||||||
|
|
||||||
```bash
|
```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:
|
* Get the genesis file:
|
||||||
|
@ -359,7 +359,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
|
|||||||
CERC_CHAIN_ID=laconic-testnet-2
|
CERC_CHAIN_ID=laconic-testnet-2
|
||||||
|
|
||||||
# Comma separated list of nodes to keep persistent connections to
|
# 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
|
# Use the provided node id
|
||||||
CERC_PEERS=""
|
CERC_PEERS=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user