Skip to content

Commit

Permalink
use poolkey in mint params
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Nov 28, 2023
1 parent ca01507 commit 4a7d82a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/interfaces/INonfungiblePositionManagerV4.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ interface INonfungiblePositionManagerV4 is ILockCallback, IPeripheryPayments, IE
);

struct MintParams {
address token0;
address token1;
uint24 fee;
PoolKey poolKey;
int24 tickLower;
int24 tickUpper;
uint256 amount0Desired;
Expand Down

0 comments on commit 4a7d82a

Please sign in to comment.