You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function swapExactTokensForTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
I need to find the full path data .
As we know , there will have more than two pairs for address[] path, so how to get the right and full path result ?
The text was updated successfully, but these errors were encountered:
hey,
when I call the next function :
I need to find the full path data .
As we know , there will have more than two pairs for
address[] path
, so how to get the right and full path result ?The text was updated successfully, but these errors were encountered: