Skip to content

Commit

Permalink
SOV-3959: TEMP patch to prevent future LM "dead vestings" (#2604)
Browse files Browse the repository at this point in the history
chore: add temp patch
  • Loading branch information
pietro-maximoff authored May 15, 2024
1 parent a7dc5d1 commit 311f89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface IBaseClaimFormProps {
dataActionId?: string;
}

const MAX_LIQUID_STAKES = 44;
const MAX_LIQUID_STAKES = 33;

export const BaseClaimForm: React.FC<IBaseClaimFormProps> = ({
className,
Expand Down

0 comments on commit 311f89d

Please sign in to comment.