From bcf272b5e079b3aaecb59878d3d95ce2de138498 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 12 Mar 2024 14:17:57 +0530 Subject: [PATCH] Expose RPC port --- scripts/init.sh | 1 + tests/sdk_tests/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index ff948d9d..9f94d36f 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -87,4 +87,5 @@ laconic2d start \ --log_level $LOGLEVEL \ --minimum-gas-prices=0.0001photon \ --api.enable \ + --rpc.laddr="tcp://0.0.0.0:26657" \ --gql-server --gql-playground diff --git a/tests/sdk_tests/run-tests.sh b/tests/sdk_tests/run-tests.sh index 8b212bd8..356adade 100755 --- a/tests/sdk_tests/run-tests.sh +++ b/tests/sdk_tests/run-tests.sh @@ -10,7 +10,7 @@ yarn_args+=("${@:-test}") # Get the key from laconic2d laconic2d_key=$( - yes | docker compose exec laconic2d laconic2d keys export mykey --unarmored-hex --unsafe + yes | docker compose exec laconic2d laconic2d keys export alice --keyring-backend test --unarmored-hex --unsafe ) # Set parameters for the test suite cosmos_chain_id=laconic_9000-1