staking tests

This commit is contained in:
JulesCrown 2024-06-13 08:28:42 +02:00
parent 39065a908e
commit 72abf097df
4 changed files with 192 additions and 16 deletions

View file

@ -24,7 +24,7 @@ contract BaseLineLP {
int24 constant TICK_SPACING = 200;
int24 constant ANCHOR_SPACING = 5 * TICK_SPACING;
int24 constant DISCOVERY_SPACING = 11000;
int24 constant MAX_TICK_DEVIATION = 50;
int24 constant MAX_TICK_DEVIATION = 50; // how much is that?
// default fee of 1%
uint24 constant FEE = uint24(10_000);
// uint256 constant FLOOR = 0;