staking test cleanup

This commit is contained in:
JulesCrown 2024-06-19 10:33:28 +02:00
parent 2b817c9331
commit 36833cab7f
10 changed files with 175 additions and 404 deletions

View file

@ -72,7 +72,7 @@ contract BaseLineLPTest is PoolSerializer {
weth = IWETH9(address(new WETH()));
TwabController tc = new TwabController(60 * 60 * 24, uint32(block.timestamp));
harb = new Harb("HARB", "HARB", factoryAddress, address(weth), tc);
harb = new Harb("HARB", "HARB", tc);
pool = IUniswapV3Pool(factory.createPool(address(weth), address(harb), FEE));