From e8bdf16774bc704a206d5d2ff5c79c9e95b6b7c7 Mon Sep 17 00:00:00 2001 From: Richa <76250660+Richa-iitr@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:09:47 +0530 Subject: [PATCH] minor change Co-authored-by: Thrilok kumar --- contracts/arbitrum/connectors/uniswap/v3_swap/helpers.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/arbitrum/connectors/uniswap/v3_swap/helpers.sol b/contracts/arbitrum/connectors/uniswap/v3_swap/helpers.sol index 2950f6a1..d4012c24 100644 --- a/contracts/arbitrum/connectors/uniswap/v3_swap/helpers.sol +++ b/contracts/arbitrum/connectors/uniswap/v3_swap/helpers.sol @@ -18,7 +18,7 @@ abstract contract Helpers is DSMath, Basic { address buyAddr; //token to be bought address sellAddr; //token to be sold uint24 fee; //pool fees for buyAddr-sellAddr token pair - uint256 unitAmt; //The unit amount of sellAMt/buyAmt with slippage + uint256 unitAmt; //The unit amount of sellAMt/buyAmt with slippage uint256 expectedAmt; //The amount that is expected to be returned after the swap uint256 buyAmt; //amount of token to be bought uint256 getId; //Id to get buyAmt