Uniswap / v2-periphery

🎚 Peripheral smart contracts for interacting with Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
1.11k stars 1.67k forks source link

Feat/fee whitelist #182

Closed ziankork closed 2 months ago

ziankork commented 2 months ago

Changes

Important Note

Currently, there's a possibility of flash swap underpayment on every trade when the fee isn't applied(e.g DS-CT flash swap). This is potentially caused by a rounding error when calculating the amount of token that goes in and out. The exact function can be seen here :

ziankork commented 2 months ago

sorry wrong upstream branch