mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
added @notice comment
This commit is contained in:
parent
5afed9f288
commit
714a4d91b1
|
@ -14,6 +14,7 @@ import {Events} from "./events.sol";
|
|||
|
||||
abstract contract ZeroEx is Helpers {
|
||||
/**
|
||||
* @notice Swap tokens on 0x
|
||||
* @dev Sell ETH/ERC20_Token using 0x.
|
||||
* @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
|
|
|
@ -14,6 +14,7 @@ import {Events} from "./events.sol";
|
|||
|
||||
abstract contract ZeroEx is Helpers {
|
||||
/**
|
||||
* @notice Swap tokens on 0x
|
||||
* @dev Sell ETH/ERC20_Token using 0x.
|
||||
* @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
|
|
Loading…
Reference in New Issue
Block a user