Update chain id

This commit is contained in:
Prathamesh Musale 2025-06-13 18:35:30 +05:30
parent 8cdcf8148d
commit 6fe037b3a2

View File

@ -6,7 +6,7 @@ A Laconic mainnet node (see [run-validator.md](./run-validator.md))
## Stop services ## Stop services
* Stop a laconic-console deployment: * Stop laconic-console deployment:
```bash ```bash
# In directory where laconic-console deployment was created # In directory where laconic-console deployment was created
@ -27,11 +27,11 @@ A Laconic mainnet node (see [run-validator.md](./run-validator.md))
```bash ```bash
# In directory where laconic-console deployment was created # In directory where laconic-console deployment was created
# Backup the config if required # WARNING: Backup the config if required
rm -rf laconic-console-deployment rm -rf laconic-console-deployment
``` ```
* Follow [laconic-console](stack-orchestrator/stacks/laconic-console/README.md) stack instructions to setup a new laconic-console deployment * Follow [laconic-console](https://git.vdb.to/cerc-io/testnet-laconicd-stack/src/branch/main/stack-orchestrator/stacks/laconic-console) stack instructions to setup a new laconic-console deployment
* Example configuration: * Example configuration:
@ -39,12 +39,12 @@ A Laconic mainnet node (see [run-validator.md](./run-validator.md))
# CLI configuration # CLI configuration
# laconicd RPC endpoint (can be pointed to your node) # laconicd RPC endpoint (can be pointed to your node)
CERC_LACONICD_RPC_ENDPOINT=https://laconicd-sapo.laconic.com CERC_LACONICD_RPC_ENDPOINT=https://laconicd-mainnet.laconic.com
# laconicd GQL endpoint (can be pointed to your node) # laconicd GQL endpoint (can be pointed to your node)
CERC_LACONICD_GQL_ENDPOINT=https://laconicd-sapo.laconic.com/api CERC_LACONICD_GQL_ENDPOINT=https://laconicd-mainnet.laconic.com/api
CERC_LACONICD_CHAIN_ID=laconic-testnet-2 CERC_LACONICD_CHAIN_ID=laconic-mainnet
# your private key # your private key
CERC_LACONICD_USER_KEY= CERC_LACONICD_USER_KEY=
@ -60,7 +60,7 @@ A Laconic mainnet node (see [run-validator.md](./run-validator.md))
# Console configuration # Console configuration
# Laconicd (hosted) GQL endpoint (can be pointed to your node) # Laconicd (hosted) GQL endpoint (can be pointed to your node)
LACONIC_HOSTED_ENDPOINT=https://laconicd-sapo.laconic.com LACONIC_HOSTED_ENDPOINT=https://laconicd-mainnet.laconic.com
``` ```
## Check authority and deployer record ## Check authority and deployer record