From ed75bd3ae982bca91b577b19d1d76b0868be7df3 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Fri, 30 May 2025 09:52:13 +0530 Subject: [PATCH] Make rest endpoint externally accessible --- stack-orchestrator/config/mainnet-laconicd/run-laconicd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stack-orchestrator/config/mainnet-laconicd/run-laconicd.sh b/stack-orchestrator/config/mainnet-laconicd/run-laconicd.sh index 5604afa..366e176 100755 --- a/stack-orchestrator/config/mainnet-laconicd/run-laconicd.sh +++ b/stack-orchestrator/config/mainnet-laconicd/run-laconicd.sh @@ -58,6 +58,7 @@ laconicd start \ --api.enable \ --minimum-gas-prices=${MIN_GAS_PRICE}alnt \ --rpc.laddr="tcp://0.0.0.0:26657" \ + --api.address="tcp://0.0.0.0:1317" \ --gql-playground --gql-server \ --log_level $CERC_LOGLEVEL \ --home $NODE_HOME