diff --git a/src/commands/helper/fund-accounts.ts b/src/commands/helper/fund-accounts.ts index 3ea6ed5..67977c4 100644 --- a/src/commands/helper/fund-accounts.ts +++ b/src/commands/helper/fund-accounts.ts @@ -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')) }