Skip to content

Commit

Permalink
SOV-2488: update maxCheckpoints for fee claiming (#2546)
Browse files Browse the repository at this point in the history
fix: update maxCheckpoints for fee claiming
  • Loading branch information
soulBit authored Jun 2, 2023
1 parent 84d6f95 commit 3841457
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<IFeesEarnedClaimRowProps> = ({
amountToClaim,
Expand Down

0 comments on commit 3841457

Please sign in to comment.