Skip to content

Commit

Permalink
fix: throw error unhappy path
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Nov 22, 2024
1 parent d77f4b1 commit ef74b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/l2/l2-gen-addresses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ for role in ADMIN BATCHER PROPOSER; do
fund_address "$address" "$L1_FUND_AMOUNT"
echo
else
echo "$role address: $address already funded"
echo
echo "Error: $role address already funded: $address"
exit 1
fi
else
echo "Warning: $role address not found in .env file"
Expand Down

0 comments on commit ef74b5a

Please sign in to comment.