From 3833f40a5c7e69b0d47b981290f7357de2b192ab Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 27 May 2025 18:41:17 +0530 Subject: [PATCH] Add env for setting network mode --- docs/demo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/demo.md b/docs/demo.md index 6d913d5..7769f13 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -388,6 +388,9 @@ export MULTISIG_DEPLOYMENT_DIR=cosmos-multisig-deployment # Set path to custom network JSON file export NETWORK_JSON_PATH=~/cerc/laconicd-stack/config/network.json + + # Set network mode to host + export USE_HOST_NETWORK=host ``` - Copy the example variables file: