Rename rest to rpc endpoint
All checks were successful
Build / build (pull_request) Successful in 2m49s
Lint / Run golangci-lint (pull_request) Successful in 5m16s
Integration Tests / test-integration (pull_request) Successful in 2m25s
E2E Tests / test-e2e (pull_request) Successful in 4m16s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m6s
SDK Tests / sdk_tests (pull_request) Successful in 10m40s
Unit Tests / test-unit (pull_request) Successful in 2m22s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 15m50s

This commit is contained in:
neeraj 2024-04-01 15:08:19 +05:30
parent 213c390c37
commit 519501e25e

View File

@ -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[@]}"