deployment
This commit is contained in:
parent
af6da0daae
commit
4845129fe3
2 changed files with 28 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
|
@ -26,8 +26,8 @@ contract SepoliaScript is Script {
|
|||
harb.setStakingPool(address(stake));
|
||||
IUniswapV3Factory factory = IUniswapV3Factory(V3_FACTORY);
|
||||
factory.createPool(WETH, address(harb), FEE);
|
||||
// BaseLineLP liquidityManager = new BaseLineLP(V3_FACTORY, WETH, address(harb));
|
||||
// harb.setLiquidityManager(address(liquidityManager));
|
||||
BaseLineLP liquidityManager = new BaseLineLP(V3_FACTORY, WETH, address(harb));
|
||||
harb.setLiquidityManager(address(liquidityManager));
|
||||
vm.stopBroadcast();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue