staking test cleanup
This commit is contained in:
parent
2b817c9331
commit
36833cab7f
10 changed files with 175 additions and 404 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue