From edb1d4d1c9672a67366f06928a5fb75ffbc5be13 Mon Sep 17 00:00:00 2001 From: Pierrick Turelier Date: Fri, 2 Jul 2021 10:45:46 +0200 Subject: [PATCH] fix(tests): fix integration tests --- test/integration_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.js b/test/integration_test.js index d8c7796..b9f348a 100644 --- a/test/integration_test.js +++ b/test/integration_test.js @@ -110,7 +110,7 @@ describe("SushiYieldSource integration", function () { { gasLimit: 9500000 } ); - const exchangeWalletAddress = "0xD551234Ae421e3BCBA99A0Da6d736074f22192FF"; + const exchangeWalletAddress = '0xF977814e90dA44bFA03b6295A0616a897441aceC'; await hre.network.provider.request({ method: "hardhat_impersonateAccount", params: [exchangeWalletAddress],