From 5d408a922d4cfb2d1455723c9b3d5d78b0fd026d Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 27 Feb 2024 14:58:37 -0300 Subject: [PATCH] Try fix uniswap e2e test --- yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts b/yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts index b291173d0aa..a59426d3a9a 100644 --- a/yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts +++ b/yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts @@ -97,7 +97,7 @@ export const uniswapL1L2TestSuite = ( sponsorAddress = sponsorWallet.getAddress(); ownerEthAddress = EthAddress.fromString((await walletClient.getAddresses())[0]); - await publicDeployAccounts(walletClient, [ownerAddress, sponsorAddress]); + await publicDeployAccounts(ownerWallet, [ownerAddress, sponsorAddress]); logger('Deploying DAI Portal, initializing and deploying l2 contract...'); daiCrossChainHarness = await CrossChainTestHarness.new(