mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/polygon/connectors/uniswap/v3_auto_router/main.sol
This commit is contained in:
parent
5ae2797964
commit
49ba822f62
|
@ -21,7 +21,7 @@ abstract contract AutoRouter is Helpers, Events {
|
|||
* @param sellAddr The address of the token to sell.(For Matic: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param sellAmt The amount of the token to sell.
|
||||
* @param unitAmt The amount of buyAmt/sellAmt with slippage.
|
||||
* @param callData Data from Uniswap V3 auto router SDK. You can generate calldata and unitAmt using uniswap-v3-autorouter or using this <a href="https://docs.instadapp.io/faq/connectors/calldata-param" target="_blank">API </a>
|
||||
* @param callData Data from Uniswap V3 auto router SDK. You can generate calldata and unitAmt using uniswap-v3-autorouter or using this <a href="https://docs.instadapp.io/faq/connectors/calldata-param" target="_blank">API</a>
|
||||
|
||||
* @param setId ID stores the amount of token brought.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user