Uniswap / v4-periphery

🦄 🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v4
https://blog.uniswap.org/uniswap-v4
GNU General Public License v2.0
707 stars 483 forks source link

:hammer: Fix unused imports and unnecessary using directives #300

Open GianfrancoBazzani opened 2 months ago

GianfrancoBazzani commented 2 months ago

Description of changes

:heavy_minus_sign: Get rid of unused CurrencyLibrary usages

:x: Get rid of all using PoolIdLibrary for PoolKey; directives and PoolIdLibrary imports

:heavy_plus_sign: Add global usage of PositionConfigIdLibrary for PositionConfigId

:heavy_plus_sign: Add global usage of PositionConfigLibrary for PositionConfig

:heavy_plus_sign: Add global usage of PathKeyLib for PathKey

GianfrancoBazzani commented 2 months ago