Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedm1 committed Nov 22, 2023
1 parent fcf7fe8 commit c5cce19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/foundry/core/CollateralTracker.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,10 @@ contract CollateralTrackerTest is Test, PositionUtils {
currentTick,
1
);

console2.log("TS", tickSpacing);
console2.log("CT", strike);
console2.log("WT", width);

// sell as Bob
tokenId = uint256(0).addUniv3pool(poolId).addLeg(0, 1, 1, 0, 0, 0, strike, width);
positionIdList.push(tokenId);
Expand Down

0 comments on commit c5cce19

Please sign in to comment.