Skip to content

Commit

Permalink
chore: clean up commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Sep 12, 2024
1 parent 13efe24 commit 2b1f44c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/V3ToV4Migration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ contract V3ToV4MigrationTest is BasePancakeSwapV4, OldVersionHelper, BinLiquidit
token1.mint(address(router), 10 ether);

// prep position manager action: mint/ settle/ settle
// PositionConfig memory positionConfig = PositionConfig({poolKey: clPoolKey, tickLower: -120, tickUpper: 120});
Plan memory planner = Planner.init();
planner.add(Actions.CL_MINT_POSITION, abi.encode(clPoolKey, -120, 120, 1 ether, 10 ether, 10 ether, alice, ""));
planner.add(Actions.SETTLE, abi.encode(clPoolKey.currency0, ActionConstants.OPEN_DELTA, false)); // deduct from universal router
Expand Down

0 comments on commit 2b1f44c

Please sign in to comment.