make slide and shift one function
This commit is contained in:
parent
ae8c3a1e4f
commit
694afbe9fe
3 changed files with 25 additions and 61 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue