diff --git a/utils/sendTransactions.tsx b/utils/sendTransactions.tsx index 6f632bf2dc..cc37cf393b 100644 --- a/utils/sendTransactions.tsx +++ b/utils/sendTransactions.tsx @@ -115,12 +115,7 @@ export const sendTransactionsV3 = async ({ } const cfg = { - maxTxesInBatch: - transactionInstructionsWithFee.filter( - (x) => x.sequenceType === SequenceType.Sequential - ).length > 0 - ? 20 - : 30, + maxTxesInBatch: 1, autoRetry: false, maxRetries: 5, retried: 0,