Skip to content

Commit

Permalink
chore(spec): unlock cast
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 2, 2023
1 parent 22fc250 commit a9ec22d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ case $1 in

start)
docker-compose up -d --wait
cast send --from $(cast rpc eth_accounts | tail -n 1 | tr -d '[]"') --value 1ether 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 > /dev/null
sleep 30
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
;;
stop)
Expand Down

0 comments on commit a9ec22d

Please sign in to comment.