Skip to content

Commit

Permalink
make parallel
Browse files Browse the repository at this point in the history
Signed-off-by: microwavedcola1 <[email protected]>
  • Loading branch information
microwavedcola1 committed Jul 30, 2024
1 parent 52f35ae commit 6da6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/scripts/sb-on-demand-crank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ interface OracleInterface {
transactionInstruction: tx,
})),
],
sequenceType: SequenceType.Sequential,
sequenceType: SequenceType.Parallel,
})),
config: {
maxTxesInBatch: 1,
Expand Down

0 comments on commit 6da6be1

Please sign in to comment.