This commit is contained in:
Thrilok kumar 2024-05-22 09:31:16 +05:30
parent 0fb2b4ac98
commit 7680f9b525

View File

@ -428,7 +428,7 @@ contract PayloadIGP24 {
mode: 1, mode: 1,
expandPercent: 0, expandPercent: 0,
expandDuration: 1, expandDuration: 1,
baseWithdrawalLimit: supplyToken == wstETH_ADDRESS ? 2 * 1e18 : 10 * 1e18 baseWithdrawalLimit: supplyToken == wstETH_ADDRESS ? 2 * 1e18 : 10 * 1e18 // 2 wstETH or 10 ETH
}); });
LIQUIDITY.updateUserSupplyConfigs(configs_); LIQUIDITY.updateUserSupplyConfigs(configs_);