@pimlico/alto 0.0.0-main.20250117T174933 → 0.0.0-main.20250121T120414

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/esm/cli/alto.js +1 -3
  2. package/esm/cli/alto.js.map +1 -1
  3. package/esm/cli/config/bundler.d.ts +346 -358
  4. package/esm/cli/config/bundler.js +1 -5
  5. package/esm/cli/config/bundler.js.map +1 -1
  6. package/esm/cli/config/options.d.ts +1 -2
  7. package/esm/cli/config/options.js +5 -12
  8. package/esm/cli/config/options.js.map +1 -1
  9. package/esm/cli/setupServer.js +3 -16
  10. package/esm/cli/setupServer.js.map +1 -1
  11. package/esm/executor/executor.d.ts +3 -11
  12. package/esm/executor/executor.js +42 -258
  13. package/esm/executor/executor.js.map +1 -1
  14. package/esm/executor/executorManager.d.ts +1 -1
  15. package/esm/executor/executorManager.js +4 -14
  16. package/esm/executor/executorManager.js.map +1 -1
  17. package/esm/executor/utils.d.ts +7 -17
  18. package/esm/executor/utils.js +29 -66
  19. package/esm/executor/utils.js.map +1 -1
  20. package/esm/handlers/index.d.ts +0 -1
  21. package/esm/handlers/index.js +0 -1
  22. package/esm/handlers/index.js.map +1 -1
  23. package/esm/rpc/rpcHandler.d.ts +3 -7
  24. package/esm/rpc/rpcHandler.js +9 -80
  25. package/esm/rpc/rpcHandler.js.map +1 -1
  26. package/esm/types/contracts/index.d.ts +0 -4
  27. package/esm/types/contracts/index.js +0 -4
  28. package/esm/types/contracts/index.js.map +1 -1
  29. package/esm/types/mempool.d.ts +2 -4
  30. package/esm/types/mempool.js +0 -6
  31. package/esm/types/mempool.js.map +1 -1
  32. package/esm/types/schemas.d.ts +224 -249
  33. package/esm/types/schemas.js +0 -10
  34. package/esm/types/schemas.js.map +1 -1
  35. package/esm/utils/bigInt.d.ts +1 -1
  36. package/esm/utils/bigInt.js +1 -1
  37. package/esm/utils/bigInt.js.map +1 -1
  38. package/esm/utils/userop.d.ts +1 -1
  39. package/esm/utils/validation.js +2 -2
  40. package/esm/utils/validation.js.map +1 -1
  41. package/lib/cli/alto.js +0 -2
  42. package/lib/cli/alto.js.map +1 -1
  43. package/lib/cli/config/bundler.d.ts +346 -358
  44. package/lib/cli/config/bundler.js +2 -6
  45. package/lib/cli/config/bundler.js.map +1 -1
  46. package/lib/cli/config/options.d.ts +1 -2
  47. package/lib/cli/config/options.js +6 -13
  48. package/lib/cli/config/options.js.map +1 -1
  49. package/lib/cli/setupServer.js +2 -15
  50. package/lib/cli/setupServer.js.map +1 -1
  51. package/lib/executor/executor.d.ts +3 -11
  52. package/lib/executor/executor.js +41 -257
  53. package/lib/executor/executor.js.map +1 -1
  54. package/lib/executor/executorManager.d.ts +1 -1
  55. package/lib/executor/executorManager.js +2 -12
  56. package/lib/executor/executorManager.js.map +1 -1
  57. package/lib/executor/utils.d.ts +7 -17
  58. package/lib/executor/utils.js +29 -67
  59. package/lib/executor/utils.js.map +1 -1
  60. package/lib/handlers/index.d.ts +0 -1
  61. package/lib/handlers/index.js +0 -1
  62. package/lib/handlers/index.js.map +1 -1
  63. package/lib/rpc/rpcHandler.d.ts +3 -7
  64. package/lib/rpc/rpcHandler.js +8 -79
  65. package/lib/rpc/rpcHandler.js.map +1 -1
  66. package/lib/types/contracts/index.d.ts +0 -4
  67. package/lib/types/contracts/index.js +0 -4
  68. package/lib/types/contracts/index.js.map +1 -1
  69. package/lib/types/mempool.d.ts +2 -4
  70. package/lib/types/mempool.js +1 -8
  71. package/lib/types/mempool.js.map +1 -1
  72. package/lib/types/schemas.d.ts +224 -249
  73. package/lib/types/schemas.js +0 -10
  74. package/lib/types/schemas.js.map +1 -1
  75. package/lib/utils/bigInt.d.ts +1 -1
  76. package/lib/utils/bigInt.js +1 -1
  77. package/lib/utils/bigInt.js.map +1 -1
  78. package/lib/utils/userop.d.ts +1 -1
  79. package/lib/utils/validation.js +2 -2
  80. package/lib/utils/validation.js.map +1 -1
  81. package/package.json +1 -1
  82. package/esm/handlers/compressionHandler.d.ts +0 -11
  83. package/esm/handlers/compressionHandler.js +0 -39
  84. package/esm/handlers/compressionHandler.js.map +0 -1
  85. package/esm/types/contracts/BundleBulker.d.ts +0 -120
  86. package/esm/types/contracts/BundleBulker.js +0 -157
  87. package/esm/types/contracts/BundleBulker.js.map +0 -1
  88. package/esm/types/contracts/IOpInflator.d.ts +0 -61
  89. package/esm/types/contracts/IOpInflator.js +0 -80
  90. package/esm/types/contracts/IOpInflator.js.map +0 -1
  91. package/esm/types/contracts/Inflator.d.ts +0 -65
  92. package/esm/types/contracts/Inflator.js +0 -84
  93. package/esm/types/contracts/Inflator.js.map +0 -1
  94. package/esm/types/contracts/PerOpInflator.d.ts +0 -176
  95. package/esm/types/contracts/PerOpInflator.js +0 -229
  96. package/esm/types/contracts/PerOpInflator.js.map +0 -1
  97. package/lib/handlers/compressionHandler.d.ts +0 -11
  98. package/lib/handlers/compressionHandler.js +0 -43
  99. package/lib/handlers/compressionHandler.js.map +0 -1
  100. package/lib/types/contracts/BundleBulker.d.ts +0 -120
  101. package/lib/types/contracts/BundleBulker.js +0 -160
  102. package/lib/types/contracts/BundleBulker.js.map +0 -1
  103. package/lib/types/contracts/IOpInflator.d.ts +0 -61
  104. package/lib/types/contracts/IOpInflator.js +0 -83
  105. package/lib/types/contracts/IOpInflator.js.map +0 -1
  106. package/lib/types/contracts/Inflator.d.ts +0 -65
  107. package/lib/types/contracts/Inflator.js +0 -87
  108. package/lib/types/contracts/Inflator.js.map +0 -1
  109. package/lib/types/contracts/PerOpInflator.d.ts +0 -176
  110. package/lib/types/contracts/PerOpInflator.js +0 -232
  111. package/lib/types/contracts/PerOpInflator.js.map +0 -1
@@ -25,53 +25,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
25
25
  [x: `string[${string}]`]: undefined;
26
26
  [x: `function[${string}]`]: undefined;
27
27
  [x: `address[${string}]`]: undefined;
28
- [x: `uint32[${string}]`]: undefined;
29
- [x: `bytes[${string}]`]: undefined;
30
28
  [x: `uint256[${string}]`]: undefined;
29
+ [x: `bytes[${string}]`]: undefined;
31
30
  [x: `uint48[${string}]`]: undefined;
32
31
  [x: `bool[${string}]`]: undefined;
33
32
  [x: `bytes32[${string}]`]: undefined;
33
+ [x: `uint32[${string}]`]: undefined;
34
34
  [x: `uint112[${string}]`]: undefined;
35
35
  [x: `uint192[${string}]`]: undefined;
36
36
  [x: `bytes4[${string}]`]: undefined;
37
37
  [x: `uint8[${string}]`]: undefined;
38
38
  [x: `uint64[${string}]`]: undefined;
39
+ [x: `bytes3[${string}]`]: undefined;
39
40
  [x: `bytes1[${string}]`]: undefined;
40
- [x: `bytes11[${string}]`]: undefined;
41
41
  [x: `bytes2[${string}]`]: undefined;
42
42
  [x: `bytes6[${string}]`]: undefined;
43
- [x: `bytes3[${string}]`]: undefined;
44
43
  [x: `bytes5[${string}]`]: undefined;
45
44
  [x: `bytes7[${string}]`]: undefined;
45
+ [x: `bytes11[${string}]`]: undefined;
46
46
  [x: `bytes8[${string}]`]: undefined;
47
47
  [x: `bytes9[${string}]`]: undefined;
48
48
  [x: `bytes10[${string}]`]: undefined;
49
49
  [x: `bytes20[${string}]`]: undefined;
50
- [x: `bytes31[${string}]`]: undefined;
50
+ [x: `bytes19[${string}]`]: undefined;
51
+ [x: `bytes12[${string}]`]: undefined;
52
+ [x: `bytes14[${string}]`]: undefined;
53
+ [x: `bytes16[${string}]`]: undefined;
54
+ [x: `bytes18[${string}]`]: undefined;
55
+ [x: `bytes25[${string}]`]: undefined;
51
56
  [x: `bytes30[${string}]`]: undefined;
57
+ [x: `bytes31[${string}]`]: undefined;
52
58
  [x: `bytes29[${string}]`]: undefined;
53
59
  [x: `bytes28[${string}]`]: undefined;
54
60
  [x: `bytes27[${string}]`]: undefined;
55
61
  [x: `bytes26[${string}]`]: undefined;
56
- [x: `bytes25[${string}]`]: undefined;
57
62
  [x: `bytes24[${string}]`]: undefined;
58
63
  [x: `bytes23[${string}]`]: undefined;
59
64
  [x: `bytes22[${string}]`]: undefined;
60
65
  [x: `bytes21[${string}]`]: undefined;
61
- [x: `bytes19[${string}]`]: undefined;
62
- [x: `bytes18[${string}]`]: undefined;
63
66
  [x: `bytes17[${string}]`]: undefined;
64
- [x: `bytes16[${string}]`]: undefined;
65
67
  [x: `bytes15[${string}]`]: undefined;
66
- [x: `bytes14[${string}]`]: undefined;
67
68
  [x: `bytes13[${string}]`]: undefined;
68
- [x: `bytes12[${string}]`]: undefined;
69
69
  [x: `int[${string}]`]: undefined;
70
70
  [x: `int8[${string}]`]: undefined;
71
+ [x: `int16[${string}]`]: undefined;
71
72
  [x: `int40[${string}]`]: undefined;
73
+ [x: `int120[${string}]`]: undefined;
74
+ [x: `int240[${string}]`]: undefined;
72
75
  [x: `int32[${string}]`]: undefined;
73
76
  [x: `int24[${string}]`]: undefined;
74
- [x: `int16[${string}]`]: undefined;
75
77
  [x: `int48[${string}]`]: undefined;
76
78
  [x: `int56[${string}]`]: undefined;
77
79
  [x: `int64[${string}]`]: undefined;
@@ -81,7 +83,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
81
83
  [x: `int96[${string}]`]: undefined;
82
84
  [x: `int104[${string}]`]: undefined;
83
85
  [x: `int112[${string}]`]: undefined;
84
- [x: `int120[${string}]`]: undefined;
85
86
  [x: `int128[${string}]`]: undefined;
86
87
  [x: `int136[${string}]`]: undefined;
87
88
  [x: `int144[${string}]`]: undefined;
@@ -96,20 +97,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
96
97
  [x: `int216[${string}]`]: undefined;
97
98
  [x: `int224[${string}]`]: undefined;
98
99
  [x: `int232[${string}]`]: undefined;
99
- [x: `int240[${string}]`]: undefined;
100
100
  [x: `int248[${string}]`]: undefined;
101
101
  [x: `int256[${string}]`]: undefined;
102
102
  [x: `uint[${string}]`]: undefined;
103
+ [x: `uint16[${string}]`]: undefined;
103
104
  [x: `uint40[${string}]`]: undefined;
105
+ [x: `uint120[${string}]`]: undefined;
106
+ [x: `uint240[${string}]`]: undefined;
104
107
  [x: `uint24[${string}]`]: undefined;
105
- [x: `uint16[${string}]`]: undefined;
106
108
  [x: `uint56[${string}]`]: undefined;
107
109
  [x: `uint72[${string}]`]: undefined;
108
110
  [x: `uint80[${string}]`]: undefined;
109
111
  [x: `uint88[${string}]`]: undefined;
110
112
  [x: `uint96[${string}]`]: undefined;
111
113
  [x: `uint104[${string}]`]: undefined;
112
- [x: `uint120[${string}]`]: undefined;
113
114
  [x: `uint128[${string}]`]: undefined;
114
115
  [x: `uint136[${string}]`]: undefined;
115
116
  [x: `uint144[${string}]`]: undefined;
@@ -123,56 +124,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
123
124
  [x: `uint216[${string}]`]: undefined;
124
125
  [x: `uint224[${string}]`]: undefined;
125
126
  [x: `uint232[${string}]`]: undefined;
126
- [x: `uint240[${string}]`]: undefined;
127
127
  [x: `uint248[${string}]`]: undefined;
128
128
  string?: undefined;
129
129
  address?: undefined;
130
- uint32?: undefined;
131
- bytes?: undefined;
132
130
  uint256?: undefined;
131
+ bytes?: undefined;
133
132
  uint48?: undefined;
134
133
  bool?: undefined;
135
134
  bytes32?: undefined;
135
+ uint32?: undefined;
136
136
  uint112?: undefined;
137
137
  uint192?: undefined;
138
138
  bytes4?: undefined;
139
139
  uint8?: undefined;
140
140
  uint64?: undefined;
141
+ bytes3?: undefined;
141
142
  bytes1?: undefined;
142
- bytes11?: undefined;
143
143
  bytes2?: undefined;
144
144
  bytes6?: undefined;
145
- bytes3?: undefined;
146
145
  bytes5?: undefined;
147
146
  bytes7?: undefined;
147
+ bytes11?: undefined;
148
148
  bytes8?: undefined;
149
149
  bytes9?: undefined;
150
150
  bytes10?: undefined;
151
151
  bytes20?: undefined;
152
- bytes31?: undefined;
152
+ bytes19?: undefined;
153
+ bytes12?: undefined;
154
+ bytes14?: undefined;
155
+ bytes16?: undefined;
156
+ bytes18?: undefined;
157
+ bytes25?: undefined;
153
158
  bytes30?: undefined;
159
+ bytes31?: undefined;
154
160
  bytes29?: undefined;
155
161
  bytes28?: undefined;
156
162
  bytes27?: undefined;
157
163
  bytes26?: undefined;
158
- bytes25?: undefined;
159
164
  bytes24?: undefined;
160
165
  bytes23?: undefined;
