Skip to content

Commit

Permalink
Try fix uniswap e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 27, 2024
1 parent 13967c3 commit 5d408a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/shared/uniswap_l1_l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5d408a9

Please sign in to comment.