From 2b077442d3d7cf2136180804cca8a521a0e51323 Mon Sep 17 00:00:00 2001 From: benesjan Date: Wed, 17 Jan 2024 15:59:18 +0000 Subject: [PATCH] fix --- yarn-project/end-to-end/src/integration_l1_publisher.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());