From b10d346103e001df7134c8c329af74ef805f0146 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Mon, 17 Jan 2022 00:57:37 +0530 Subject: [PATCH] minor change --- test/mainnet/uniswapV3Router/uniswapV3Router.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mainnet/uniswapV3Router/uniswapV3Router.test.ts b/test/mainnet/uniswapV3Router/uniswapV3Router.test.ts index f39e5f93..31623938 100644 --- a/test/mainnet/uniswapV3Router/uniswapV3Router.test.ts +++ b/test/mainnet/uniswapV3Router/uniswapV3Router.test.ts @@ -159,7 +159,7 @@ describe("Auto Router", function () { it("should swap the tokens when selltoken is eth in the spell", async function () { const buyTokenAddress = "0x6b175474e89094c44da98b954eedeac495271d0f"; //dai - const sellTokenAddress = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"; //weth + const sellTokenAddress = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"; //eth const sellTokenDecimals = 18; const buyTokenDecimals = 18; const amount = 1;