From b6c48ca9dd0b3c5627ba533703ee4652a3c34622 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 13 Jun 2025 19:37:09 +0530 Subject: [PATCH] Update config env for shopify --- docs/update-deployments.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/update-deployments.md b/docs/update-deployments.md index 3be9089..0a6aa42 100644 --- a/docs/update-deployments.md +++ b/docs/update-deployments.md @@ -116,7 +116,15 @@ Instructions to reset / update the deployments laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify build-containers --force-rebuild ``` -* Update the configuration if required in `laconic-shopify-deployment/config.env` +* Update the configuration if required in `laconic-shopify-deployment/config.env`: + + ```bash + # laconicd RPC endpoint + CERC_LACONICD_RPC_ENDPOINT=https://laconicd-mainnet.laconic.com + + # laconicd chain id + CERC_LACONICD_CHAIN_ID=laconic-mainnet + ``` * Restart the deployment: