The latest Uniswap Universal Router (v2.1.1) introduced new parameters that allow to protect each swap hop with a minimum expected price.
The Python UR SDK is now updated to encode and decode these new parameters, for all pool versions (V2, V3 & V4). Which implies breaking changes ... ⚠️
Apart from that, many technical improvements have been done to the v3.0.0, with async support being probably the most important/interesting.
Useful links:
Installation:
pip install uniswap-universal-router-decoder==3.0.0Feel free to give me any feedback on this release here, or open a discussion or a ticket about a feature that should be in the next one! 🙏
Happy coding!! :)
