Skip to content

Commit

Permalink
Added fee token pricer address zero to arb rollup spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Sep 26, 2024
1 parent 1f33876 commit f22ec8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/contract/arbRollup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ const setup = async () => {
deployFactoriesToL2: true,
maxFeePerGasForRetryables: maxFeePerGas,
batchPosterManager: await batchPosterManager.getAddress(),
feeTokenPricer: constants.AddressZero

Check failure on line 302 in test/contract/arbRollup.spec.ts

View workflow job for this annotation

GitHub Actions / Contract tests

Insert `,`
}

const response = await rollupCreator.createRollup(deployParams, {
Expand Down

0 comments on commit f22ec8c

Please sign in to comment.