From 0af7b03d7ae7c9afb5017ee9a6cc110bc97f2115 Mon Sep 17 00:00:00 2001 From: 0xBhavik <62445791+bhavik-m@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:55:40 +0530 Subject: [PATCH] Update contracts/polygon/connectors/1inch/1inch-v4/main.sol Co-authored-by: Thrilok kumar --- contracts/polygon/connectors/1inch/1inch-v4/main.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/polygon/connectors/1inch/1inch-v4/main.sol b/contracts/polygon/connectors/1inch/1inch-v4/main.sol index ca33f669..0936dfb7 100644 --- a/contracts/polygon/connectors/1inch/1inch-v4/main.sol +++ b/contracts/polygon/connectors/1inch/1inch-v4/main.sol @@ -79,8 +79,8 @@ abstract contract OneInch is OneInchResolverHelpers { /** * @dev Sell ETH/ERC20_Token using 1Inch. * @notice Swap tokens from exchanges like kyber, 0x etc, with calculation done off-chain. - * @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) - * @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) + * @param buyAddr The address of the token to buy.(For MATIC: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) + * @param sellAddr The address of the token to sell.(For MATIC: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) * @param sellAmt The amount of the token to sell. * @param unitAmt The amount of buyAmt/sellAmt with slippage. * @param callData Data from 1inch API.