minor change

This commit is contained in:
Richa-iitr 2022-06-04 10:09:03 +05:30
parent 2e21b0df0e
commit 6316cbe46e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ abstract contract Helper {
contract SwapHelpers is Helper {
/**
*@dev Performs the swap usign the dex aggregators.
*@dev Swap using the dex aggregators.
*@param _connectors name of the connectors in preference order.
*@param _inputData data for the swap cast.
*/

View File

@ -14,7 +14,7 @@ import { Events } from "./events.sol";
abstract contract Swap is SwapHelpers, Events {
/**
* @dev Swap ETH/ERC20_Token using dex aggregators.
* @notice Swap tokens from exchanges like kyber, 0x etc, with calculation done off-chain.
* @notice Swap tokens from exchanges like 1INCH, 0x etc, with calculation done off-chain.
* @param _connectors The name of the connectors like 1INCH-A, 0x etc, in order of their priority.
* @param buyAddr The address of the token to buy.(For MATIC: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
* @param sellAddr The address of the token to sell.(For MATIC: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)