Skip to content

Commit

Permalink
deploy factories by default
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent d3eef21 commit b125857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { zeroAddress, parseGwei } from 'viem';

export const defaults = {
nativeToken: zeroAddress,
deployFactoriesToL2: false,
deployFactoriesToL2: true,
maxFeePerGasForRetryables: parseGwei(String('0.1')),
};

0 comments on commit b125857

Please sign in to comment.