Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
6 stars 1 forks source link

Callbacks: Uniswap V3 callback #57

Closed Oighty closed 4 months ago

Oighty commented 6 months ago

Objective

Implement a general hook for depositing liquidity. There likely will need to be different versions (which inherit from the base) for different types of liquidity pools (e.g. UniV2, UniV3, Balancer, etc.). We need to determine which one to start with.

0xJem commented 5 months ago

Current priorities (IIRC): Uniswap V3 and Uniswap V2

What about Baseline?

0xJem commented 5 months ago

Need to look at whether the values for getMintAmounts can be injected (like amountMin usually in).