Skip to content

Commit

Permalink
disable ratelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed Mar 4, 2025
1 parent e381861 commit 1c8a95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kgw-test-reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ jobs:
-b "http://kwild:8484" \
--chain-id $chain_id \
--allow-adhoc-query \
--log-level debug
--log-level debug \
--ip-request-rate-authn 0
echo "run KWIL-JS TEST against kwild(http://localhost:8484), with $chain_id"
# NOTE: we use the default hardhat private key
PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 CHAIN_ID=$chain_id GATEWAY_ON=false GAS_ON=false KWIL_PROVIDER=http://localhost:8484 npm run integration
Expand Down

0 comments on commit 1c8a95c

Please sign in to comment.