161
166
  bytes22?: undefined;
162
167
  bytes21?: undefined;
163
- bytes19?: undefined;
164
- bytes18?: undefined;
165
168
  bytes17?: undefined;
166
- bytes16?: undefined;
167
169
  bytes15?: undefined;
168
- bytes14?: undefined;
169
170
  bytes13?: undefined;
170
- bytes12?: undefined;
171
171
  int8?: undefined;
172
+ int16?: undefined;
172
173
  int40?: undefined;
174
+ int120?: undefined;
175
+ int240?: undefined;
173
176
  int32?: undefined;
174
177
  int24?: undefined;
175
- int16?: undefined;
176
178
  int48?: undefined;
177
179
  int56?: undefined;
178
180
  int64?: undefined;
@@ -182,7 +184,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
182
184
  int96?: undefined;
183
185
  int104?: undefined;
184
186
  int112?: undefined;
185
- int120?: undefined;
186
187
  int128?: undefined;
187
188
  int136?: undefined;
188
189
  int144?: undefined;
@@ -197,19 +198,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
197
198
  int216?: undefined;
198
199
  int224?: undefined;
199
200
  int232?: undefined;
200
- int240?: undefined;
201
201
  int248?: undefined;
202
202
  int256?: undefined;
203
+ uint16?: undefined;
203
204
  uint40?: undefined;
205
+ uint120?: undefined;
206
+ uint240?: undefined;
204
207
  uint24?: undefined;
205
- uint16?: undefined;
206
208
  uint56?: undefined;
207
209
  uint72?: undefined;
208
210
  uint80?: undefined;
209
211
  uint88?: undefined;
210
212
  uint96?: undefined;
211
213
  uint104?: undefined;
212
- uint120?: undefined;
213
214
  uint128?: undefined;
214
215
  uint136?: undefined;
215
216
  uint144?: undefined;
@@ -223,7 +224,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
223
224
  uint216?: undefined;
224
225
  uint224?: undefined;
225
226
  uint232?: undefined;
226
- uint240?: undefined;
227
227
  uint248?: undefined;
228
228
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
229
229
  publicKey: `0x${string}`;
@@ -250,53 +250,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
250
250
  [x: `string[${string}]`]: undefined;
251
251
  [x: `function[${string}]`]: undefined;
252
252
  [x: `address[${string}]`]: undefined;
253
- [x: `uint32[${string}]`]: undefined;
254
- [x: `bytes[${string}]`]: undefined;
255
253
  [x: `uint256[${string}]`]: undefined;
254
+ [x: `bytes[${string}]`]: undefined;
256
255
  [x: `uint48[${string}]`]: undefined;
257
256
  [x: `bool[${string}]`]: undefined;
258
257
  [x: `bytes32[${string}]`]: undefined;
258
+ [x: `uint32[${string}]`]: undefined;
259
259
  [x: `uint112[${string}]`]: undefined;
260
260
  [x: `uint192[${string}]`]: undefined;
261
261
  [x: `bytes4[${string}]`]: undefined;
262
262
  [x: `uint8[${string}]`]: undefined;
263
263
  [x: `uint64[${string}]`]: undefined;
264
+ [x: `bytes3[${string}]`]: undefined;
264
265
  [x: `bytes1[${string}]`]: undefined;
265
- [x: `bytes11[${string}]`]: undefined;
266
266
  [x: `bytes2[${string}]`]: undefined;
267
267
  [x: `bytes6[${string}]`]: undefined;
268
- [x: `bytes3[${string}]`]: undefined;
269
268
  [x: `bytes5[${string}]`]: undefined;
270
269
  [x: `bytes7[${string}]`]: undefined;
270
+ [x: `bytes11[${string}]`]: undefined;
271
271
  [x: `bytes8[${string}]`]: undefined;
272
272
  [x: `bytes9[${string}]`]: undefined;
273
273
  [x: `bytes10[${string}]`]: undefined;
274
274
  [x: `bytes20[${string}]`]: undefined;
275
- [x: `bytes31[${string}]`]: undefined;
275
+ [x: `bytes19[${string}]`]: undefined;
276
+ [x: `bytes12[${string}]`]: undefined;
277
+ [x: `bytes14[${string}]`]: undefined;
278
+ [x: `bytes16[${string}]`]: undefined;
279
+ [x: `bytes18[${string}]`]: undefined;
280
+ [x: `bytes25[${string}]`]: undefined;
276
281
  [x: `bytes30[${string}]`]: undefined;
282
+ [x: `bytes31[${string}]`]: undefined;
277
283
  [x: `bytes29[${string}]`]: undefined;
278
284
  [x: `bytes28[${string}]`]: undefined;
279
285
  [x: `bytes27[${string}]`]: undefined;
280
286
  [x: `bytes26[${string}]`]: undefined;
281
- [x: `bytes25[${string}]`]: undefined;
282
287
  [x: `bytes24[${string}]`]: undefined;
283
288
  [x: `bytes23[${string}]`]: undefined;
284
289
  [x: `bytes22[${string}]`]: undefined;
285
290
  [x: `bytes21[${string}]`]: undefined;
286
- [x: `bytes19[${string}]`]: undefined;
287
- [x: `bytes18[${string}]`]: undefined;
288
291
  [x: `bytes17[${string}]`]: undefined;
289
- [x: `bytes16[${string}]`]: undefined;
290
292
  [x: `bytes15[${string}]`]: undefined;
291
- [x: `bytes14[${string}]`]: undefined;
292
293
  [x: `bytes13[${string}]`]: undefined;
293
- [x: `bytes12[${string}]`]: undefined;
294
294
  [x: `int[${string}]`]: undefined;
295
295
  [x: `int8[${string}]`]: undefined;
296
+ [x: `int16[${string}]`]: undefined;
296
297
  [x: `int40[${string}]`]: undefined;
298
+ [x: `int120[${string}]`]: undefined;
299
+ [x: `int240[${string}]`]: undefined;
297
300
  [x: `int32[${string}]`]: undefined;
298
301
  [x: `int24[${string}]`]: undefined;
299
- [x: `int16[${string}]`]: undefined;
300
302
  [x: `int48[${string}]`]: undefined;
301
303
  [x: `int56[${string}]`]: undefined;
302
304
  [x: `int64[${string}]`]: undefined;
@@ -306,7 +308,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
306
308
  [x: `int96[${string}]`]: undefined;
307
309
  [x: `int104[${string}]`]: undefined;
308
310
  [x: `int112[${string}]`]: undefined;
309
- [x: `int120[${string}]`]: undefined;
310
311
  [x: `int128[${string}]`]: undefined;
311
312
  [x: `int136[${string}]`]: undefined;
312
313
  [x: `int144[${string}]`]: undefined;
@@ -321,20 +322,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
321
322
  [x: `int216[${string}]`]: undefined;
322
323
  [x: `int224[${string}]`]: undefined;
323
324
  [x: `int232[${string}]`]: undefined;
324
- [x: `int240[${string}]`]: undefined;
325
325
  [x: `int248[${string}]`]: undefined;
326
326
  [x: `int256[${string}]`]: undefined;
327
327
  [x: `uint[${string}]`]: undefined;
328
+ [x: `uint16[${string}]`]: undefined;
328
329
  [x: `uint40[${string}]`]: undefined;
330
+ [x: `uint120[${string}]`]: undefined;
331
+ [x: `uint240[${string}]`]: undefined;
329
332
  [x: `uint24[${string}]`]: undefined;
330
- [x: `uint16[${string}]`]: undefined;
331
333
  [x: `uint56[${string}]`]: undefined;
332
334
  [x: `uint72[${string}]`]: undefined;
333
335
  [x: `uint80[${string}]`]: undefined;
334
336
  [x: `uint88[${string}]`]: undefined;
335
337
  [x: `uint96[${string}]`]: undefined;
336
338
  [x: `uint104[${string}]`]: undefined;
337
- [x: `uint120[${string}]`]: undefined;
338
339
  [x: `uint128[${string}]`]: undefined;
339
340
  [x: `uint136[${string}]`]: undefined;
340
341
  [x: `uint144[${string}]`]: undefined;
@@ -348,56 +349,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
348
349
  [x: `uint216[${string}]`]: undefined;
349
350
  [x: `uint224[${string}]`]: undefined;
350
351
  [x: `uint232[${string}]`]: undefined;
351
- [x: `uint240[${string}]`]: undefined;
352
352
  [x: `uint248[${string}]`]: undefined;
353
353
  string?: undefined;
354
354
  address?: undefined;
355
- uint32?: undefined;
356
- bytes?: undefined;
357
355
  uint256?: undefined;
356
+ bytes?: undefined;
358
357
  uint48?: undefined;
359
358
  bool?: undefined;
360
359
  bytes32?: undefined;
360
+ uint32?: undefined;
361
361
  uint112?: undefined;
362
362
  uint192?: undefined;
363
363
  bytes4?: undefined;
364
364
  uint8?: undefined;
365
365
  uint64?: undefined;
366
+ bytes3?: undefined;
366
367
  bytes1?: undefined;
367
- bytes11?: undefined;
368
368
  bytes2?: undefined;
369
369
  bytes6?: undefined;
370
- bytes3?: undefined;
371
370
  bytes5?: undefined;
372
371
  bytes7?: undefined;
372
+ bytes11?: undefined;
373
373
  bytes8?: undefined;
374
374
  bytes9?: undefined;
375
375
  bytes10?: undefined;
376
376
  bytes20?: undefined;
377
- bytes31?: undefined;
377
+ bytes19?: undefined;
378
+ bytes12?: undefined;
379
+ bytes14?: undefined;
380
+ bytes16?: undefined;
381
+ bytes18?: undefined;
382
+ bytes25?: undefined;
378
383
  bytes30?: undefined;
384
+ bytes31?: undefined;
379
385
  bytes29?: undefined;
380
386
  bytes28?: undefined;
381
387
  bytes27?: undefined;
382
388
  bytes26?: undefined;
383
- bytes25?: undefined;
384
389
  bytes24?: undefined;
385
390
  bytes23?: undefined;
386
391
  bytes22?: undefined;
387
392
  bytes21?: undefined;
388
- bytes19?: undefined;
389
- bytes18?: undefined;
390
393
  bytes17?: undefined;
391
- bytes16?: undefined;
392
394
  bytes15?: undefined;
393
- bytes14?: undefined;
394
395
  bytes13?: undefined;
395
- bytes12?: undefined;
396
396
  int8?: undefined;
397
+ int16?: undefined;
397
398
  int40?: undefined;
399
+ int120?: undefined;
400
+ int240?: undefined;
398
401
  int32?: undefined;
399
402
  int24?: undefined;
400
- int16?: undefined;
401
403
  int48?: undefined;
402
404
  int56?: undefined;
403
405
  int64?: undefined;
@@ -407,7 +409,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
407
409
  int96?: undefined;
408
410
  int104?: undefined;
409
411
  int112?: undefined;
410
- int120?: undefined;
411
412
  int128?: undefined;
412
413
  int136?: undefined;
413
414
  int144?: undefined;
@@ -422,19 +423,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
422
423
  int216?: undefined;
423
424
  int224?: undefined;
424
425
  int232?: undefined;
425
- int240?: undefined;
426
426
  int248?: undefined;
427
427
  int256?: undefined;
428
+ uint16?: undefined;
428
429
  uint40?: undefined;
430
+ uint120?: undefined;
431
+ uint240?: undefined;
429
432
  uint24?: undefined;
430
- uint16?: undefined;
431
433
  uint56?: undefined;
432
434
  uint72?: undefined;
433
435
  uint80?: undefined;
434
436
  uint88?: undefined;
435
437
  uint96?: undefined;
436
438
  uint104?: undefined;
437
- uint120?: undefined;
438
439
  uint128?: undefined;
439
440
  uint136?: undefined;
440
441
  uint144?: undefined;
@@ -448,7 +449,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
448
449
  uint216?: undefined;
449
450
  uint224?: undefined;
450
451
  uint232?: undefined;
451
- uint240?: undefined;
452
452
  uint248?: undefined;
453
453
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
454
454
  publicKey: `0x${string}`;
@@ -472,53 +472,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
472
472
  [x: `string[${string}]`]: undefined;
473
473
  [x: `function[${string}]`]: undefined;
474
474
  [x: `address[${string}]`]: undefined;
475
- [x: `uint32[${string}]`]: undefined;
476
- [x: `bytes[${string}]`]: undefined;
477
475
  [x: `uint256[${string}]`]: undefined;
476
+ [x: `bytes[${string}]`]: undefined;
478
477
  [x: `uint48[${string}]`]: undefined;
479
478
  [x: `bool[${string}]`]: undefined;
480
479
  [x: `bytes32[${string}]`]: undefined;
480
+ [x: `uint32[${string}]`]: undefined;
481
481
  [x: `uint112[${string}]`]: undefined;
482
482
  [x: `uint192[${string}]`]: undefined;
483
483
  [x: `bytes4[${string}]`]: undefined;
484
484
  [x: `uint8[${string}]`]: undefined;
485
485
  [x: `uint64[${string}]`]: undefined;
486
+ [x: `bytes3[${string}]`]: undefined;
486
487
  [x: `bytes1[${string}]`]: undefined;
487
- [x: `bytes11[${string}]`]: undefined;
488
488
  [x: `bytes2[${string}]`]: undefined;
489
489
  [x: `bytes6[${string}]`]: undefined;
490
- [x: `bytes3[${string}]`]: undefined;
491
490
  [x: `bytes5[${string}]`]: undefined;
492
491
  [x: `bytes7[${string}]`]: undefined;
492
+ [x: `bytes11[${string}]`]: undefined;
493
493
  [x: `bytes8[${string}]`]: undefined;
494
494
  [x: `bytes9[${string}]`]: undefined;
495
495
  [x: `bytes10[${string}]`]: undefined;
496
496
  [x: `bytes20[${string}]`]: undefined;
497
- [x: `bytes31[${string}]`]: undefined;
497
+ [x: `bytes19[${string}]`]: undefined;
498
+ [x: `bytes12[${string}]`]: undefined;
499
+ [x: `bytes14[${string}]`]: undefined;
500
+ [x: `bytes16[${string}]`]: undefined;
501
+ [x: `bytes18[${string}]`]: undefined;
502
+ [x: `bytes25[${string}]`]: undefined;
498
503
  [x: `bytes30[${string}]`]: undefined;
504
+ [x: `bytes31[${string}]`]: undefined;
499
505
  [x: `bytes29[${string}]`]: undefined;
500
506
  [x: `bytes28[${string}]`]: undefined;
501
507
  [x: `bytes27[${string}]`]: undefined;
502
508
  [x: `bytes26[${string}]`]: undefined;
503
- [x: `bytes25[${string}]`]: undefined;
504
509
  [x: `bytes24[${string}]`]: undefined;
