From 38414577e0ad3a63eff2a704b9b12df8964fe3a3 Mon Sep 17 00:00:00 2001 From: soulBit Date: Fri, 2 Jun 2023 16:07:51 +0100 Subject: [PATCH] SOV-2488: update maxCheckpoints for fee claiming (#2546) fix: update maxCheckpoints for fee claiming --- .../components/ClaimForms/FeesEarnedClaimRow/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,