Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 19, 2024
1 parent 30201d5 commit 055a4ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions yarn-project/end-to-end/src/integration_l1_publisher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ describe('L1Publisher integration', () => {

beforeEach(async () => {
deployerAccount = privateKeyToAccount(deployerPK);
const { walletClient, publicClient, l1ContractAddresses } = await deployL1Contracts(
config.rpcUrl,
deployerAccount,
localAnvil,
logger,
);
const {
walletClient,
publicClient: publicClient_,
l1ContractAddresses,
} = await deployL1Contracts(config.rpcUrl, deployerAccount, localAnvil, logger);
publicClient = publicClient_;

rollupAddress = getAddress(l1ContractAddresses.rollupAddress.toString());
inboxAddress = getAddress(l1ContractAddresses.inboxAddress.toString());
Expand Down

0 comments on commit 055a4ce

Please sign in to comment.