505
510
  [x: `bytes23[${string}]`]: undefined;
506
511
  [x: `bytes22[${string}]`]: undefined;
507
512
  [x: `bytes21[${string}]`]: undefined;
508
- [x: `bytes19[${string}]`]: undefined;
509
- [x: `bytes18[${string}]`]: undefined;
510
513
  [x: `bytes17[${string}]`]: undefined;
511
- [x: `bytes16[${string}]`]: undefined;
512
514
  [x: `bytes15[${string}]`]: undefined;
513
- [x: `bytes14[${string}]`]: undefined;
514
515
  [x: `bytes13[${string}]`]: undefined;
515
- [x: `bytes12[${string}]`]: undefined;
516
516
  [x: `int[${string}]`]: undefined;
517
517
  [x: `int8[${string}]`]: undefined;
518
+ [x: `int16[${string}]`]: undefined;
518
519
  [x: `int40[${string}]`]: undefined;
520
+ [x: `int120[${string}]`]: undefined;
521
+ [x: `int240[${string}]`]: undefined;
519
522
  [x: `int32[${string}]`]: undefined;
520
523
  [x: `int24[${string}]`]: undefined;
521
- [x: `int16[${string}]`]: undefined;
522
524
  [x: `int48[${string}]`]: undefined;
523
525
  [x: `int56[${string}]`]: undefined;
524
526
  [x: `int64[${string}]`]: undefined;
@@ -528,7 +530,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
528
530
  [x: `int96[${string}]`]: undefined;
529
531
  [x: `int104[${string}]`]: undefined;
530
532
  [x: `int112[${string}]`]: undefined;
531
- [x: `int120[${string}]`]: undefined;
532
533
  [x: `int128[${string}]`]: undefined;
533
534
  [x: `int136[${string}]`]: undefined;
534
535
  [x: `int144[${string}]`]: undefined;
@@ -543,20 +544,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
543
544
  [x: `int216[${string}]`]: undefined;
544
545
  [x: `int224[${string}]`]: undefined;
545
546
  [x: `int232[${string}]`]: undefined;
546
- [x: `int240[${string}]`]: undefined;
547
547
  [x: `int248[${string}]`]: undefined;
548
548
  [x: `int256[${string}]`]: undefined;
549
549
  [x: `uint[${string}]`]: undefined;
550
+ [x: `uint16[${string}]`]: undefined;
550
551
  [x: `uint40[${string}]`]: undefined;
552
+ [x: `uint120[${string}]`]: undefined;
553
+ [x: `uint240[${string}]`]: undefined;
551
554
  [x: `uint24[${string}]`]: undefined;
552
- [x: `uint16[${string}]`]: undefined;
553
555
  [x: `uint56[${string}]`]: undefined;
554
556
  [x: `uint72[${string}]`]: undefined;
555
557
  [x: `uint80[${string}]`]: undefined;
556
558
  [x: `uint88[${string}]`]: undefined;
557
559
  [x: `uint96[${string}]`]: undefined;
558
560
  [x: `uint104[${string}]`]: undefined;
559
- [x: `uint120[${string}]`]: undefined;
560
561
  [x: `uint128[${string}]`]: undefined;
561
562
  [x: `uint136[${string}]`]: undefined;
562
563
  [x: `uint144[${string}]`]: undefined;
@@ -570,56 +571,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
570
571
  [x: `uint216[${string}]`]: undefined;
571
572
  [x: `uint224[${string}]`]: undefined;
572
573
  [x: `uint232[${string}]`]: undefined;
573
- [x: `uint240[${string}]`]: undefined;
574
574
  [x: `uint248[${string}]`]: undefined;
575
575
  string?: undefined;
576
576
  address?: undefined;
577
- uint32?: undefined;
578
- bytes?: undefined;
579
577
  uint256?: undefined;
578
+ bytes?: undefined;
580
579
  uint48?: undefined;
581
580
  bool?: undefined;
582
581
  bytes32?: undefined;
582
+ uint32?: undefined;
583
583
  uint112?: undefined;
584
584
  uint192?: undefined;
585
585
  bytes4?: undefined;
586
586
  uint8?: undefined;
587
587
  uint64?: undefined;
588
+ bytes3?: undefined;
588
589
  bytes1?: undefined;
589
- bytes11?: undefined;
590
590
  bytes2?: undefined;
591
591
  bytes6?: undefined;
592
- bytes3?: undefined;
593
592
  bytes5?: undefined;
594
593
  bytes7?: undefined;
594
+ bytes11?: undefined;
595
595
  bytes8?: undefined;
596
596
  bytes9?: undefined;
597
597
  bytes10?: undefined;
598
598
  bytes20?: undefined;
599
- bytes31?: undefined;
599
+ bytes19?: undefined;
600
+ bytes12?: undefined;
601
+ bytes14?: undefined;
602
+ bytes16?: undefined;
603
+ bytes18?: undefined;
604
+ bytes25?: undefined;
600
605
  bytes30?: undefined;
606
+ bytes31?: undefined;
601
607
  bytes29?: undefined;
602
608
  bytes28?: undefined;
603
609
  bytes27?: undefined;
604
610
  bytes26?: undefined;
605
- bytes25?: undefined;
606
611
  bytes24?: undefined;
607
612
  bytes23?: undefined;
608
613
  bytes22?: undefined;
609
614
  bytes21?: undefined;
610
- bytes19?: undefined;
611
- bytes18?: undefined;
612
615
  bytes17?: undefined;
613
- bytes16?: undefined;
614
616
  bytes15?: undefined;
615
- bytes14?: undefined;
616
617
  bytes13?: undefined;
617
- bytes12?: undefined;
618
618
  int8?: undefined;
619
+ int16?: undefined;
619
620
  int40?: undefined;
621
+ int120?: undefined;
622
+ int240?: undefined;
620
623
  int32?: undefined;
621
624
  int24?: undefined;
622
- int16?: undefined;
623
625
  int48?: undefined;
624
626
  int56?: undefined;
625
627
  int64?: undefined;
@@ -629,7 +631,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
629
631
  int96?: undefined;
630
632
  int104?: undefined;
631
633
  int112?: undefined;
632
- int120?: undefined;
633
634
  int128?: undefined;
634
635
  int136?: undefined;
635
636
  int144?: undefined;
@@ -644,19 +645,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
644
645
  int216?: undefined;
645
646
  int224?: undefined;
646
647
  int232?: undefined;
647
- int240?: undefined;
648
648
  int248?: undefined;
649
649
  int256?: undefined;
650
+ uint16?: undefined;
650
651
  uint40?: undefined;
652
+ uint120?: undefined;
653
+ uint240?: undefined;
651
654
  uint24?: undefined;
652
- uint16?: undefined;
653
655
  uint56?: undefined;
654
656
  uint72?: undefined;
655
657
  uint80?: undefined;
656
658
  uint88?: undefined;
657
659
  uint96?: undefined;
658
660
  uint104?: undefined;
659
- uint120?: undefined;
660
661
  uint128?: undefined;
661
662
  uint136?: undefined;
662
663
  uint144?: undefined;
@@ -670,7 +671,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
670
671
  uint216?: undefined;
671
672
  uint224?: undefined;
672
673
  uint232?: undefined;
673
- uint240?: undefined;
674
674
  uint248?: undefined;
675
675
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
676
676
  publicKey: `0x${string}`;
@@ -680,6 +680,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
680
680
  "max-executors": z.ZodOptional<z.ZodNumber>;
681
681
  "min-executor-balance": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
682
682
  "executor-refill-interval": z.ZodNumber;
683
+ "executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
683
684
  "min-entity-stake": z.ZodNumber;
684
685
  "min-entity-unstake-delay": z.ZodNumber;
685
686
  "max-bundle-wait": z.ZodNumber;
@@ -727,53 +728,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
727
728
  [x: `string[${string}]`]: undefined;
728
729
  [x: `function[${string}]`]: undefined;
729
730
  [x: `address[${string}]`]: undefined;
730
- [x: `uint32[${string}]`]: undefined;
731
- [x: `bytes[${string}]`]: undefined;
732
731
  [x: `uint256[${string}]`]: undefined;
732
+ [x: `bytes[${string}]`]: undefined;
733
733
  [x: `uint48[${string}]`]: undefined;
734
734
  [x: `bool[${string}]`]: undefined;
735
735
  [x: `bytes32[${string}]`]: undefined;
736
+ [x: `uint32[${string}]`]: undefined;
736
737
  [x: `uint112[${string}]`]: undefined;
737
738
  [x: `uint192[${string}]`]: undefined;
738
739
  [x: `bytes4[${string}]`]: undefined;
739
740
  [x: `uint8[${string}]`]: undefined;
740
741
  [x: `uint64[${string}]`]: undefined;
742
+ [x: `bytes3[${string}]`]: undefined;
741
743
  [x: `bytes1[${string}]`]: undefined;
742
- [x: `bytes11[${string}]`]: undefined;
743
744
  [x: `bytes2[${string}]`]: undefined;
744
745
  [x: `bytes6[${string}]`]: undefined;
745
- [x: `bytes3[${string}]`]: undefined;
746
746
  [x: `bytes5[${string}]`]: undefined;
747
747
  [x: `bytes7[${string}]`]: undefined;
748
+ [x: `bytes11[${string}]`]: undefined;
748
749
  [x: `bytes8[${string}]`]: undefined;
749
750
  [x: `bytes9[${string}]`]: undefined;
750
751
  [x: `bytes10[${string}]`]: undefined;
751
752
  [x: `bytes20[${string}]`]: undefined;
752
- [x: `bytes31[${string}]`]: undefined;
753
+ [x: `bytes19[${string}]`]: undefined;
754
+ [x: `bytes12[${string}]`]: undefined;
755
+ [x: `bytes14[${string}]`]: undefined;
756
+ [x: `bytes16[${string}]`]: undefined;
757
+ [x: `bytes18[${string}]`]: undefined;
758
+ [x: `bytes25[${string}]`]: undefined;
753
759
  [x: `bytes30[${string}]`]: undefined;
760
+ [x: `bytes31[${string}]`]: undefined;
754
761
  [x: `bytes29[${string}]`]: undefined;
755
762
  [x: `bytes28[${string}]`]: undefined;
756
763
  [x: `bytes27[${string}]`]: undefined;
757
764
  [x: `bytes26[${string}]`]: undefined;
758
- [x: `bytes25[${string}]`]: undefined;
759
765
  [x: `bytes24[${string}]`]: undefined;
760
766
  [x: `bytes23[${string}]`]: undefined;
761
767
  [x: `bytes22[${string}]`]: undefined;
762
768
  [x: `bytes21[${string}]`]: undefined;
763
- [x: `bytes19[${string}]`]: undefined;
764
- [x: `bytes18[${string}]`]: undefined;
765
769
  [x: `bytes17[${string}]`]: undefined;
766
- [x: `bytes16[${string}]`]: undefined;
767
770
  [x: `bytes15[${string}]`]: undefined;
768
- [x: `bytes14[${string}]`]: undefined;
769
771
  [x: `bytes13[${string}]`]: undefined;
770
- [x: `bytes12[${string}]`]: undefined;
771
772
  [x: `int[${string}]`]: undefined;
772
773
  [x: `int8[${string}]`]: undefined;
774
+ [x: `int16[${string}]`]: undefined;
773
775
  [x: `int40[${string}]`]: undefined;
776
+ [x: `int120[${string}]`]: undefined;
777
+ [x: `int240[${string}]`]: undefined;
774
778
  [x: `int32[${string}]`]: undefined;
775
779
  [x: `int24[${string}]`]: undefined;
776
- [x: `int16[${string}]`]: undefined;
777
780
  [x: `int48[${string}]`]: undefined;
778
781
  [x: `int56[${string}]`]: undefined;
779
782
  [x: `int64[${string}]`]: undefined;
@@ -783,7 +786,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
783
786
  [x: `int96[${string}]`]: undefined;
784
787
  [x: `int104[${string}]`]: undefined;
785
788
  [x: `int112[${string}]`]: undefined;
786
- [x: `int120[${string}]`]: undefined;
787
789
  [x: `int128[${string}]`]: undefined;
788
790
  [x: `int136[${string}]`]: undefined;
789
791
  [x: `int144[${string}]`]: undefined;
@@ -798,20 +800,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
798
800
  [x: `int216[${string}]`]: undefined;
799
801
  [x: `int224[${string}]`]: undefined;
800
802
  [x: `int232[${string}]`]: undefined;
801
- [x: `int240[${string}]`]: undefined;
802
803
  [x: `int248[${string}]`]: undefined;
803
804
  [x: `int256[${string}]`]: undefined;
804
805
  [x: `uint[${string}]`]: undefined;
806
+ [x: `uint16[${string}]`]: undefined;
805
807
  [x: `uint40[${string}]`]: undefined;
808
+ [x: `uint120[${string}]`]: undefined;
809
+ [x: `uint240[${string}]`]: undefined;
806
810
  [x: `uint24[${string}]`]: undefined;
807
- [x: `uint16[${string}]`]: undefined;
808
811
  [x: `uint56[${string}]`]: undefined;
809
812
  [x: `uint72[${string}]`]: undefined;
810
813
  [x: `uint80[${string}]`]: undefined;
811
814
  [x: `uint88[${string}]`]: undefined;
812
815
  [x: `uint96[${string}]`]: undefined;
813
816
  [x: `uint104[${string}]`]: undefined;
814
- [x: `uint120[${string}]`]: undefined;
815
817
  [x: `uint128[${string}]`]: undefined;
816
818
  [x: `uint136[${string}]`]: undefined;
817
819
  [x: `uint144[${string}]`]: undefined;
@@ -825,56 +827,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
825
827
  [x: `uint216[${string}]`]: undefined;
826
828
  [x: `uint224[${string}]`]: undefined;
827
829
  [x: `uint232[${string}]`]: undefined;
828
- [x: `uint240[${string}]`]: undefined;
829
830
  [x: `uint248[${string}]`]: undefined;
830
831
  string?: undefined;
831
832
  address?: undefined;
832
- uint32?: undefined;
833
- bytes?: undefined;
834
833
  uint256?: undefined;
834
+ bytes?: undefined;
835
835
  uint48?: undefined;
836
836
  bool?: undefined;
837
837
  bytes32?: undefined;
838
+ uint32?: undefined;
838
839
  uint112?: undefined;
839
840
  uint192?: undefined;
840
841
  bytes4?: undefined;
841
842
  uint8?: undefined;
842
843
  uint64?: undefined;
844
+ bytes3?: undefined;
843
845
  bytes1?: undefined;
844
- bytes11?: undefined;
845
846
  bytes2?: undefined;
846
847
  bytes6?: undefined;
847
- bytes3?: undefined;
848
848
  bytes5?: undefined;
849
849
  bytes7?: undefined;
850
+ bytes11?: undefined;
850
851
  bytes8?: undefined;
