From 816e1623ac7d051715e82d7195eab4110b593957 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 2 Apr 2024 03:38:48 +0000 Subject: [PATCH] Rename laconicd rest endpoint to rpc for SDK tests (#27) Part of https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7 Co-authored-by: neeraj Reviewed-on: https://git.vdb.to/cerc-io/laconic2d/pulls/27 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- tests/sdk_tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sdk_tests/run-tests.sh b/tests/sdk_tests/run-tests.sh index 590168f8..c1eacfc3 100755 --- a/tests/sdk_tests/run-tests.sh +++ b/tests/sdk_tests/run-tests.sh @@ -22,7 +22,7 @@ docker compose exec laconicd sh -c "curl --retry 10 --retry-delay 3 --retry-conn # Run tests docker compose exec \ -e COSMOS_CHAIN_ID="$cosmos_chain_id" \ - -e LACONICD_REST_ENDPOINT="$laconicd_rpc_endpoint" \ + -e LACONICD_RPC_ENDPOINT="$laconicd_rpc_endpoint" \ -e LACONICD_GQL_ENDPOINT="$laconicd_gql_endpoint" \ -e PRIVATE_KEY="$laconicd_key" \ sdk-test-runner yarn run "${yarn_args[@]}"