Skip to content

Commit

Permalink
fix: launcher.sh (bundler-spec-tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 authored Sep 6, 2023
1 parent 1cc4ab8 commit acb168c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundler-spec-tests/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ case $1 in
--beneficiary 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
--entry-points 0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789 \
--http \
--http.api 0.0.0.0 \
--http.addr 0.0.0.0 \
--http.port 3000 \
--http.api eth,debug,web3 \
--ws \
--ws.api 0.0.0.0 \
--ws.addr 0.0.0.0 \
--ws.port 3001 \
--ws.api eth,debug,web3 & echo $! > bundler.pid
popd
Expand Down

0 comments on commit acb168c

Please sign in to comment.