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
I've noticed that there is a large discrepancy between the commands that are noted down in the Universal Router technical docs and the Commands.sol library in the uniswap/universal-router repo.
Notably, V4_SWAP is not even mentioned, which is a big deal given the fact that it has actions encoded within it, so detailed guide on what those do would be useful to have in the Technical Reference page.
The text was updated successfully, but these errors were encountered:
I've faced the same issue and resolved it by specifying the latest commit hash when installing the dependency. You can try installing it like this if you are using foundry:
This ensures you're using a version that includes V4_SWAP.
However, I agree that the documentation should be updated to reflect this command properly, especially given its importance.
I've noticed that there is a large discrepancy between the commands that are noted down in the Universal Router technical docs and the
Commands.sol
library in theuniswap/universal-router
repo.Notably,
V4_SWAP
is not even mentioned, which is a big deal given the fact that it has actions encoded within it, so detailed guide on what those do would be useful to have in the Technical Reference page.The text was updated successfully, but these errors were encountered: