Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent 863e893 commit 5e40717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/createRollup.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ it(`successfully deploys core contracts through rollup creator`, async () => {
expect(arg.config).toEqual(config);
expect(arg.batchPoster).toEqual(batchPoster);
expect(arg.validators).toEqual(validators);
expect(arg.nativeToken).toEqual(zeroAddress);
expect(arg.maxDataSize).toEqual(104_857n);
expect(arg.nativeToken).toEqual(zeroAddress);
expect(arg.deployFactoriesToL2).toEqual(true);
expect(arg.maxFeePerGasForRetryables).toEqual(parseGwei('0.1'));

// get the transaction receipt after waiting for the transaction to complete
Expand Down

0 comments on commit 5e40717

Please sign in to comment.