This commit is contained in:
Thrilok kumar 2024-03-08 18:14:46 -05:00
parent 2c684c10a1
commit eed34e4686

View File

@ -274,6 +274,8 @@ contract PayloadIGP9 {
}
function execute() external {
require(address(this) == address(TIMELOCK), "not-valid-caller");
// Action 1: list stETH Protocol in Liquidity Layer with max debt ceiling of 5k ETH and base debt ceiling of 5k ETH
action1();