Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 17, 2024
1 parent 47f53a0 commit 2b07744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 2b07744

Please sign in to comment.