From 311f89d0957a9261801f75d25ee86a71fe8a1e29 Mon Sep 17 00:00:00 2001 From: Pietro <74987028+pietro-maximoff@users.noreply.github.com> Date: Wed, 15 May 2024 16:29:11 +0200 Subject: [PATCH] SOV-3959: TEMP patch to prevent future LM "dead vestings" (#2604) chore: add temp patch --- .../RewardPage/components/ClaimForms/BaseClaimForm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/RewardPage/components/ClaimForms/BaseClaimForm/index.tsx b/src/app/pages/RewardPage/components/ClaimForms/BaseClaimForm/index.tsx index c727cb898..fe820452c 100644 --- a/src/app/pages/RewardPage/components/ClaimForms/BaseClaimForm/index.tsx +++ b/src/app/pages/RewardPage/components/ClaimForms/BaseClaimForm/index.tsx @@ -33,7 +33,7 @@ interface IBaseClaimFormProps { dataActionId?: string; } -const MAX_LIQUID_STAKES = 44; +const MAX_LIQUID_STAKES = 33; export const BaseClaimForm: React.FC = ({ className,