mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor update
This commit is contained in:
parent
99eacd0d18
commit
eb9d24ba6f
|
@ -14,7 +14,7 @@ contract uniswapSellBeta is Helpers {
|
|||
uint24 fee,
|
||||
uint256 amountIn,
|
||||
uint256 amountOutMinimum
|
||||
) public payable returns (uint256 amountOut) {
|
||||
) external payable returns (uint256 amountOut) {
|
||||
IERC20(tokenIn).safeApprove(address(router), amountIn);
|
||||
amountOut = swapSingleInput(
|
||||
getParams(
|
||||
|
|
Loading…
Reference in New Issue
Block a user