Skip to content

Commit

Permalink
missing 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Jan 9, 2025
1 parent 2848a03 commit 939f100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_files/scripts/fund.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for chain_id in "${chain_ids[@]}"; do
# Use chain 20 from the ethereum_package to prevent conflicts
chain_wallets=$(echo "$chain_wallets" | jq \
--arg addr "0xafF0CA253b97e54440965855cec0A8a2E2399896" \
--arg private_key "0x4b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59" \
--arg private_key "0x04b9f63ecf84210c5366c66d68fa1f5da1fa4f634fad6dfc86178e4d79ff9e59" \
'.["l1FaucetPrivateKey"] = $private_key | .["l1FaucetAddress"] = $addr')

chain_wallets=$(echo "$chain_wallets" | jq \
Expand Down

0 comments on commit 939f100

Please sign in to comment.