diff --git a/components/rewards/Claim.tsx b/components/rewards/Claim.tsx index d7225cbf..45dd056f 100644 --- a/components/rewards/Claim.tsx +++ b/components/rewards/Claim.tsx @@ -208,7 +208,7 @@ const ClaimPage = () => { claimIxes.push(...ixs) } - chunk(claimIxes, 4).map((x) => + chunk(claimIxes, 2).map((x) => transactionInstructions.push({ instructionsSet: x, sequenceType: SequenceType.Parallel,