Skip to content

Commit

Permalink
fix max tick liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo13 committed Aug 17, 2023
1 parent 2c97fb7 commit ea8b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FullRange.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract TestFullRange is Test, Deployers, GasSnapshot {
int24 constant TICK_SPACING = 60;
uint16 constant LOCKED_LIQUIDITY = 1000;
uint256 constant MAX_DEADLINE = 12329839823;
uint256 constant MAX_TICK_LIQUIDITY = 11505069308564788430434325881101413;
uint256 constant MAX_TICK_LIQUIDITY = 11505069308564788430434325881101412;
uint8 constant DUST = 30;

MockERC20 token0;
Expand Down

0 comments on commit ea8b119

Please sign in to comment.