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
In withdrawLiquidityFromV3, the migrator contract interacts with the external nfp contract and it comes from users' input. IV3NonfungiblePositionManager nfp = IV3NonfungiblePositionManager(v3PoolParams.nfp);
Not sure we need to simply use fixed NonfungiblePositionManager contract. I do not see obvious risks though.
The text was updated successfully, but these errors were encountered:
In withdrawLiquidityFromV3, the migrator contract interacts with the external
nfp
contract and it comes from users' input.IV3NonfungiblePositionManager nfp = IV3NonfungiblePositionManager(v3PoolParams.nfp);
Not sure we need to simply use fixed
NonfungiblePositionManager
contract. I do not see obvious risks though.The text was updated successfully, but these errors were encountered: