Skip to content

Commit 57254a9

Browse files
committed
fix: change default numsplits to 10
1 parent 22d0a33 commit 57254a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const ConfigSchema = PartialV300ConfigSchema.extend({
125125
/**
126126
* Default numSplits for router v3.1 contract
127127
*/
128-
numSplits: bigintLike.default(4n),
128+
numSplits: bigintLike.default(10n),
129129
/**
130130
* Enable optimistic liquidations
131131
*/

0 commit comments

Comments
 (0)