851
852
  bytes9?: undefined;
852
853
  bytes10?: undefined;
853
854
  bytes20?: undefined;
854
- bytes31?: undefined;
855
+ bytes19?: undefined;
856
+ bytes12?: undefined;
857
+ bytes14?: undefined;
858
+ bytes16?: undefined;
859
+ bytes18?: undefined;
860
+ bytes25?: undefined;
855
861
  bytes30?: undefined;
862
+ bytes31?: undefined;
856
863
  bytes29?: undefined;
857
864
  bytes28?: undefined;
858
865
  bytes27?: undefined;
859
866
  bytes26?: undefined;
860
- bytes25?: undefined;
861
867
  bytes24?: undefined;
862
868
  bytes23?: undefined;
863
869
  bytes22?: undefined;
864
870
  bytes21?: undefined;
865
- bytes19?: undefined;
866
- bytes18?: undefined;
867
871
  bytes17?: undefined;
868
- bytes16?: undefined;
869
872
  bytes15?: undefined;
870
- bytes14?: undefined;
871
873
  bytes13?: undefined;
872
- bytes12?: undefined;
873
874
  int8?: undefined;
875
+ int16?: undefined;
874
876
  int40?: undefined;
877
+ int120?: undefined;
878
+ int240?: undefined;
875
879
  int32?: undefined;
876
880
  int24?: undefined;
877
- int16?: undefined;
878
881
  int48?: undefined;
879
882
  int56?: undefined;
880
883
  int64?: undefined;
@@ -884,7 +887,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
884
887
  int96?: undefined;
885
888
  int104?: undefined;
886
889
  int112?: undefined;
887
- int120?: undefined;
888
890
  int128?: undefined;
889
891
  int136?: undefined;
890
892
  int144?: undefined;
@@ -899,19 +901,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
899
901
  int216?: undefined;
900
902
  int224?: undefined;
901
903
  int232?: undefined;
902
- int240?: undefined;
903
904
  int248?: undefined;
904
905
  int256?: undefined;
906
+ uint16?: undefined;
905
907
  uint40?: undefined;
908
+ uint120?: undefined;
909
+ uint240?: undefined;
906
910
  uint24?: undefined;
907
- uint16?: undefined;
908
911
  uint56?: undefined;
909
912
  uint72?: undefined;
910
913
  uint80?: undefined;
911
914
  uint88?: undefined;
912
915
  uint96?: undefined;
913
916
  uint104?: undefined;
914
- uint120?: undefined;
915
917
  uint128?: undefined;
916
918
  uint136?: undefined;
917
919
  uint144?: undefined;
@@ -925,7 +927,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
925
927
  uint216?: undefined;
926
928
  uint224?: undefined;
927
929
  uint232?: undefined;
928
- uint240?: undefined;
929
930
  uint248?: undefined;
930
931
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
931
932
  publicKey: `0x${string}`;
@@ -933,6 +934,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
933
934
  type: "local";
934
935
  }[];
935
936
  "executor-refill-interval": number;
937
+ "executor-gas-multiplier": bigint;
936
938
  "min-entity-stake": number;
937
939
  "min-entity-unstake-delay": number;
938
940
  "max-bundle-wait": number;
@@ -975,53 +977,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
975
977
  [x: `string[${string}]`]: undefined;
976
978
  [x: `function[${string}]`]: undefined;
977
979
  [x: `address[${string}]`]: undefined;
978
- [x: `uint32[${string}]`]: undefined;
979
- [x: `bytes[${string}]`]: undefined;
980
980
  [x: `uint256[${string}]`]: undefined;
981
+ [x: `bytes[${string}]`]: undefined;
981
982
  [x: `uint48[${string}]`]: undefined;
982
983
  [x: `bool[${string}]`]: undefined;
983
984
  [x: `bytes32[${string}]`]: undefined;
985
+ [x: `uint32[${string}]`]: undefined;
984
986
  [x: `uint112[${string}]`]: undefined;
985
987
  [x: `uint192[${string}]`]: undefined;
986
988
  [x: `bytes4[${string}]`]: undefined;
987
989
  [x: `uint8[${string}]`]: undefined;
988
990
  [x: `uint64[${string}]`]: undefined;
991
+ [x: `bytes3[${string}]`]: undefined;
989
992
  [x: `bytes1[${string}]`]: undefined;
990
- [x: `bytes11[${string}]`]: undefined;
991
993
  [x: `bytes2[${string}]`]: undefined;
992
994
  [x: `bytes6[${string}]`]: undefined;
993
- [x: `bytes3[${string}]`]: undefined;
994
995
  [x: `bytes5[${string}]`]: undefined;
995
996
  [x: `bytes7[${string}]`]: undefined;
997
+ [x: `bytes11[${string}]`]: undefined;
996
998
  [x: `bytes8[${string}]`]: undefined;
997
999
  [x: `bytes9[${string}]`]: undefined;
998
1000
  [x: `bytes10[${string}]`]: undefined;
999
1001
  [x: `bytes20[${string}]`]: undefined;
1000
- [x: `bytes31[${string}]`]: undefined;
1002
+ [x: `bytes19[${string}]`]: undefined;
1003
+ [x: `bytes12[${string}]`]: undefined;
1004
+ [x: `bytes14[${string}]`]: undefined;
1005
+ [x: `bytes16[${string}]`]: undefined;
1006
+ [x: `bytes18[${string}]`]: undefined;
1007
+ [x: `bytes25[${string}]`]: undefined;
1001
1008
  [x: `bytes30[${string}]`]: undefined;
1009
+ [x: `bytes31[${string}]`]: undefined;
1002
1010
  [x: `bytes29[${string}]`]: undefined;
1003
1011
  [x: `bytes28[${string}]`]: undefined;
1004
1012
  [x: `bytes27[${string}]`]: undefined;
1005
1013
  [x: `bytes26[${string}]`]: undefined;
1006
- [x: `bytes25[${string}]`]: undefined;
1007
1014
  [x: `bytes24[${string}]`]: undefined;
1008
1015
  [x: `bytes23[${string}]`]: undefined;
1009
1016
  [x: `bytes22[${string}]`]: undefined;
1010
1017
  [x: `bytes21[${string}]`]: undefined;
1011
- [x: `bytes19[${string}]`]: undefined;
1012
- [x: `bytes18[${string}]`]: undefined;
1013
1018
  [x: `bytes17[${string}]`]: undefined;
1014
- [x: `bytes16[${string}]`]: undefined;
1015
1019
  [x: `bytes15[${string}]`]: undefined;
1016
- [x: `bytes14[${string}]`]: undefined;
1017
1020
  [x: `bytes13[${string}]`]: undefined;
1018
- [x: `bytes12[${string}]`]: undefined;
1019
1021
  [x: `int[${string}]`]: undefined;
1020
1022
  [x: `int8[${string}]`]: undefined;
1023
+ [x: `int16[${string}]`]: undefined;
1021
1024
  [x: `int40[${string}]`]: undefined;
1025
+ [x: `int120[${string}]`]: undefined;
1026
+ [x: `int240[${string}]`]: undefined;
1022
1027
  [x: `int32[${string}]`]: undefined;
1023
1028
  [x: `int24[${string}]`]: undefined;
1024
- [x: `int16[${string}]`]: undefined;
1025
1029
  [x: `int48[${string}]`]: undefined;
1026
1030
  [x: `int56[${string}]`]: undefined;
1027
1031
  [x: `int64[${string}]`]: undefined;
@@ -1031,7 +1035,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1031
1035
  [x: `int96[${string}]`]: undefined;
1032
1036
  [x: `int104[${string}]`]: undefined;
1033
1037
  [x: `int112[${string}]`]: undefined;
1034
- [x: `int120[${string}]`]: undefined;
1035
1038
  [x: `int128[${string}]`]: undefined;
1036
1039
  [x: `int136[${string}]`]: undefined;
1037
1040
  [x: `int144[${string}]`]: undefined;
@@ -1046,20 +1049,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1046
1049
  [x: `int216[${string}]`]: undefined;
1047
1050
  [x: `int224[${string}]`]: undefined;
1048
1051
  [x: `int232[${string}]`]: undefined;
1049
- [x: `int240[${string}]`]: undefined;
1050
1052
  [x: `int248[${string}]`]: undefined;
1051
1053
  [x: `int256[${string}]`]: undefined;
1052
1054
  [x: `uint[${string}]`]: undefined;
1055
+ [x: `uint16[${string}]`]: undefined;
1053
1056
  [x: `uint40[${string}]`]: undefined;
1057
+ [x: `uint120[${string}]`]: undefined;
1058
+ [x: `uint240[${string}]`]: undefined;
1054
1059
  [x: `uint24[${string}]`]: undefined;
1055
- [x: `uint16[${string}]`]: undefined;
1056
1060
  [x: `uint56[${string}]`]: undefined;
1057
1061
  [x: `uint72[${string}]`]: undefined;
1058
1062
  [x: `uint80[${string}]`]: undefined;
1059
1063
  [x: `uint88[${string}]`]: undefined;
1060
1064
  [x: `uint96[${string}]`]: undefined;
1061
1065
  [x: `uint104[${string}]`]: undefined;
1062
- [x: `uint120[${string}]`]: undefined;
1063
1066
  [x: `uint128[${string}]`]: undefined;
1064
1067
  [x: `uint136[${string}]`]: undefined;
1065
1068
  [x: `uint144[${string}]`]: undefined;
@@ -1073,56 +1076,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1073
1076
  [x: `uint216[${string}]`]: undefined;
1074
1077
  [x: `uint224[${string}]`]: undefined;
1075
1078
  [x: `uint232[${string}]`]: undefined;
1076
- [x: `uint240[${string}]`]: undefined;
1077
1079
  [x: `uint248[${string}]`]: undefined;
1078
1080
  string?: undefined;
1079
1081
  address?: undefined;
1080
- uint32?: undefined;
1081
- bytes?: undefined;
1082
1082
  uint256?: undefined;
1083
+ bytes?: undefined;
1083
1084
  uint48?: undefined;
1084
1085
  bool?: undefined;
1085
1086
  bytes32?: undefined;
1087
+ uint32?: undefined;
1086
1088
  uint112?: undefined;
1087
1089
  uint192?: undefined;
1088
1090
  bytes4?: undefined;
1089
1091
  uint8?: undefined;
1090
1092
  uint64?: undefined;
1093
+ bytes3?: undefined;
1091
1094
  bytes1?: undefined;
1092
- bytes11?: undefined;
1093
1095
  bytes2?: undefined;
1094
1096
  bytes6?: undefined;
1095
- bytes3?: undefined;
1096
1097
  bytes5?: undefined;
1097
1098
  bytes7?: undefined;
1099
+ bytes11?: undefined;
1098
1100
  bytes8?: undefined;
1099
1101
  bytes9?: undefined;
1100
1102
  bytes10?: undefined;
1101
1103
  bytes20?: undefined;
1102
- bytes31?: undefined;
1104
+ bytes19?: undefined;
1105
+ bytes12?: undefined;
1106
+ bytes14?: undefined;
1107
+ bytes16?: undefined;
1108
+ bytes18?: undefined;
1109
+ bytes25?: undefined;
1103
1110
  bytes30?: undefined;
1111
+ bytes31?: undefined;
1104
1112
  bytes29?: undefined;
1105
1113
  bytes28?: undefined;
1106
1114
  bytes27?: undefined;
1107
1115
  bytes26?: undefined;
1108
- bytes25?: undefined;
1109
1116
  bytes24?: undefined;
1110
1117
  bytes23?: undefined;
1111
1118
  bytes22?: undefined;
1112
1119
  bytes21?: undefined;
1113
- bytes19?: undefined;
1114
- bytes18?: undefined;
1115
1120
  bytes17?: undefined;
1116
- bytes16?: undefined;
1117
1121
  bytes15?: undefined;
1118
- bytes14?: undefined;
1119
1122
  bytes13?: undefined;
1120
- bytes12?: undefined;
1121
1123
  int8?: undefined;
1124
+ int16?: undefined;
1122
1125
  int40?: undefined;
1126
+ int120?: undefined;
1127
+ int240?: undefined;
1123
1128
  int32?: undefined;
1124
1129
  int24?: undefined;
1125
- int16?: undefined;
1126
1130
  int48?: undefined;
1127
1131
  int56?: undefined;
1128
1132
  int64?: undefined;
@@ -1132,7 +1136,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1132
1136
  int96?: undefined;
1133
1137
  int104?: undefined;
1134
1138
  int112?: undefined;
1135
- int120?: undefined;
1136
1139
  int128?: undefined;
1137
1140
  int136?: undefined;
1138
1141
  int144?: undefined;
@@ -1147,19 +1150,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1147
1150
  int216?: undefined;
1148
1151
  int224?: undefined;
1149
1152
  int232?: undefined;
1150
- int240?: undefined;
1151
1153
  int248?: undefined;
1152
1154
  int256?: undefined;
1155
+ uint16?: undefined;
1153
1156
  uint40?: undefined;
1157
+ uint120?: undefined;
1158
+ uint240?: undefined;
1154
1159
  uint24?: undefined;
1155
- uint16?: undefined;
1156
1160
  uint56?: undefined;
1157
1161
  uint72?: undefined;
1158
1162
  uint80?: undefined;
1159
1163
  uint88?: undefined;
1160
1164
  uint96?: undefined;
1161
1165
  uint104?: undefined;
1162
- uint120?: undefined;
1163
1166
  uint128?: undefined;
1164
1167
  uint136?: undefined;
1165
1168
  uint144?: undefined;
@@ -1173,7 +1176,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1173
1176
  uint216?: undefined;
1174
1177
  uint224?: undefined;
1175
1178
  uint232?: undefined;
1176
- uint240?: undefined;
1177
1179
  uint248?: undefined;
1178
1180
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1179
1181
  publicKey: `0x${string}`;
@@ -1191,6 +1193,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
1191
1193
  "utility-wallet-monitor-interval": number;
1192
1194
  "executor-private-keys": (string | string[]) & (string | string[] | undefined);
1193
1195
  "executor-refill-interval": number;
1196
+ "executor-gas-multiplier": string;
1194
1197
  "min-entity-stake": number;
1195
1198
  "min-entity-unstake-delay": number;
1196
1199
  "max-bundle-wait": number;
@@ -1281,16 +1284,6 @@ export declare const rpcArgsSchema: z.ZodObject<{
1281
1284
  "block-tag-support"?: boolean | undefined;
1282
1285
  "code-override-support"?: boolean | undefined;
1283
1286
  }>;
