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
The text was updated successfully, but these errors were encountered:
crzypatchwork
changed the title
docs IUniversalRouter execute x ISwapRouter swapExactInputSingle
docs IUniversalRouter#execute x ISwapRouter#swapExactInputSingle x IUniswapV3PoolActions#swap
Aug 25, 2023
docs suggests you to use ISwapRouter swapExactInputSingle while on prod uniswap app uses Universal Router
https://docs.uniswap.org/contracts/v3/guides/swaps/single-swaps
https://docs.uniswap.org/contracts/v3/reference/periphery/interfaces/ISwapRouter
this v3 pool as an example also doesnt have such public method https://polygonscan.com/address/0x0f663c16dd7c65cf87edb9229464ca77aeea536b#writeContract
seems it would make sense to either have instructions on how to use universal router or https://docs.uniswap.org/contracts/v3/reference/core/interfaces/pool/IUniswapV3PoolActions#swap instead in such guide as nothing in these docs makes sense
The text was updated successfully, but these errors were encountered: