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
Hi! I need to fetch current state on chain and perform swaps locally (mutable and immutable ones). As I understood, I can perform immutable ones using uniswapV3Math.queryOutputs, but how can I perform mutable ones? uniswapV3Math contains _modifyPosition method, but how can I calculate ModifyPositionParams params for it if I know only params for uniswapV3Math.queryOutputs? Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi! I need to fetch current state on chain and perform swaps locally (mutable and immutable ones). As I understood, I can perform immutable ones using
uniswapV3Math.queryOutputs
, but how can I perform mutable ones?uniswapV3Math
contains_modifyPosition
method, but how can I calculateModifyPositionParams
params for it if I know only params foruniswapV3Math.queryOutputs
? Thank you in advance.The text was updated successfully, but these errors were encountered: