staking tests
This commit is contained in:
parent
39065a908e
commit
72abf097df
4 changed files with 192 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue