set capital efficiency in tests
This commit is contained in:
parent
0329a5da4f
commit
3eeef258e3
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ contract LiquidityManagerTest is Test {
|
|||
harberg.setStakingPool(address(stake));
|
||||
lm = new LiquidityManager(factoryAddress, address(weth), address(harberg));
|
||||
lm.setFeeDestination(feeDestination);
|
||||
vm.prank(feeDestination);
|
||||
lm.setCapitalInfefficiency(95);
|
||||
harberg.setLiquidityManager(address(lm));
|
||||
harberg.setLiquidityPool(address(pool));
|
||||
vm.deal(address(lm), 10 ether);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue