mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor change
This commit is contained in:
parent
2e21b0df0e
commit
6316cbe46e
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user