diff --git a/yarn-project/end-to-end/src/integration_l1_publisher.test.ts b/yarn-project/end-to-end/src/integration_l1_publisher.test.ts index 8d294a3ab95..df7f9416369 100644 --- a/yarn-project/end-to-end/src/integration_l1_publisher.test.ts +++ b/yarn-project/end-to-end/src/integration_l1_publisher.test.ts @@ -108,7 +108,7 @@ describe('L1Publisher integration', () => { l1ContractAddresses, walletClient, publicClient: publicClient_, - } = await setupL1Contracts(config.rpcUrl, deployerAccount, logger, true); + } = await setupL1Contracts(config.rpcUrl, deployerAccount, logger); publicClient = publicClient_; rollupAddress = getAddress(l1ContractAddresses.rollupAddress.toString());