diff --git a/test/foundry/core/CollateralTracker.t.sol b/test/foundry/core/CollateralTracker.t.sol index 83df704..9c6af72 100644 --- a/test/foundry/core/CollateralTracker.t.sol +++ b/test/foundry/core/CollateralTracker.t.sol @@ -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);