Merge branch 'main' of github.com:blockworks-foundation/mango-v4-ui
This commit is contained in:
commit
633d44c3ac
|
@ -208,7 +208,7 @@ const ClaimPage = () => {
|
||||||
|
|
||||||
claimIxes.push(...ixs)
|
claimIxes.push(...ixs)
|
||||||
}
|
}
|
||||||
chunk(claimIxes, 4).map((x) =>
|
chunk(claimIxes, 2).map((x) =>
|
||||||
transactionInstructions.push({
|
transactionInstructions.push({
|
||||||
instructionsSet: x,
|
instructionsSet: x,
|
||||||
sequenceType: SequenceType.Parallel,
|
sequenceType: SequenceType.Parallel,
|
||||||
|
|
Loading…
Reference in New Issue