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/main.sol
This commit is contained in:
parent
dc1330fa2b
commit
63711ce030
|
@ -41,7 +41,7 @@ abstract contract AutoRouter is Helpers, Events {
|
||||||
_buyAmt: 0
|
_buyAmt: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
swapData = _Swap(swapData, setId);
|
swapData = _swap(swapData, setId);
|
||||||
|
|
||||||
_eventName = "LogSwap(address,address,uint256,uint256,uint256,uint256)";
|
_eventName = "LogSwap(address,address,uint256,uint256,uint256,uint256)";
|
||||||
_eventParam = abi.encode(buyAddr, sellAddr, swapData._buyAmt, swapData._sellAmt, 0, setId);
|
_eventParam = abi.encode(buyAddr, sellAddr, swapData._buyAmt, swapData._sellAmt, 0, setId);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user