deployment
This commit is contained in:
parent
c3afb0172f
commit
ed23b04bcd
5 changed files with 12 additions and 5 deletions
|
|
@ -70,7 +70,7 @@ contract SepoliaScript is Script {
|
|||
BaseLineLP liquidityManager = new BaseLineLP(V3_FACTORY, WETH, address(harb));
|
||||
harb.setLiquidityManager(address(liquidityManager));
|
||||
//TODO: send some eth and call slide
|
||||
(bool sent, ) = address(liquidityManager).call{value: 0.2 ether}("");
|
||||
(bool sent, ) = address(liquidityManager).call{value: 0.1 ether}("");
|
||||
require(sent, "Failed to send Ether");
|
||||
vm.stopBroadcast();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue