Skip to content

Commit ac4f677

Browse files
sklppy88sklppy88
authored andcommitted
fix: sponsored fpc arg parsed correctly (#12976) (#12977)
Resyncing master after hotfix for alpha-testnet. Holding for release 0.82.2 to go in ! Co-authored-by: sklppy88 <esau@aztecprotocol.com>
1 parent 9cc70f9 commit ac4f677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/cli/src/cmds/l1/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function injectCommands(program: Command, log: LogFn, debugLogger: Logger
5757
options.mnemonicIndex,
5858
options.salt,
5959
options.testAccounts,
60-
options.sponsoredFPC,
60+
options.sponsoredFpc,
6161
options.acceleratedTestDeployments,
6262
options.json,
6363
initialValidators,

0 commit comments

Comments
 (0)