diff --git a/stack-orchestrator/container-build/cerc-laconic2-registry-cli/Dockerfile b/stack-orchestrator/container-build/cerc-laconic2-registry-cli/Dockerfile index 91acc38..603cda5 100644 --- a/stack-orchestrator/container-build/cerc-laconic2-registry-cli/Dockerfile +++ b/stack-orchestrator/container-build/cerc-laconic2-registry-cli/Dockerfile @@ -1,4 +1,4 @@ -# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster +# Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster ARG VARIANT=18-bullseye FROM node:${VARIANT} diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index 66ef4b6..3f950d0 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -125,11 +125,19 @@ Instructions for running a laconicd testnet full node and joining as a validator * Inside the `laconic-console-deployment` deployment directory, open `config.env` file and set following env variables: ```bash + # All optional + # CLI configuration # laconicd chain id (default: laconic_9000-1) CERC_LACONICD_CHAIN_ID= + # laconicd user private key for txs + CERC_LACONICD_USER_KEY= + + # laconicd bond id for txs + CERC_LACONICD_BOND_ID= + # Gas limit for txs (default: 200000) CERC_LACONICD_GAS= @@ -249,6 +257,7 @@ laconic-so deployment --dir laconic-console-deployment start laconic-so deployment --dir laconic-console-deployment exec cli "nano config.yml" # Note: any changes made to the config will be lost when the cli Docker container is brought down + # So set / update the values in 'laconic-console-deployment/config.env' accordingly before restarting ``` * Adjust / set other config values (`bondId`, `gas`, `fees`) as required and perform txs: