kadenzipfel / uni-lbp

A capital-efficient Uniswap v4 liquidity bootstrapping pool (LBP) hooks contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native currency support

kadenzipfel opened this issue · comments

commented

At the moment, we use a lot of token specific logic for e.g., transfers and balance checking, but Uniswap v4 supports native currency e.g., ETH, so we should do the same. Should be able to use the v4-core Currency.sol to do everything we need