Skip to content

Commit

Permalink
method sig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Aug 24, 2024
1 parent 837a849 commit d0d6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/helper/fund-accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class HelperFundAccounts extends Command {
}

await this.fundL1Addresses(l1Addresses, flags)
await this.fundL2Addresses(l2Addresses, flags)
await this.fundL2Addresses(l2Addresses)

this.log(chalk.green('Funding complete'))
}
Expand Down

0 comments on commit d0d6edb

Please sign in to comment.