make slide and shift one function

This commit is contained in:
JulesCrown 2024-07-16 20:47:06 +02:00
parent ae8c3a1e4f
commit 694afbe9fe
3 changed files with 25 additions and 61 deletions

View file

@ -73,7 +73,7 @@ contract SepoliaScript is Script {
harb.setLiquidityManager(address(liquidityManager));
(bool sent, ) = address(liquidityManager).call{value: 0.1 ether}("");
require(sent, "Failed to send Ether");
//TODO: wait few minutes and call slide
//TODO: wait few minutes and call recenter
vm.stopBroadcast();
}
}