Skip to content

Commit

Permalink
feat(ci): add unlocked flag to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 28, 2023
1 parent 7bf32f8 commit 4e8b388
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)
cast send --from $(cast rpc eth_accounts | tail -n 1 | tr -d '[]"') --value 1ether 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 > /dev/null
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 4e8b388

Please sign in to comment.