Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Nov 22, 2024
1 parent c3f36d7 commit d77f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/l2/l2-gen-addresses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for role in ADMIN BATCHER PROPOSER; do
address="${!address_var}"

if [[ -n "$address" ]]; then
local balance=$(check_address_balance "$address")
balance=$(check_address_balance "$address")
if [[ "$balance" == "0" ]]; then
echo "Funding $role address: $address with amount $L1_FUND_AMOUNT"
fund_address "$address" "$L1_FUND_AMOUNT"
Expand Down

0 comments on commit d77f4b1

Please sign in to comment.