forked from cerc-io/laconicd
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 <neeraj.rtly@gmail.com> Reviewed-on: cerc-io/laconic2d#27 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
This commit is contained in:
parent
6bc3d2fcde
commit
816e1623ac
@ -22,7 +22,7 @@ docker compose exec laconicd sh -c "curl --retry 10 --retry-delay 3 --retry-conn
|
|||||||
# Run tests
|
# Run tests
|
||||||
docker compose exec \
|
docker compose exec \
|
||||||
-e COSMOS_CHAIN_ID="$cosmos_chain_id" \
|
-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 LACONICD_GQL_ENDPOINT="$laconicd_gql_endpoint" \
|
||||||
-e PRIVATE_KEY="$laconicd_key" \
|
-e PRIVATE_KEY="$laconicd_key" \
|
||||||
sdk-test-runner yarn run "${yarn_args[@]}"
|
sdk-test-runner yarn run "${yarn_args[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user