Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Sep 15, 2023
1 parent 61758a0 commit 7a3e6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
--http.api personal,eth,net,web3,debug \
--http.corsdomain '*' \
--http.addr "0.0.0.0" \
--nodiscover --maxpeers 0 --mine \
--nodiscover --maxpeers 0 \
--networkid 1337 \
--dev \
--allow-insecure-unlock \
--rpc.allow-unprotected-txs \
--dev.gaslimit 20000000
--dev.gaslimit 20000000 &
- name: Deploy ERC-4337 contracts
working-directory: ./bundler-spec-tests
Expand Down

0 comments on commit 7a3e6b8

Please sign in to comment.