Skip to content

Commit

Permalink
chore(spec): remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 4, 2023
1 parent c1c22cd commit 2ddbf99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case $1 in
;;

start)
docker-compose up -d --wait
docker-compose up -d
./waitForServices.sh
cast send --from $(cast rpc eth_accounts | tail -n 1 | tr -d '[]"') --unlocked --value 1ether 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 > /dev/null
cd ../../bundler-spec-tests/@account-abstraction && yarn deploy --network localhost
Expand Down

0 comments on commit 2ddbf99

Please sign in to comment.