1284
- export declare const bundleCopmressionArgsSchema: z.ZodObject<{
1285
- "bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1286
- "per-op-inflator-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1287
- }, "strip", z.ZodTypeAny, {
1288
- "bundle-bulker-address"?: `0x${string}` | undefined;
1289
- "per-op-inflator-address"?: `0x${string}` | undefined;
1290
- }, {
1291
- "bundle-bulker-address"?: string | undefined;
1292
- "per-op-inflator-address"?: string | undefined;
1293
- }>;
1294
1287
  export declare const logArgsSchema: z.ZodObject<{
1295
1288
  "redis-queue-endpoint": z.ZodOptional<z.ZodString>;
1296
1289
  "redis-event-manager-queue-name": z.ZodOptional<z.ZodString>;
@@ -1398,8 +1391,6 @@ export type IServerArgs = z.infer<typeof serverArgsSchema>;
1398
1391
  export type IServerArgsInput = z.input<typeof serverArgsSchema>;
1399
1392
  export type IRpcArgs = z.infer<typeof rpcArgsSchema>;
1400
1393
  export type IRpcArgsInput = z.input<typeof rpcArgsSchema>;
1401
- export type IBundleCompressionArgs = z.infer<typeof bundleCopmressionArgsSchema>;
1402
- export type IBundleCompressionArgsInput = z.input<typeof bundleCopmressionArgsSchema>;
1403
1394
  export type ILogArgs = z.infer<typeof logArgsSchema>;
1404
1395
  export type ILogArgsInput = z.input<typeof logArgsSchema>;
1405
1396
  export type IDebugArgs = z.infer<typeof debugArgsSchema>;
@@ -1424,8 +1415,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1424
1415
  "dangerous-skip-user-operation-validation": z.ZodBoolean;
1425
1416
  "deploy-simulations-contract": z.ZodBoolean;
1426
1417
  tenderly: z.ZodBoolean;
1427
- "bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1428
- "per-op-inflator-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1429
1418
  "rpc-url": z.ZodString;
1430
1419
  "send-transaction-rpc-url": z.ZodOptional<z.ZodString>;
1431
1420
  "polling-interval": z.ZodNumber;
@@ -1480,53 +1469,55 @@ export declare const optionArgsSchema: z.ZodObject<{
1480
1469
  [x: `string[${string}]`]: undefined;
1481
1470
  [x: `function[${string}]`]: undefined;
1482
1471
  [x: `address[${string}]`]: undefined;
1483
- [x: `uint32[${string}]`]: undefined;
1484
- [x: `bytes[${string}]`]: undefined;
1485
1472
  [x: `uint256[${string}]`]: undefined;
1473
+ [x: `bytes[${string}]`]: undefined;
1486
1474
  [x: `uint48[${string}]`]: undefined;
1487
1475
  [x: `bool[${string}]`]: undefined;
1488
1476
  [x: `bytes32[${string}]`]: undefined;
1477
+ [x: `uint32[${string}]`]: undefined;
1489
1478
  [x: `uint112[${string}]`]: undefined;
1490
1479
  [x: `uint192[${string}]`]: undefined;
1491
1480
  [x: `bytes4[${string}]`]: undefined;
1492
1481
  [x: `uint8[${string}]`]: undefined;
1493
1482
  [x: `uint64[${string}]`]: undefined;
1483
+ [x: `bytes3[${string}]`]: undefined;
1494
1484
  [x: `bytes1[${string}]`]: undefined;
1495
- [x: `bytes11[${string}]`]: undefined;
1496
1485
  [x: `bytes2[${string}]`]: undefined;
1497
1486
  [x: `bytes6[${string}]`]: undefined;
1498
- [x: `bytes3[${string}]`]: undefined;
1499
1487
  [x: `bytes5[${string}]`]: undefined;
1500
1488
  [x: `bytes7[${string}]`]: undefined;
1489
+ [x: `bytes11[${string}]`]: undefined;
1501
1490
  [x: `bytes8[${string}]`]: undefined;
1502
1491
  [x: `bytes9[${string}]`]: undefined;
1503
1492
  [x: `bytes10[${string}]`]: undefined;
1504
1493
  [x: `bytes20[${string}]`]: undefined;
1505
- [x: `bytes31[${string}]`]: undefined;
1494
+ [x: `bytes19[${string}]`]: undefined;
1495
+ [x: `bytes12[${string}]`]: undefined;
1496
+ [x: `bytes14[${string}]`]: undefined;
1497
+ [x: `bytes16[${string}]`]: undefined;
1498
+ [x: `bytes18[${string}]`]: undefined;
1499
+ [x: `bytes25[${string}]`]: undefined;
1506
1500
  [x: `bytes30[${string}]`]: undefined;
1501
+ [x: `bytes31[${string}]`]: undefined;
1507
1502
  [x: `bytes29[${string}]`]: undefined;
1508
1503
  [x: `bytes28[${string}]`]: undefined;
1509
1504
  [x: `bytes27[${string}]`]: undefined;
1510
1505
  [x: `bytes26[${string}]`]: undefined;
1511
- [x: `bytes25[${string}]`]: undefined;
1512
1506
  [x: `bytes24[${string}]`]: undefined;
1513
1507
  [x: `bytes23[${string}]`]: undefined;
1514
1508
  [x: `bytes22[${string}]`]: undefined;
1515
1509
  [x: `bytes21[${string}]`]: undefined;
1516
- [x: `bytes19[${string}]`]: undefined;
1517
- [x: `bytes18[${string}]`]: undefined;
1518
1510
  [x: `bytes17[${string}]`]: undefined;
1519
- [x: `bytes16[${string}]`]: undefined;
1520
1511
  [x: `bytes15[${string}]`]: undefined;
1521
- [x: `bytes14[${string}]`]: undefined;
1522
1512
  [x: `bytes13[${string}]`]: undefined;
1523
- [x: `bytes12[${string}]`]: undefined;
1524
1513
  [x: `int[${string}]`]: undefined;
1525
1514
  [x: `int8[${string}]`]: undefined;
1515
+ [x: `int16[${string}]`]: undefined;
1526
1516
  [x: `int40[${string}]`]: undefined;
1517
+ [x: `int120[${string}]`]: undefined;
1518
+ [x: `int240[${string}]`]: undefined;
1527
1519
  [x: `int32[${string}]`]: undefined;
1528
1520
  [x: `int24[${string}]`]: undefined;
1529
- [x: `int16[${string}]`]: undefined;
1530
1521
  [x: `int48[${string}]`]: undefined;
1531
1522
  [x: `int56[${string}]`]: undefined;
1532
1523
  [x: `int64[${string}]`]: undefined;
@@ -1536,7 +1527,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1536
1527
  [x: `int96[${string}]`]: undefined;
1537
1528
  [x: `int104[${string}]`]: undefined;
1538
1529
  [x: `int112[${string}]`]: undefined;
1539
- [x: `int120[${string}]`]: undefined;
1540
1530
  [x: `int128[${string}]`]: undefined;
1541
1531
  [x: `int136[${string}]`]: undefined;
1542
1532
  [x: `int144[${string}]`]: undefined;
@@ -1551,20 +1541,20 @@ export declare const optionArgsSchema: z.ZodObject<{
1551
1541
  [x: `int216[${string}]`]: undefined;
1552
1542
  [x: `int224[${string}]`]: undefined;
1553
1543
  [x: `int232[${string}]`]: undefined;
1554
- [x: `int240[${string}]`]: undefined;
1555
1544
  [x: `int248[${string}]`]: undefined;
1556
1545
  [x: `int256[${string}]`]: undefined;
1557
1546
  [x: `uint[${string}]`]: undefined;
1547
+ [x: `uint16[${string}]`]: undefined;
1558
1548
  [x: `uint40[${string}]`]: undefined;
1549
+ [x: `uint120[${string}]`]: undefined;
1550
+ [x: `uint240[${string}]`]: undefined;
1559
1551
  [x: `uint24[${string}]`]: undefined;
1560
- [x: `uint16[${string}]`]: undefined;
1561
1552
  [x: `uint56[${string}]`]: undefined;
1562
1553
  [x: `uint72[${string}]`]: undefined;
1563
1554
  [x: `uint80[${string}]`]: undefined;
1564
1555
  [x: `uint88[${string}]`]: undefined;
1565
1556
  [x: `uint96[${string}]`]: undefined;
1566
1557
  [x: `uint104[${string}]`]: undefined;
1567
- [x: `uint120[${string}]`]: undefined;
1568
1558
  [x: `uint128[${string}]`]: undefined;
1569
1559
  [x: `uint136[${string}]`]: undefined;
1570
1560
  [x: `uint144[${string}]`]: undefined;
@@ -1578,56 +1568,57 @@ export declare const optionArgsSchema: z.ZodObject<{
1578
1568
  [x: `uint216[${string}]`]: undefined;
1579
1569
  [x: `uint224[${string}]`]: undefined;
1580
1570
  [x: `uint232[${string}]`]: undefined;
1581
- [x: `uint240[${string}]`]: undefined;
1582
1571
  [x: `uint248[${string}]`]: undefined;
1583
1572
  string?: undefined;
1584
1573
  address?: undefined;
1585
- uint32?: undefined;
1586
- bytes?: undefined;
1587
1574
  uint256?: undefined;
1575
+ bytes?: undefined;
1588
1576
  uint48?: undefined;
1589
1577
  bool?: undefined;
1590
1578
  bytes32?: undefined;
1579
+ uint32?: undefined;
1591
1580
  uint112?: undefined;
1592
1581
  uint192?: undefined;
1593
1582
  bytes4?: undefined;
1594
1583
  uint8?: undefined;
1595
1584
  uint64?: undefined;
1585
+ bytes3?: undefined;
1596
1586
  bytes1?: undefined;
1597
- bytes11?: undefined;
1598
1587
  bytes2?: undefined;
1599
1588
  bytes6?: undefined;
1600
- bytes3?: undefined;
1601
1589
  bytes5?: undefined;
1602
1590
  bytes7?: undefined;
1591
+ bytes11?: undefined;
1603
1592
  bytes8?: undefined;
1604
1593
  bytes9?: undefined;
1605
1594
  bytes10?: undefined;
1606
1595
  bytes20?: undefined;
1607
- bytes31?: undefined;
1596
+ bytes19?: undefined;
1597
+ bytes12?: undefined;
1598
+ bytes14?: undefined;
1599
+ bytes16?: undefined;
1600
+ bytes18?: undefined;
1601
+ bytes25?: undefined;
1608
1602
  bytes30?: undefined;
1603
+ bytes31?: undefined;
1609
1604
  bytes29?: undefined;
1610
1605
  bytes28?: undefined;
1611
1606
  bytes27?: undefined;
1612
1607
  bytes26?: undefined;
1613
- bytes25?: undefined;
1614
1608
  bytes24?: undefined;
1615
1609
  bytes23?: undefined;
1616
1610
  bytes22?: undefined;
1617
1611
  bytes21?: undefined;
1618
- bytes19?: undefined;
1619
- bytes18?: undefined;
1620
1612
  bytes17?: undefined;
1621
- bytes16?: undefined;
1622
1613
  bytes15?: undefined;
1623
- bytes14?: undefined;
1624
1614
  bytes13?: undefined;
1625
- bytes12?: undefined;
1626
1615
  int8?: undefined;
1616
+ int16?: undefined;
1627
1617
  int40?: undefined;
1618
+ int120?: undefined;
1619
+ int240?: undefined;
1628
1620
  int32?: undefined;
1629
1621
  int24?: undefined;
1630
- int16?: undefined;
1631
1622
  int48?: undefined;
1632
1623
  int56?: undefined;
1633
1624
  int64?: undefined;
@@ -1637,7 +1628,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1637
1628
  int96?: undefined;
1638
1629
  int104?: undefined;
1639
1630
  int112?: undefined;
1640
- int120?: undefined;
1641
1631
  int128?: undefined;
1642
1632
  int136?: undefined;
1643
1633
  int144?: undefined;
@@ -1652,19 +1642,19 @@ export declare const optionArgsSchema: z.ZodObject<{
1652
1642
  int216?: undefined;
1653
1643
  int224?: undefined;
1654
1644
  int232?: undefined;
1655
- int240?: undefined;
1656
1645
  int248?: undefined;
1657
1646
  int256?: undefined;
1647
+ uint16?: undefined;
1658
1648
  uint40?: undefined;
1649
+ uint120?: undefined;
1650
+ uint240?: undefined;
1659
1651
  uint24?: undefined;
1660
- uint16?: undefined;
1661
1652
  uint56?: undefined;
1662
1653
  uint72?: undefined;
1663
1654
  uint80?: undefined;
1664
1655
  uint88?: undefined;
1665
1656
  uint96?: undefined;
1666
1657
  uint104?: undefined;
1667
- uint120?: undefined;
1668
1658
  uint128?: undefined;
1669
1659
  uint136?: undefined;
1670
1660
  uint144?: undefined;
@@ -1678,7 +1668,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1678
1668
  uint216?: undefined;
1679
1669
  uint224?: undefined;
1680
1670
  uint232?: undefined;
1681
- uint240?: undefined;
1682
1671
  uint248?: undefined;
1683
1672
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1684
1673
  publicKey: `0x${string}`;
@@ -1705,53 +1694,55 @@ export declare const optionArgsSchema: z.ZodObject<{
1705
1694
  [x: `string[${string}]`]: undefined;
1706
1695
  [x: `function[${string}]`]: undefined;
1707
1696
  [x: `address[${string}]`]: undefined;
1708
- [x: `uint32[${string}]`]: undefined;
1709
- [x: `bytes[${string}]`]: undefined;
1710
1697
  [x: `uint256[${string}]`]: undefined;
1698
+ [x: `bytes[${string}]`]: undefined;
1711
1699
  [x: `uint48[${string}]`]: undefined;
1712
1700
  [x: `bool[${string}]`]: undefined;
1713
1701
  [x: `bytes32[${string}]`]: undefined;
1702
+ [x: `uint32[${string}]`]: undefined;
1714
1703
  [x: `uint112[${string}]`]: undefined;
1715
1704
  [x: `uint192[${string}]`]: undefined;
1716
1705
  [x: `bytes4[${string}]`]: undefined;
1717
1706
  [x: `uint8[${string}]`]: undefined;
1718
1707
  [x: `uint64[${string}]`]: undefined;
1708
+ [x: `bytes3[${string}]`]: undefined;
1719
1709
  [x: `bytes1[${string}]`]: undefined;
1720
- [x: `bytes11[${string}]`]: undefined;
1721
1710
  [x: `bytes2[${string}]`]: undefined;
1722
1711
  [x: `bytes6[${string}]`]: undefined;
1723
- [x: `bytes3[${string}]`]: undefined;
1724
1712
  [x: `bytes5[${string}]`]: undefined;
1725
1713
  [x: `bytes7[${string}]`]: undefined;
1714
+ [x: `bytes11[${string}]`]: undefined;
1726
1715
  [x: `bytes8[${string}]`]: undefined;
1727
1716
  [x: `bytes9[${string}]`]: undefined;
1728
1717
  [x: `bytes10[${string}]`]: undefined;
1729
1718
  [x: `bytes20[${string}]`]: undefined;
1730
- [x: `bytes31[${string}]`]: undefined;
1719
+ [x: `bytes19[${string}]`]: undefined;
1720
+ [x: `bytes12[${string}]`]: undefined;
1721
+ [x: `bytes14[${string}]`]: undefined;
1722
+ [x: `bytes16[${string}]`]: undefined;
1723
+ [x: `bytes18[${string}]`]: undefined;
1724
+ [x: `bytes25[${string}]`]: undefined;
1731
1725
  [x: `bytes30[${string}]`]: undefined;
1726
+ [x: `bytes31[${string}]`]: undefined;
1732
1727
  [x: `bytes29[${string}]`]: undefined;
1733
1728
  [x: `bytes28[${string}]`]: undefined;
1734
1729
  [x: `bytes27[${string}]`]: undefined;
1735
1730
  [x: `bytes26[${string}]`]: undefined;
1736
- [x: `bytes25[${string}]`]: undefined;
1737
1731
  [x: `bytes24[${string}]`]: undefined;
1738
1732
  [x: `bytes23[${string}]`]: undefined;
1739
1733
  [x: `bytes22[${string}]`]: undefined;
1740
1734
  [x: `bytes21[${string}]`]: undefined;
1741
- [x: `bytes19[${string}]`]: undefined;
1742
- [x: `bytes18[${string}]`]: undefined;
1743
1735
  [x: `bytes17[${string}]`]: undefined;
1744
- [x: `bytes16[${string}]`]: undefined;
1745
1736
  [x: `bytes15[${string}]`]: undefined;
1746
- [x: `bytes14[${string}]`]: undefined;
1747
1737
  [x: `bytes13[${string}]`]: undefined;
1748
- [x: `bytes12[${string}]`]: undefined;
1749
1738
  [x: `int[${string}]`]: undefined;
1750
1739
  [x: `int8[${string}]`]: undefined;
1740
+ [x: `int16[${string}]`]: undefined;
1751
1741
  [x: `int40[${string}]`]: undefined;
1742
+ [x: `int120[${string}]`]: undefined;
1743
+ [x: `int240[${string}]`]: undefined;
1752
1744
  [x: `int32[${string}]`]: undefined;
1753
1745
  [x: `int24[${string}]`]: undefined;
1754
- [x: `int16[${string}]`]: undefined;
1755
1746
  [x: `int48[${string}]`]: undefined;
1756
1747
  [x: `int56[${string}]`]: undefined;
1757
1748
  [x: `int64[${string}]`]: undefined;
@@ -1761,7 +1752,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1761
1752
  [x: `int96[${string}]`]: undefined;
1762
1753
  [x: `int104[${string}]`]: undefined;
1763
1754
  [x: `int112[${string}]`]: undefined;
1764
- [x: `int120[${string}]`]: undefined;
1765
1755
  [x: `int128[${string}]`]: undefined;
1766
1756
  [x: `int136[${string}]`]: undefined;
1767
1757
  [x: `int144[${string}]`]: undefined;
@@ -1776,20 +1766,20 @@ export declare const optionArgsSchema: z.ZodObject<{
1776
1766
  [x: `int216[${string}]`]: undefined;
1777
1767
  [x: `int224[${string}]`]: undefined;
1778
1768
  [x: `int232[${string}]`]: undefined;
1779
- [x: `int240[${string}]`]: undefined;
1780
1769
  [x: `int248[${string}]`]: undefined;
1781
1770
  [x: `int256[${string}]`]: undefined;
1782
1771
  [x: `uint[${string}]`]: undefined;
1772
+ [x: `uint16[${string}]`]: undefined;
1783
1773
  [x: `uint40[${string}]`]: undefined;
1774
+ [x: `uint120[${string}]`]: undefined;
1775
+ [x: `uint240[${string}]`]: undefined;
1784
1776
  [x: `uint24[${string}]`]: undefined;
1785
- [x: `uint16[${string}]`]: undefined;
1786
1777
  [x: `uint56[${string}]`]: undefined;
1787
1778
  [x: `uint72[${string}]`]: undefined;
1788
1779
  [x: `uint80[${string}]`]: undefined;
1789
1780
  [x: `uint88[${string}]`]: undefined;
1790
1781
  [x: `uint96[${string}]`]: undefined;
1791
1782
  [x: `uint104[${string}]`]: undefined;
1792
- [x: `uint120[${string}]`]: undefined;
1793
1783
  [x: `uint128[${string}]`]: undefined;
1794
1784
  [x: `uint136[${string}]`]: undefined;
1795
1785
  [x: `uint144[${string}]`]: undefined;
@@ -1803,56 +1793,57 @@ export declare const optionArgsSchema: z.ZodObject<{
1803
1793
  [x: `uint216[${string}]`]: undefined;
1804
1794
  [x: `uint224[${string}]`]: undefined;
1805
1795
  [x: `uint232[${string}]`]: undefined;
1806
- [x: `uint240[${string}]`]: undefined;
1807
1796
  [x: `uint248[${string}]`]: undefined;
1808
1797
  string?: undefined;
1809
1798
  address?: undefined;
1810
- uint32?: undefined;
1811
- bytes?: undefined;
1812
1799
  uint256?: undefined;
1800
+ bytes?: undefined;
1813
1801
  uint48?: undefined;
1814
1802
  bool?: undefined;
1815
1803
  bytes32?: undefined;
1804
+ uint32?: undefined;
1816
1805
  uint112?: undefined;
1817
1806
  uint192?: undefined;
1818
1807
  bytes4?: undefined;
1819
1808
  uint8?: undefined;
1820
1809
  uint64?: undefined;
1810
+ bytes3?: undefined;
1821
1811
  bytes1?: undefined;
1822
- bytes11?: undefined;
1823
1812
  bytes2?: undefined;
1824
1813
  bytes6?: undefined;
1825
- bytes3?: undefined;
1826
1814
  bytes5?: undefined;
1827
1815
  bytes7?: undefined;
1816
+ bytes11?: undefined;
1828
1817
  bytes8?: undefined;
1829
1818
  bytes9?: undefined;
1830
1819
  bytes10?: undefined;
1831
1820
  bytes20?: undefined;
1832
- bytes31?: undefined;
1821
+ bytes19?: undefined;
1822
+ bytes12?: undefined;
1823
+ bytes14?: undefined;
1824
+ bytes16?: undefined;
1825
+ bytes18?: undefined;
1826
+ bytes25?: undefined;
1833
1827
  bytes30?: undefined;
1828
+ bytes31?: undefined;
1834
1829
  bytes29?: undefined;
1835
1830
  bytes28?: undefined;
1836
1831
  bytes27?: undefined;
1837
1832
  bytes26?: undefined;
1838
- bytes25?: undefined;
1839
1833
  bytes24?: undefined;
1840
1834
  bytes23?: undefined;
1841
1835
  bytes22?: undefined;
1842
1836
  bytes21?: undefined;
1843
- bytes19?: undefined;
1844
- bytes18?: undefined;
1845
1837
  bytes17?: undefined;
1846
- bytes16?: undefined;
1847
1838
  bytes15?: undefined;
1848
- bytes14?: undefined;
1849
1839
  bytes13?: undefined;
1850
- bytes12?: undefined;
1851
1840
  int8?: undefined;
1841
+ int16?: undefined;
1852
1842
  int40?: undefined;
1843
+ int120?: undefined;
1844
+ int240?: undefined;
1853
1845
  int32?: undefined;
1854
1846
  int24?: undefined;
1855
- int16?: undefined;
1856
1847
  int48?: undefined;
1857
1848
  int56?: undefined;
1858
1849
  int64?: undefined;
@@ -1862,7 +1853,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1862
1853
  int96?: undefined;
1863
1854
  int104?: undefined;
1864
1855
  int112?: undefined;
1865
- int120?: undefined;
1866
1856
  int128?: undefined;
1867
1857
  int136?: undefined;
1868
1858
  int144?: undefined;
@@ -1877,19 +1867,19 @@ export declare const optionArgsSchema: z.ZodObject<{
1877
1867
  int216?: undefined;
1878
1868
  int224?: undefined;
1879
1869
  int232?: undefined;
1880
- int240?: undefined;
1881
1870
  int248?: undefined;
1882
1871
  int256?: undefined;
1872
+ uint16?: undefined;
1883
1873
  uint40?: undefined;
1874
+ uint120?: undefined;
1875
+ uint240?: undefined;
1884
1876
  uint24?: undefined;
1885
- uint16?: undefined;
1886
1877
  uint56?: undefined;
1887
1878
  uint72?: undefined;
1888
1879
  uint80?: undefined;
1889
1880
  uint88?: undefined;
1890
1881
  uint96?: undefined;
1891
1882
  uint104?: undefined;
1892
- uint120?: undefined;
1893
1883
  uint128?: undefined;
1894
1884
  uint136?: undefined;
1895
1885
  uint144?: undefined;
@@ -1903,7 +1893,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1903
1893
  uint216?: undefined;
1904
1894
  uint224?: undefined;
1905
1895
  uint232?: undefined;
1906
- uint240?: undefined;
1907
1896
  uint248?: undefined;
1908
1897
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1909
1898
  publicKey: `0x${string}`;
@@ -1927,53 +1916,55 @@ export declare const optionArgsSchema: z.ZodObject<{
1927
1916
  [x: `string[${string}]`]: undefined;
1928
1917
  [x: `function[${string}]`]: undefined;
1929
1918
  [x: `address[${string}]`]: undefined;
1930
- [x: `uint32[${string}]`]: undefined;
1931
- [x: `bytes[${string}]`]: undefined;
1932
1919
  [x: `uint256[${string}]`]: undefined;
1920
+ [x: `bytes[${string}]`]: undefined;
1933
1921
  [x: `uint48[${string}]`]: undefined;
1934
1922
  [x: `bool[${string}]`]: undefined;
1935
1923
  [x: `bytes32[${string}]`]: undefined;
1924
+ [x: `uint32[${string}]`]: undefined;
1936
1925
  [x: `uint112[${string}]`]: undefined;
1937
1926
  [x: `uint192[${string}]`]: undefined;
1938
1927
  [x: `bytes4[${string}]`]: undefined;
1939
1928
  [x: `uint8[${string}]`]: undefined;
1940
1929
  [x: `uint64[${string}]`]: undefined;
1930
+ [x: `bytes3[${string}]`]: undefined;
1941
1931
  [x: `bytes1[${string}]`]: undefined;
1942
- [x: `bytes11[${string}]`]: undefined;
1943
1932
  [x: `bytes2[${string}]`]: undefined;
1944
1933
  [x: `bytes6[${string}]`]: undefined;
1945
- [x: `bytes3[${string}]`]: undefined;
1946
1934
  [x: `bytes5[${string}]`]: undefined;
1947
1935
  [x: `bytes7[${string}]`]: undefined;
1936
+ [x: `bytes11[${string}]`]: undefined;
1948
1937
  [x: `bytes8[${string}]`]: undefined;
1949
1938
  [x: `bytes9[${string}]`]: undefined;
1950
1939
  [x: `bytes10[${string}]`]: undefined;
1951
1940
  [x: `bytes20[${string}]`]: undefined;
1952
- [x: `bytes31[${string}]`]: undefined;
1941
+ [x: `bytes19[${string}]`]: undefined;
1942
+ [x: `bytes12[${string}]`]: undefined;
1943
+ [x: `bytes14[${string}]`]: undefined;
1944
+ [x: `bytes16[${string}]`]: undefined;
1945
+ [x: `bytes18[${string}]`]: undefined;
1946
+ [x: `bytes25[${string}]`]: undefined;
1953
1947
  [x: `bytes30[${string}]`]: undefined;
1948
+ [x: `bytes31[${string}]`]: undefined;
1954
1949
  [x: `bytes29[${string}]`]: undefined;
1955
1950
  [x: `bytes28[${string}]`]: undefined;
1956
1951
  [x: `bytes27[${string}]`]: undefined;
1957
1952
  [x: `bytes26[${string}]`]: undefined;
1958
- [x: `bytes25[${string}]`]: undefined;
1959
1953
  [x: `bytes24[${string}]`]: undefined;
1960
1954
  [x: `bytes23[${string}]`]: undefined;
1961
1955
  [x: `bytes22[${string}]`]: undefined;
1962
1956
  [x: `bytes21[${string}]`]: undefined;
1963
- [x: `bytes19[${string}]`]: undefined;
1964
- [x: `bytes18[${string}]`]: undefined;
1965
1957
  [x: `bytes17[${string}]`]: undefined;
1966
- [x: `bytes16[${string}]`]: undefined;
1967
1958
  [x: `bytes15[${string}]`]: undefined;
1968
- [x: `bytes14[${string}]`]: undefined;
1969
1959
  [x: `bytes13[${string}]`]: undefined;
1970
- [x: `bytes12[${string}]`]: undefined;
1971
1960
  [x: `int[${string}]`]: undefined;
1972
1961
  [x: `int8[${string}]`]: undefined;
1962
+ [x: `int16[${string}]`]: undefined;
1973
1963
  [x: `int40[${string}]`]: undefined;
1964
+ [x: `int120[${string}]`]: undefined;
1965
+ [x: `int240[${string}]`]: undefined;
1974
1966
  [x: `int32[${string}]`]: undefined;
1975
1967
  [x: `int24[${string}]`]: undefined;
1976
- [x: `int16[${string}]`]: undefined;
1977
1968
  [x: `int48[${string}]`]: undefined;
1978
1969
  [x: `int56[${string}]`]: undefined;
1979
1970
  [x: `int64[${string}]`]: undefined;
@@ -1983,7 +1974,6 @@ export declare const optionArgsSchema: z.ZodObject<{
1983
1974
  [x: `int96[${string}]`]: undefined;
1984
1975
  [x: `int104[${string}]`]: undefined;
1985
1976
  [x: `int112[${string}]`]: undefined;
1986
- [x: `int120[${string}]`]: undefined;
1987
1977
  [x: `int128[${string}]`]: undefined;
1988
1978
  [x: `int136[${string}]`]: undefined;
1989
1979
  [x: `int144[${string}]`]: undefined;
@@ -1998,20 +1988,20 @@ export declare const optionArgsSchema: z.ZodObject<{
1998
1988
  [x: `int216[${string}]`]: undefined;
1999
1989
  [x: `int224[${string}]`]: undefined;
2000
1990
  [x: `int232[${string}]`]: undefined;
2001
- [x: `int240[${string}]`]: undefined;
2002
1991
  [x: `int248[${string}]`]: undefined;
2003
1992
  [x: `int256[${string}]`]: undefined;
2004
1993
  [x: `uint[${string}]`]: undefined;
1994
+ [x: `uint16[${string}]`]: undefined;
2005
1995
  [x: `uint40[${string}]`]: undefined;
1996
+ [x: `uint120[${string}]`]: undefined;
1997
+ [x: `uint240[${string}]`]: undefined;
2006
1998
  [x: `uint24[${string}]`]: undefined;
2007
- [x: `uint16[${string}]`]: undefined;
2008
1999
  [x: `uint56[${string}]`]: undefined;
2009
2000
  [x: `uint72[${string}]`]: undefined;
2010
2001
  [x: `uint80[${string}]`]: undefined;
2011
2002
  [x: `uint88[${string}]`]: undefined;
2012
2003
  [x: `uint96[${string}]`]: undefined;
2013
2004
  [x: `uint104[${string}]`]: undefined;
2014
- [x: `uint120[${string}]`]: undefined;
2015
2005
  [x: `uint128[${string}]`]: undefined;
2016
2006
  [x: `uint136[${string}]`]: undefined;
2017
2007
  [x: `uint144[${string}]`]: undefined;
@@ -2025,56 +2015,57 @@ export declare const optionArgsSchema: z.ZodObject<{
2025
2015
  [x: `uint216[${string}]`]: undefined;
2026
2016
  [x: `uint224[${string}]`]: undefined;
2027
2017
  [x: `uint232[${string}]`]: undefined;
2028
- [x: `uint240[${string}]`]: undefined;
2029
2018
  [x: `uint248[${string}]`]: undefined;
2030
2019
  string?: undefined;
2031
2020
  address?: undefined;
2032
- uint32?: undefined;
2033
- bytes?: undefined;
2034
2021
  uint256?: undefined;
2022
+ bytes?: undefined;
2035
2023
  uint48?: undefined;
2036
2024
  bool?: undefined;
2037
2025
  bytes32?: undefined;
2026
+ uint32?: undefined;
2038
2027
  uint112?: undefined;
2039
2028
  uint192?: undefined;
2040
2029
  bytes4?: undefined;
2041
2030
  uint8?: undefined;
2042
2031
  uint64?: undefined;
2032
+ bytes3?: undefined;
2043
2033
  bytes1?: undefined;
2044
- bytes11?: undefined;
2045
2034
  bytes2?: undefined;
2046
2035
  bytes6?: undefined;
2047
- bytes3?: undefined;
2048
2036
  bytes5?: undefined;
2049
2037
  bytes7?: undefined;
2038
+ bytes11?: undefined;
2050
2039
  bytes8?: undefined;
2051
2040
  bytes9?: undefined;
2052
2041
  bytes10?: undefined;
2053
2042
  bytes20?: undefined;
2054
- bytes31?: undefined;
2043
+ bytes19?: undefined;
2044
+ bytes12?: undefined;
2045
+ bytes14?: undefined;
2046
+ bytes16?: undefined;
2047
+ bytes18?: undefined;
2048
+ bytes25?: undefined;
2055
2049
  bytes30?: undefined;
2050
+ bytes31?: undefined;
2056
2051
  bytes29?: undefined;
2057
2052
  bytes28?: undefined;
2058
2053
  bytes27?: undefined;
2059
2054
  bytes26?: undefined;
2060
- bytes25?: undefined;
2061
2055
  bytes24?: undefined;
2062
2056
  bytes23?: undefined;
2063
2057
  bytes22?: undefined;
2064
2058
  bytes21?: undefined;
2065
- bytes19?: undefined;
2066
- bytes18?: undefined;
2067
2059
  bytes17?: undefined;
2068
- bytes16?: undefined;
2069
2060
  bytes15?: undefined;
2070
- bytes14?: undefined;
2071
2061
  bytes13?: undefined;
2072
- bytes12?: undefined;
2073
2062
  int8?: undefined;
2063
+ int16?: undefined;
2074
2064
  int40?: undefined;
2065
+ int120?: undefined;
2066
+ int240?: undefined;
2075
2067
  int32?: undefined;
2076
2068
  int24?: undefined;
2077
- int16?: undefined;
2078
2069
  int48?: undefined;
2079
2070
  int56?: undefined;
2080
2071
  int64?: undefined;
@@ -2084,7 +2075,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2084
2075
  int96?: undefined;
2085
2076
  int104?: undefined;
2086
2077
  int112?: undefined;
2087
- int120?: undefined;
2088
2078
  int128?: undefined;
2089
2079
  int136?: undefined;
2090
2080
  int144?: undefined;
@@ -2099,19 +2089,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2099
2089
  int216?: undefined;
2100
2090
  int224?: undefined;
2101
2091
  int232?: undefined;
2102
- int240?: undefined;
2103
2092
  int248?: undefined;
2104
2093
  int256?: undefined;
2094
+ uint16?: undefined;
2105
2095
  uint40?: undefined;
2096
+ uint120?: undefined;
2097
+ uint240?: undefined;
2106
2098
  uint24?: undefined;
2107
- uint16?: undefined;
2108
2099
  uint56?: undefined;
2109
2100
  uint72?: undefined;
2110
2101
  uint80?: undefined;
2111
2102
  uint88?: undefined;
2112
2103
  uint96?: undefined;
2113
2104
  uint104?: undefined;
2114
- uint120?: undefined;
2115
2105
  uint128?: undefined;
2116
2106
  uint136?: undefined;
2117
2107
  uint144?: undefined;
@@ -2125,7 +2115,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2125
2115
  uint216?: undefined;
2126
2116
  uint224?: undefined;
2127
2117
  uint232?: undefined;
2128
- uint240?: undefined;
2129
2118
  uint248?: undefined;
2130
2119
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2131
2120
  publicKey: `0x${string}`;
@@ -2135,6 +2124,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2135
2124
  "max-executors": z.ZodOptional<z.ZodNumber>;
2136
2125
  "min-executor-balance": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
2137
2126
  "executor-refill-interval": z.ZodNumber;
2127
+ "executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2138
2128
  "min-entity-stake": z.ZodNumber;
2139
2129
  "min-entity-unstake-delay": z.ZodNumber;
2140
2130
  "max-bundle-wait": z.ZodNumber;
@@ -2182,53 +2172,55 @@ export declare const optionArgsSchema: z.ZodObject<{
2182
2172
  [x: `string[${string}]`]: undefined;
2183
2173
  [x: `function[${string}]`]: undefined;
2184
2174
  [x: `address[${string}]`]: undefined;
2185
- [x: `uint32[${string}]`]: undefined;
2186
- [x: `bytes[${string}]`]: undefined;
2187
2175
  [x: `uint256[${string}]`]: undefined;
2176
+ [x: `bytes[${string}]`]: undefined;
2188
2177
  [x: `uint48[${string}]`]: undefined;
2189
2178
  [x: `bool[${string}]`]: undefined;
2190
2179
  [x: `bytes32[${string}]`]: undefined;
2180
+ [x: `uint32[${string}]`]: undefined;
2191
2181
  [x: `uint112[${string}]`]: undefined;
2192
2182
  [x: `uint192[${string}]`]: undefined;
2193
2183
  [x: `bytes4[${string}]`]: undefined;
2194
2184
  [x: `uint8[${string}]`]: undefined;
2195
2185
  [x: `uint64[${string}]`]: undefined;
2186
+ [x: `bytes3[${string}]`]: undefined;
2196
2187
  [x: `bytes1[${string}]`]: undefined;
2197
- [x: `bytes11[${string}]`]: undefined;
2198
2188
  [x: `bytes2[${string}]`]: undefined;
2199
2189
  [x: `bytes6[${string}]`]: undefined;
2200
- [x: `bytes3[${string}]`]: undefined;
2201
2190
  [x: `bytes5[${string}]`]: undefined;
2202
2191
  [x: `bytes7[${string}]`]: undefined;
2192
+ [x: `bytes11[${string}]`]: undefined;
2203
2193
  [x: `bytes8[${string}]`]: undefined;
2204
2194
  [x: `bytes9[${string}]`]: undefined;
2205
2195
  [x: `bytes10[${string}]`]: undefined;
2206
2196
  [x: `bytes20[${string}]`]: undefined;
2207
- [x: `bytes31[${string}]`]: undefined;
2197
+ [x: `bytes19[${string}]`]: undefined;
2198
+ [x: `bytes12[${string}]`]: undefined;
2199
+ [x: `bytes14[${string}]`]: undefined;
2200
+ [x: `bytes16[${string}]`]: undefined;
2201
+ [x: `bytes18[${string}]`]: undefined;
2202
+ [x: `bytes25[${string}]`]: undefined;
2208
2203
  [x: `bytes30[${string}]`]: undefined;
2204
+ [x: `bytes31[${string}]`]: undefined;
2209
2205
  [x: `bytes29[${string}]`]: undefined;
2210
2206
  [x: `bytes28[${string}]`]: undefined;
2211
2207
  [x: `bytes27[${string}]`]: undefined;
2212
2208
  [x: `bytes26[${string}]`]: undefined;
2213
- [x: `bytes25[${string}]`]: undefined;
2214
2209
  [x: `bytes24[${string}]`]: undefined;
2215
2210
  [x: `bytes23[${string}]`]: undefined;
2216
2211
  [x: `bytes22[${string}]`]: undefined;
2217
2212
  [x: `bytes21[${string}]`]: undefined;
2218
- [x: `bytes19[${string}]`]: undefined;
2219
- [x: `bytes18[${string}]`]: undefined;
2220
2213
  [x: `bytes17[${string}]`]: undefined;
2221
- [x: `bytes16[${string}]`]: undefined;
2222
2214
  [x: `bytes15[${string}]`]: undefined;
2223
- [x: `bytes14[${string}]`]: undefined;
2224
2215
  [x: `bytes13[${string}]`]: undefined;
2225
- [x: `bytes12[${string}]`]: undefined;
2226
2216
  [x: `int[${string}]`]: undefined;
2227
2217
  [x: `int8[${string}]`]: undefined;
2218
+ [x: `int16[${string}]`]: undefined;
2228
2219
  [x: `int40[${string}]`]: undefined;
2220
+ [x: `int120[${string}]`]: undefined;
2221
+ [x: `int240[${string}]`]: undefined;
2229
2222
  [x: `int32[${string}]`]: undefined;
2230
2223
  [x: `int24[${string}]`]: undefined;
2231
- [x: `int16[${string}]`]: undefined;
2232
2224
  [x: `int48[${string}]`]: undefined;
2233
2225
  [x: `int56[${string}]`]: undefined;
2234
2226
  [x: `int64[${string}]`]: undefined;
@@ -2238,7 +2230,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2238
2230
  [x: `int96[${string}]`]: undefined;
2239
2231
  [x: `int104[${string}]`]: undefined;
2240
2232
  [x: `int112[${string}]`]: undefined;
2241
- [x: `int120[${string}]`]: undefined;
2242
2233
  [x: `int128[${string}]`]: undefined;
2243
2234
  [x: `int136[${string}]`]: undefined;
2244
2235
  [x: `int144[${string}]`]: undefined;
@@ -2253,20 +2244,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2253
2244
  [x: `int216[${string}]`]: undefined;
2254
2245
  [x: `int224[${string}]`]: undefined;
2255
2246
  [x: `int232[${string}]`]: undefined;
2256
- [x: `int240[${string}]`]: undefined;
2257
2247
  [x: `int248[${string}]`]: undefined;
2258
2248
  [x: `int256[${string}]`]: undefined;
2259
2249
  [x: `uint[${string}]`]: undefined;
2250
+ [x: `uint16[${string}]`]: undefined;
2260
2251
  [x: `uint40[${string}]`]: undefined;
2252
+ [x: `uint120[${string}]`]: undefined;
2253
+ [x: `uint240[${string}]`]: undefined;
2261
2254
  [x: `uint24[${string}]`]: undefined;
2262
- [x: `uint16[${string}]`]: undefined;
2263
2255
  [x: `uint56[${string}]`]: undefined;
2264
2256
  [x: `uint72[${string}]`]: undefined;
2265
2257
  [x: `uint80[${string}]`]: undefined;
2266
2258
  [x: `uint88[${string}]`]: undefined;
2267
2259
  [x: `uint96[${string}]`]: undefined;
2268
2260
  [x: `uint104[${string}]`]: undefined;
2269
- [x: `uint120[${string}]`]: undefined;
2270
2261
  [x: `uint128[${string}]`]: undefined;
2271
2262
  [x: `uint136[${string}]`]: undefined;
2272
2263
  [x: `uint144[${string}]`]: undefined;
@@ -2280,56 +2271,57 @@ export declare const optionArgsSchema: z.ZodObject<{
2280
2271
  [x: `uint216[${string}]`]: undefined;
2281
2272
  [x: `uint224[${string}]`]: undefined;
2282
2273
  [x: `uint232[${string}]`]: undefined;
2283
- [x: `uint240[${string}]`]: undefined;
2284
2274
  [x: `uint248[${string}]`]: undefined;
2285
2275
  string?: undefined;
2286
2276
  address?: undefined;
2287
- uint32?: undefined;
2288
- bytes?: undefined;
2289
2277
  uint256?: undefined;
2278
+ bytes?: undefined;
2290
2279
  uint48?: undefined;
2291
2280
  bool?: undefined;
2292
2281
  bytes32?: undefined;
2282
+ uint32?: undefined;
2293
2283
  uint112?: undefined;
2294
2284
  uint192?: undefined;
2295
2285
  bytes4?: undefined;
2296
2286
  uint8?: undefined;
2297
2287
  uint64?: undefined;
2288
+ bytes3?: undefined;
2298
2289
  bytes1?: undefined;
2299
- bytes11?: undefined;
2300
2290
  bytes2?: undefined;
2301
2291
  bytes6?: undefined;
2302
- bytes3?: undefined;
2303
2292
  bytes5?: undefined;
2304
2293
  bytes7?: undefined;
2294
+ bytes11?: undefined;
2305
2295
  bytes8?: undefined;
2306
2296
  bytes9?: undefined;
2307
2297
  bytes10?: undefined;
2308
2298
  bytes20?: undefined;
2309
- bytes31?: undefined;
2299
+ bytes19?: undefined;
2300
+ bytes12?: undefined;
2301
+ bytes14?: undefined;
2302
+ bytes16?: undefined;
2303
+ bytes18?: undefined;
2304
+ bytes25?: undefined;
2310
2305
  bytes30?: undefined;
2306
+ bytes31?: undefined;
2311
2307
  bytes29?: undefined;
2312
2308
  bytes28?: undefined;
2313
2309
  bytes27?: undefined;
2314
2310
  bytes26?: undefined;
2315
- bytes25?: undefined;
2316
2311
  bytes24?: undefined;
2317
2312
  bytes23?: undefined;
2318
2313
  bytes22?: undefined;
2319
2314
  bytes21?: undefined;
2320
- bytes19?: undefined;
2321
- bytes18?: undefined;
2322
2315
  bytes17?: undefined;
2323
- bytes16?: undefined;
2324
2316
  bytes15?: undefined;
2325
- bytes14?: undefined;
2326
2317
  bytes13?: undefined;
2327
- bytes12?: undefined;
2328
2318
  int8?: undefined;
2319
+ int16?: undefined;
2329
2320
  int40?: undefined;
2321
+ int120?: undefined;
2322
+ int240?: undefined;
2330
2323
  int32?: undefined;
2331
2324
  int24?: undefined;
2332
- int16?: undefined;
2333
2325
  int48?: undefined;
2334
2326
  int56?: undefined;
2335
2327
  int64?: undefined;
@@ -2339,7 +2331,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2339
2331
  int96?: undefined;
2340
2332
  int104?: undefined;
2341
2333
  int112?: undefined;
2342
- int120?: undefined;
2343
2334
  int128?: undefined;
2344
2335
  int136?: undefined;
2345
2336
  int144?: undefined;
@@ -2354,19 +2345,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2354
2345
  int216?: undefined;
2355
2346
  int224?: undefined;
2356
2347
  int232?: undefined;
2357
- int240?: undefined;
2358
2348
  int248?: undefined;
2359
2349
  int256?: undefined;
2350
+ uint16?: undefined;
2360
2351
  uint40?: undefined;
2352
+ uint120?: undefined;
2353
+ uint240?: undefined;
2361
2354
  uint24?: undefined;
2362
- uint16?: undefined;
2363
2355
  uint56?: undefined;
2364
2356
  uint72?: undefined;
2365
2357
  uint80?: undefined;
2366
2358
  uint88?: undefined;
2367
2359
  uint96?: undefined;
2368
2360
  uint104?: undefined;
2369
- uint120?: undefined;
2370
2361
  uint128?: undefined;
2371
2362
  uint136?: undefined;
2372
2363
  uint144?: undefined;
@@ -2380,7 +2371,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2380
2371
  uint216?: undefined;
2381
2372
  uint224?: undefined;
2382
2373
  uint232?: undefined;
2383
- uint240?: undefined;
2384
2374
  uint248?: undefined;
2385
2375
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2386
2376
  publicKey: `0x${string}`;
@@ -2388,6 +2378,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2388
2378
  type: "local";
2389
2379
  }[];
2390
2380
  "executor-refill-interval": number;
2381
+ "executor-gas-multiplier": bigint;
2391
2382
  "min-entity-stake": number;
2392
2383
  "min-entity-unstake-delay": number;
2393
2384
  "max-bundle-wait": number;
@@ -2444,8 +2435,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2444
2435
  "simulation-paymaster-verification-gas-limit": bigint;
2445
2436
  "simulation-paymaster-post-op-gas-limit": bigint;
2446
2437
  "paymaster-gas-limit-multiplier": bigint;
2447
- "bundle-bulker-address"?: `0x${string}` | undefined;
2448
- "per-op-inflator-address"?: `0x${string}` | undefined;
2449
2438
  "send-transaction-rpc-url"?: string | undefined;
2450
2439
  "max-block-range"?: number | undefined;
2451
2440
  timeout?: number | undefined;
@@ -2479,53 +2468,55 @@ export declare const optionArgsSchema: z.ZodObject<{
2479
2468
  [x: `string[${string}]`]: undefined;
2480
2469
  [x: `function[${string}]`]: undefined;
2481
2470
  [x: `address[${string}]`]: undefined;
2482
- [x: `uint32[${string}]`]: undefined;
2483
- [x: `bytes[${string}]`]: undefined;
2484
2471
  [x: `uint256[${string}]`]: undefined;
2472
+ [x: `bytes[${string}]`]: undefined;
2485
2473
  [x: `uint48[${string}]`]: undefined;
2486
2474
  [x: `bool[${string}]`]: undefined;
2487
2475
  [x: `bytes32[${string}]`]: undefined;
2476
+ [x: `uint32[${string}]`]: undefined;
2488
2477
  [x: `uint112[${string}]`]: undefined;
2489
2478
  [x: `uint192[${string}]`]: undefined;
2490
2479
  [x: `bytes4[${string}]`]: undefined;
2491
2480
  [x: `uint8[${string}]`]: undefined;
2492
2481
  [x: `uint64[${string}]`]: undefined;
2482
+ [x: `bytes3[${string}]`]: undefined;
2493
2483
  [x: `bytes1[${string}]`]: undefined;
2494
- [x: `bytes11[${string}]`]: undefined;
2495
2484
  [x: `bytes2[${string}]`]: undefined;
2496
2485
  [x: `bytes6[${string}]`]: undefined;
2497
- [x: `bytes3[${string}]`]: undefined;
2498
2486
  [x: `bytes5[${string}]`]: undefined;
2499
2487
  [x: `bytes7[${string}]`]: undefined;
2488
+ [x: `bytes11[${string}]`]: undefined;
2500
2489
  [x: `bytes8[${string}]`]: undefined;
2501
2490
  [x: `bytes9[${string}]`]: undefined;
2502
2491
  [x: `bytes10[${string}]`]: undefined;
2503
2492
  [x: `bytes20[${string}]`]: undefined;
2504
- [x: `bytes31[${string}]`]: undefined;
2493
+ [x: `bytes19[${string}]`]: undefined;
2494
+ [x: `bytes12[${string}]`]: undefined;
2495
+ [x: `bytes14[${string}]`]: undefined;
2496
+ [x: `bytes16[${string}]`]: undefined;
2497
+ [x: `bytes18[${string}]`]: undefined;
2498
+ [x: `bytes25[${string}]`]: undefined;
2505
2499
  [x: `bytes30[${string}]`]: undefined;
2500
+ [x: `bytes31[${string}]`]: undefined;
2506
2501
  [x: `bytes29[${string}]`]: undefined;
2507
2502
  [x: `bytes28[${string}]`]: undefined;
2508
2503
  [x: `bytes27[${string}]`]: undefined;
2509
2504
  [x: `bytes26[${string}]`]: undefined;
2510
- [x: `bytes25[${string}]`]: undefined;
2511
2505
  [x: `bytes24[${string}]`]: undefined;
2512
2506
  [x: `bytes23[${string}]`]: undefined;
2513
2507
  [x: `bytes22[${string}]`]: undefined;
2514
2508
  [x: `bytes21[${string}]`]: undefined;
2515
- [x: `bytes19[${string}]`]: undefined;
2516
- [x: `bytes18[${string}]`]: undefined;
2517
2509
  [x: `bytes17[${string}]`]: undefined;
2518
- [x: `bytes16[${string}]`]: undefined;
2519
2510
  [x: `bytes15[${string}]`]: undefined;
2520
- [x: `bytes14[${string}]`]: undefined;
2521
2511
  [x: `bytes13[${string}]`]: undefined;
2522
- [x: `bytes12[${string}]`]: undefined;
2523
2512
  [x: `int[${string}]`]: undefined;
2524
2513
  [x: `int8[${string}]`]: undefined;
2514
+ [x: `int16[${string}]`]: undefined;
2525
2515
  [x: `int40[${string}]`]: undefined;
2516
+ [x: `int120[${string}]`]: undefined;
2517
+ [x: `int240[${string}]`]: undefined;
2526
2518
  [x: `int32[${string}]`]: undefined;
2527
2519
  [x: `int24[${string}]`]: undefined;
2528
- [x: `int16[${string}]`]: undefined;
2529
2520
  [x: `int48[${string}]`]: undefined;
2530
2521
  [x: `int56[${string}]`]: undefined;
2531
2522
  [x: `int64[${string}]`]: undefined;
@@ -2535,7 +2526,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2535
2526
  [x: `int96[${string}]`]: undefined;
2536
2527
  [x: `int104[${string}]`]: undefined;
2537
2528
  [x: `int112[${string}]`]: undefined;
2538
- [x: `int120[${string}]`]: undefined;
2539
2529
  [x: `int128[${string}]`]: undefined;
2540
2530
  [x: `int136[${string}]`]: undefined;
2541
2531
  [x: `int144[${string}]`]: undefined;
@@ -2550,20 +2540,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2550
2540
  [x: `int216[${string}]`]: undefined;
2551
2541
  [x: `int224[${string}]`]: undefined;
2552
2542
  [x: `int232[${string}]`]: undefined;
2553
- [x: `int240[${string}]`]: undefined;
2554
2543
  [x: `int248[${string}]`]: undefined;
2555
2544
  [x: `int256[${string}]`]: undefined;
2556
2545
  [x: `uint[${string}]`]: undefined;
2546
+ [x: `uint16[${string}]`]: undefined;
2557
2547
  [x: `uint40[${string}]`]: undefined;
2548
+ [x: `uint120[${string}]`]: undefined;
2549
+ [x: `uint240[${string}]`]: undefined;
2558
2550
  [x: `uint24[${string}]`]: undefined;
2559
- [x: `uint16[${string}]`]: undefined;
2560
2551
  [x: `uint56[${string}]`]: undefined;
2561
2552
  [x: `uint72[${string}]`]: undefined;
2562
2553
  [x: `uint80[${string}]`]: undefined;
2563
2554
  [x: `uint88[${string}]`]: undefined;
2564
2555
  [x: `uint96[${string}]`]: undefined;
2565
2556
  [x: `uint104[${string}]`]: undefined;
2566
- [x: `uint120[${string}]`]: undefined;
2567
2557
  [x: `uint128[${string}]`]: undefined;
2568
2558
  [x: `uint136[${string}]`]: undefined;
2569
2559
  [x: `uint144[${string}]`]: undefined;
@@ -2577,56 +2567,57 @@ export declare const optionArgsSchema: z.ZodObject<{
2577
2567
  [x: `uint216[${string}]`]: undefined;
2578
2568
  [x: `uint224[${string}]`]: undefined;
2579
2569
  [x: `uint232[${string}]`]: undefined;
2580
- [x: `uint240[${string}]`]: undefined;
2581
2570
  [x: `uint248[${string}]`]: undefined;
2582
2571
  string?: undefined;
2583
2572
  address?: undefined;
2584
- uint32?: undefined;
2585
- bytes?: undefined;
2586
2573
  uint256?: undefined;
2574
+ bytes?: undefined;
2587
2575
  uint48?: undefined;
2588
2576
  bool?: undefined;
2589
2577
  bytes32?: undefined;
2578
+ uint32?: undefined;
2590
2579
  uint112?: undefined;
2591
2580
  uint192?: undefined;
2592
2581
  bytes4?: undefined;
2593
2582
  uint8?: undefined;
2594
2583
  uint64?: undefined;
2584
+ bytes3?: undefined;
2595
2585
  bytes1?: undefined;
2596
- bytes11?: undefined;
2597
2586
  bytes2?: undefined;
2598
2587
  bytes6?: undefined;
2599
- bytes3?: undefined;
2600
2588
  bytes5?: undefined;
2601
2589
  bytes7?: undefined;
2590
+ bytes11?: undefined;
2602
2591
  bytes8?: undefined;
2603
2592
  bytes9?: undefined;
2604
2593
  bytes10?: undefined;
2605
2594
  bytes20?: undefined;
2606
- bytes31?: undefined;
2595
+ bytes19?: undefined;
2596
+ bytes12?: undefined;
2597
+ bytes14?: undefined;
2598
+ bytes16?: undefined;
2599
+ bytes18?: undefined;
2600
+ bytes25?: undefined;
2607
2601
  bytes30?: undefined;
2602
+ bytes31?: undefined;
2608
2603
  bytes29?: undefined;
2609
2604
  bytes28?: undefined;
2610
2605
  bytes27?: undefined;
2611
2606
  bytes26?: undefined;
2612
- bytes25?: undefined;
2613
2607
  bytes24?: undefined;
2614
2608
  bytes23?: undefined;
2615
2609
  bytes22?: undefined;
2616
2610
  bytes21?: undefined;
2617
- bytes19?: undefined;
2618
- bytes18?: undefined;
2619
2611
  bytes17?: undefined;
2620
- bytes16?: undefined;
2621
2612
  bytes15?: undefined;
2622
- bytes14?: undefined;
2623
2613
  bytes13?: undefined;
2624
- bytes12?: undefined;
2625
2614
  int8?: undefined;
2615
+ int16?: undefined;
2626
2616
  int40?: undefined;
2617
+ int120?: undefined;
2618
+ int240?: undefined;
2627
2619
  int32?: undefined;
2628
2620
  int24?: undefined;
2629
- int16?: undefined;
2630
2621
  int48?: undefined;
2631
2622
  int56?: undefined;
2632
2623
  int64?: undefined;
@@ -2636,7 +2627,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2636
2627
  int96?: undefined;
2637
2628
  int104?: undefined;
2638
2629
  int112?: undefined;
2639
- int120?: undefined;
2640
2630
  int128?: undefined;
2641
2631
  int136?: undefined;
2642
2632
  int144?: undefined;
@@ -2651,19 +2641,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2651
2641
  int216?: undefined;
2652
2642
  int224?: undefined;
2653
2643
  int232?: undefined;
2654
- int240?: undefined;
2655
2644
  int248?: undefined;
2656
2645
  int256?: undefined;
2646
+ uint16?: undefined;
2657
2647
  uint40?: undefined;
2648
+ uint120?: undefined;
2649
+ uint240?: undefined;
2658
2650
  uint24?: undefined;
2659
- uint16?: undefined;
2660
2651
  uint56?: undefined;
2661
2652
  uint72?: undefined;
2662
2653
  uint80?: undefined;
2663
2654
  uint88?: undefined;
2664
2655
  uint96?: undefined;
2665
2656
  uint104?: undefined;
2666
- uint120?: undefined;
2667
2657
  uint128?: undefined;
2668
2658
  uint136?: undefined;
2669
2659
  uint144?: undefined;
@@ -2677,7 +2667,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2677
2667
  uint216?: undefined;
2678
2668
  uint224?: undefined;
2679
2669
  uint232?: undefined;
2680
- uint240?: undefined;
2681
2670
  uint248?: undefined;
2682
2671
  }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2683
2672
  publicKey: `0x${string}`;
@@ -2695,6 +2684,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2695
2684
  "utility-wallet-monitor-interval": number;
2696
2685
  "executor-private-keys": (string | string[]) & (string | string[] | undefined);
2697
2686
  "executor-refill-interval": number;
2687
+ "executor-gas-multiplier": string;
2698
2688
  "min-entity-stake": number;
2699
2689
  "min-entity-unstake-delay": number;
2700
2690
  "max-bundle-wait": number;
@@ -2735,8 +2725,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2735
2725
  "paymaster-gas-limit-multiplier": string;
2736
2726
  "binary-search-tolerance-delta"?: string | undefined;
2737
2727
  "binary-search-gas-allowance"?: string | undefined;
2738
- "bundle-bulker-address"?: string | undefined;
2739
- "per-op-inflator-address"?: string | undefined;
2740
2728
  "send-transaction-rpc-url"?: string | undefined;
2741
2729
  "max-block-range"?: number | undefined;
2742
2730
  "block-tag-support"?: boolean | undefined;