Skip to content

Commit

Permalink
revert yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-calvin committed Jan 29, 2024
1 parent af06969 commit 25989fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const initCommand = new Command('init')
governorPrivateKeyArgs: [],
deployerL2ContractInput: { args: [], includePaymaster: true, includeL2WETH: true },
testTokens: { deploy: true, args: [] },
validiumMode: cmd.validiumMode
validiumMode: cmd.validiumMode !== undefined ? cmd.validiumMode : false
};
await init(initArgs);
});
Expand Down

0 comments on commit 25989fd

Please sign in to comment.