diff --git a/src/app/pages/RewardPage/components/ClaimForms/FeesEarnedClaimRow/index.tsx b/src/app/pages/RewardPage/components/ClaimForms/FeesEarnedClaimRow/index.tsx index ea93a93e3..12b7ec5b9 100644 --- a/src/app/pages/RewardPage/components/ClaimForms/FeesEarnedClaimRow/index.tsx +++ b/src/app/pages/RewardPage/components/ClaimForms/FeesEarnedClaimRow/index.tsx @@ -28,8 +28,8 @@ interface IFeesEarnedClaimRowProps extends IClaimFormProps { assetClaimLocked?: boolean; } -const MAX_PROCESSABLE_CHECKPOINTS_RBTC = 20; -const MAX_PROCESSABLE_CHECKPOINTS_TOKENS = 55; +const MAX_PROCESSABLE_CHECKPOINTS_RBTC = 33; +const MAX_PROCESSABLE_CHECKPOINTS_TOKENS = 150; export const FeesEarnedClaimRow: React.FC = ({ amountToClaim,