mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
5270c092b8
commit
5f9005650a
|
@ -56,7 +56,7 @@ abstract contract Helpers is DSMath, Basic {
|
|||
swapData._buyAmt = _swapHelper(swapData);
|
||||
|
||||
bool isEthBuyToken = address(swapData.buyToken) == wethAddr;
|
||||
convertWethToEth(isEthBuyToken, swapData.buyToken, buyAmt);
|
||||
convertWethToEth(isEthBuyToken, swapData.buyToken, swapData .buyAmt);
|
||||
|
||||
setUint(setId, swapData._buyAmt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user