From 3390e487c6411771abfeace8f36e1c12acde9117 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Fri, 12 Apr 2024 21:28:19 +0530 Subject: [PATCH] fix --- contracts/payloads/IGP17/PayloadIGP17.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/contracts/payloads/IGP17/PayloadIGP17.sol b/contracts/payloads/IGP17/PayloadIGP17.sol index 4eed211..2d14132 100644 --- a/contracts/payloads/IGP17/PayloadIGP17.sol +++ b/contracts/payloads/IGP17/PayloadIGP17.sol @@ -412,9 +412,6 @@ contract PayloadIGP17 { // Action 2: Add new max borrow handler and remove old max borrow handler from liquidity layer for weETH/wstETH vault to make borrow limit dynamic. action2(); - - // Action 3: Increase max ratio for Spark to 90% & Aave to 92% on Lite. - action3(); } function verifyProposal() external view {}