@pimlico/alto 0.0.4 → 0.0.6

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 (227) hide show
  1. package/esm/cli/alto.js +0 -4
  2. package/esm/cli/alto.js.map +1 -1
  3. package/esm/cli/config/bundler.d.ts +2296 -22
  4. package/esm/cli/config/bundler.js +31 -4
  5. package/esm/cli/config/bundler.js.map +1 -1
  6. package/esm/cli/config/options.js +53 -4
  7. package/esm/cli/config/options.js.map +1 -1
  8. package/esm/cli/customTransport.js +5 -1
  9. package/esm/cli/customTransport.js.map +1 -1
  10. package/esm/cli/handler.js +14 -3
  11. package/esm/cli/handler.js.map +1 -1
  12. package/esm/cli/instrumentation.js +2 -2
  13. package/esm/cli/instrumentation.js.map +1 -1
  14. package/esm/cli/setupServer.d.ts +2 -1
  15. package/esm/cli/setupServer.js +51 -27
  16. package/esm/cli/setupServer.js.map +1 -1
  17. package/esm/executor/executor.d.ts +7 -14
  18. package/esm/executor/executor.js +139 -128
  19. package/esm/executor/executor.js.map +1 -1
  20. package/esm/executor/executorManager.d.ts +58 -4
  21. package/esm/executor/executorManager.js +207 -53
  22. package/esm/executor/executorManager.js.map +1 -1
  23. package/esm/executor/senderManager.d.ts +2 -1
  24. package/esm/executor/senderManager.js +3 -0
  25. package/esm/executor/senderManager.js.map +1 -1
  26. package/esm/executor/utilityWalletMonitor.d.ts +15 -0
  27. package/esm/executor/utilityWalletMonitor.js +38 -0
  28. package/esm/executor/utilityWalletMonitor.js.map +1 -0
  29. package/esm/executor/utils.d.ts +1 -2
  30. package/esm/executor/utils.js +49 -38
  31. package/esm/executor/utils.js.map +1 -1
  32. package/esm/handlers/compressionHandler.js.map +1 -0
  33. package/esm/handlers/eventManager.d.ts +21 -0
  34. package/esm/handlers/eventManager.js +166 -0
  35. package/esm/handlers/eventManager.js.map +1 -0
  36. package/{lib/utils → esm/handlers}/gasPriceManager.d.ts +19 -5
  37. package/esm/{utils → handlers}/gasPriceManager.js +58 -13
  38. package/esm/handlers/gasPriceManager.js.map +1 -0
  39. package/esm/handlers/index.d.ts +4 -0
  40. package/esm/handlers/index.js +4 -0
  41. package/esm/handlers/index.js.map +1 -0
  42. package/esm/mempool/index.d.ts +0 -1
  43. package/esm/mempool/index.js +0 -1
  44. package/esm/mempool/index.js.map +1 -1
  45. package/esm/mempool/mempool.d.ts +4 -2
  46. package/esm/mempool/mempool.js +65 -19
  47. package/esm/mempool/mempool.js.map +1 -1
  48. package/esm/rpc/EntryPointSimulationsV07.d.ts +2 -2
  49. package/esm/rpc/EntryPointSimulationsV07.js +10 -7
  50. package/esm/rpc/EntryPointSimulationsV07.js.map +1 -1
  51. package/esm/rpc/gasEstimation.d.ts +3 -3
  52. package/esm/rpc/gasEstimation.js +22 -17
  53. package/esm/rpc/gasEstimation.js.map +1 -1
  54. package/esm/rpc/nonceQueuer.d.ts +4 -1
  55. package/esm/rpc/nonceQueuer.js +9 -3
  56. package/esm/rpc/nonceQueuer.js.map +1 -1
  57. package/esm/rpc/rpcHandler.d.ts +53 -3
  58. package/esm/rpc/rpcHandler.js +132 -231
  59. package/esm/rpc/rpcHandler.js.map +1 -1
  60. package/esm/rpc/server.d.ts +2 -1
  61. package/esm/rpc/server.js +6 -1
  62. package/esm/rpc/server.js.map +1 -1
  63. package/esm/rpc/validation/SafeValidator.d.ts +3 -2
  64. package/esm/rpc/validation/SafeValidator.js +2 -2
  65. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  66. package/esm/rpc/validation/UnsafeValidator.d.ts +5 -2
  67. package/esm/rpc/validation/UnsafeValidator.js +10 -6
  68. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  69. package/esm/rpc/validation/tracer.js +1 -0
  70. package/esm/rpc/validation/tracer.js.map +1 -1
  71. package/esm/types/schemas.d.ts +1029 -333
  72. package/esm/types/schemas.js +94 -20
  73. package/esm/types/schemas.js.map +1 -1
  74. package/esm/types/utils.d.ts +1 -1
  75. package/esm/types/validation.js +7 -2
  76. package/esm/types/validation.js.map +1 -1
  77. package/esm/utils/bigInt.d.ts +1 -0
  78. package/esm/utils/bigInt.js +4 -0
  79. package/esm/utils/bigInt.js.map +1 -1
  80. package/esm/utils/helpers.d.ts +1 -0
  81. package/esm/utils/helpers.js +6 -0
  82. package/esm/utils/helpers.js.map +1 -1
  83. package/esm/utils/index.d.ts +0 -3
  84. package/esm/utils/index.js +0 -3
  85. package/esm/utils/index.js.map +1 -1
  86. package/esm/utils/metrics.d.ts +4 -0
  87. package/esm/utils/metrics.js +29 -1
  88. package/esm/utils/metrics.js.map +1 -1
  89. package/esm/utils/rpc-reply.d.ts +1 -1
  90. package/esm/utils/rpc-reply.js +2 -1
  91. package/esm/utils/rpc-reply.js.map +1 -1
  92. package/esm/utils/userop.d.ts +66 -6
  93. package/esm/utils/userop.js +183 -96
  94. package/esm/utils/userop.js.map +1 -1
  95. package/esm/utils/validation.d.ts +1 -1
  96. package/esm/utils/validation.js +9 -13
  97. package/esm/utils/validation.js.map +1 -1
  98. package/lib/cli/alto.js +0 -4
  99. package/lib/cli/alto.js.map +1 -1
  100. package/lib/cli/config/bundler.d.ts +2296 -22
  101. package/lib/cli/config/bundler.js +30 -3
  102. package/lib/cli/config/bundler.js.map +1 -1
  103. package/lib/cli/config/options.js +53 -4
  104. package/lib/cli/config/options.js.map +1 -1
  105. package/lib/cli/customTransport.js +5 -1
  106. package/lib/cli/customTransport.js.map +1 -1
  107. package/lib/cli/handler.js +13 -2
  108. package/lib/cli/handler.js.map +1 -1
  109. package/lib/cli/instrumentation.js +2 -2
  110. package/lib/cli/instrumentation.js.map +1 -1
  111. package/lib/cli/setupServer.d.ts +2 -1
  112. package/lib/cli/setupServer.js +52 -28
  113. package/lib/cli/setupServer.js.map +1 -1
  114. package/lib/executor/executor.d.ts +7 -14
  115. package/lib/executor/executor.js +138 -128
  116. package/lib/executor/executor.js.map +1 -1
  117. package/lib/executor/executorManager.d.ts +58 -4
  118. package/lib/executor/executorManager.js +205 -51
  119. package/lib/executor/executorManager.js.map +1 -1
  120. package/lib/executor/senderManager.d.ts +2 -1
  121. package/lib/executor/senderManager.js +3 -0
  122. package/lib/executor/senderManager.js.map +1 -1
  123. package/lib/executor/utilityWalletMonitor.d.ts +15 -0
  124. package/lib/executor/utilityWalletMonitor.js +42 -0
  125. package/lib/executor/utilityWalletMonitor.js.map +1 -0
  126. package/lib/executor/utils.d.ts +1 -2
  127. package/lib/executor/utils.js +48 -37
  128. package/lib/executor/utils.js.map +1 -1
  129. package/lib/handlers/compressionHandler.js.map +1 -0
  130. package/lib/handlers/eventManager.d.ts +21 -0
  131. package/lib/handlers/eventManager.js +196 -0
  132. package/lib/handlers/eventManager.js.map +1 -0
  133. package/{esm/utils → lib/handlers}/gasPriceManager.d.ts +19 -5
  134. package/lib/{utils → handlers}/gasPriceManager.js +58 -13
  135. package/lib/handlers/gasPriceManager.js.map +1 -0
  136. package/lib/handlers/index.d.ts +4 -0
  137. package/lib/handlers/index.js +20 -0
  138. package/lib/handlers/index.js.map +1 -0
  139. package/lib/mempool/index.d.ts +0 -1
  140. package/lib/mempool/index.js +0 -1
  141. package/lib/mempool/index.js.map +1 -1
  142. package/lib/mempool/mempool.d.ts +4 -2
  143. package/lib/mempool/mempool.js +65 -19
  144. package/lib/mempool/mempool.js.map +1 -1
  145. package/lib/rpc/EntryPointSimulationsV07.d.ts +2 -2
  146. package/lib/rpc/EntryPointSimulationsV07.js +10 -7
  147. package/lib/rpc/EntryPointSimulationsV07.js.map +1 -1
  148. package/lib/rpc/gasEstimation.d.ts +3 -3
  149. package/lib/rpc/gasEstimation.js +22 -17
  150. package/lib/rpc/gasEstimation.js.map +1 -1
  151. package/lib/rpc/nonceQueuer.d.ts +4 -1
  152. package/lib/rpc/nonceQueuer.js +9 -3
  153. package/lib/rpc/nonceQueuer.js.map +1 -1
  154. package/lib/rpc/rpcHandler.d.ts +53 -3
  155. package/lib/rpc/rpcHandler.js +129 -251
  156. package/lib/rpc/rpcHandler.js.map +1 -1
  157. package/lib/rpc/server.d.ts +2 -1
  158. package/lib/rpc/server.js +6 -1
  159. package/lib/rpc/server.js.map +1 -1
  160. package/lib/rpc/validation/SafeValidator.d.ts +3 -2
  161. package/lib/rpc/validation/SafeValidator.js +2 -2
  162. package/lib/rpc/validation/SafeValidator.js.map +1 -1
  163. package/lib/rpc/validation/UnsafeValidator.d.ts +5 -2
  164. package/lib/rpc/validation/UnsafeValidator.js +33 -6
  165. package/lib/rpc/validation/UnsafeValidator.js.map +1 -1
  166. package/lib/rpc/validation/tracer.js +1 -0
  167. package/lib/rpc/validation/tracer.js.map +1 -1
  168. package/lib/types/schemas.d.ts +1029 -333
  169. package/lib/types/schemas.js +93 -19
  170. package/lib/types/schemas.js.map +1 -1
  171. package/lib/types/utils.d.ts +1 -1
  172. package/lib/types/validation.js +7 -2
  173. package/lib/types/validation.js.map +1 -1
  174. package/lib/utils/bigInt.d.ts +1 -0
  175. package/lib/utils/bigInt.js +6 -1
  176. package/lib/utils/bigInt.js.map +1 -1
  177. package/lib/utils/helpers.d.ts +1 -0
  178. package/lib/utils/helpers.js +8 -1
  179. package/lib/utils/helpers.js.map +1 -1
  180. package/lib/utils/index.d.ts +0 -3
  181. package/lib/utils/index.js +0 -3
  182. package/lib/utils/index.js.map +1 -1
  183. package/lib/utils/metrics.d.ts +4 -0
  184. package/lib/utils/metrics.js +29 -1
  185. package/lib/utils/metrics.js.map +1 -1
  186. package/lib/utils/rpc-reply.d.ts +1 -1
  187. package/lib/utils/rpc-reply.js +2 -1
  188. package/lib/utils/rpc-reply.js.map +1 -1
  189. package/lib/utils/userop.d.ts +66 -6
  190. package/lib/utils/userop.js +208 -96
  191. package/lib/utils/userop.js.map +1 -1
  192. package/lib/utils/validation.d.ts +1 -1
  193. package/lib/utils/validation.js +9 -36
  194. package/lib/utils/validation.js.map +1 -1
  195. package/package.json +15 -14
  196. package/esm/executor/test/utils.d.ts +0 -13
  197. package/esm/executor/test/utils.js +0 -75
  198. package/esm/executor/test/utils.js.map +0 -1
  199. package/esm/mempool/nullMempool.d.ts +0 -15
  200. package/esm/mempool/nullMempool.js +0 -36
  201. package/esm/mempool/nullMempool.js.map +0 -1
  202. package/esm/types/test/validationTestErrors.d.ts +0 -3
  203. package/esm/types/test/validationTestErrors.js +0 -229
  204. package/esm/types/test/validationTestErrors.js.map +0 -1
  205. package/esm/utils/compressionHandler.js.map +0 -1
  206. package/esm/utils/gasPriceManager.js.map +0 -1
  207. package/esm/utils/test.d.ts +0 -17
  208. package/esm/utils/test.js +0 -130
  209. package/esm/utils/test.js.map +0 -1
  210. package/lib/executor/test/utils.d.ts +0 -13
  211. package/lib/executor/test/utils.js +0 -81
  212. package/lib/executor/test/utils.js.map +0 -1
  213. package/lib/mempool/nullMempool.d.ts +0 -15
  214. package/lib/mempool/nullMempool.js +0 -40
  215. package/lib/mempool/nullMempool.js.map +0 -1
  216. package/lib/types/test/validationTestErrors.d.ts +0 -3
  217. package/lib/types/test/validationTestErrors.js +0 -232
  218. package/lib/types/test/validationTestErrors.js.map +0 -1
  219. package/lib/utils/compressionHandler.js.map +0 -1
  220. package/lib/utils/gasPriceManager.js.map +0 -1
  221. package/lib/utils/test.d.ts +0 -17
  222. package/lib/utils/test.js +0 -161
  223. package/lib/utils/test.js.map +0 -1
  224. /package/esm/{utils → handlers}/compressionHandler.d.ts +0 -0
  225. /package/esm/{utils → handlers}/compressionHandler.js +0 -0
  226. /package/lib/{utils → handlers}/compressionHandler.d.ts +0 -0
  227. /package/lib/{utils → handlers}/compressionHandler.js +0 -0
@@ -3,9 +3,678 @@ import { z } from "zod";
3
3
  export declare const bundlerArgsSchema: z.ZodObject<{
4
4
  entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
5
5
  "entrypoint-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
6
+ "no-profit-bundling": z.ZodBoolean;
6
7
  "safe-mode": z.ZodBoolean;
7
- "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, import("viem").PrivateKeyAccount, string>>;
8
- "executor-private-keys": z.ZodUnion<[z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">, import("viem").PrivateKeyAccount[], string[]>, z.ZodEffects<z.ZodString, import("viem").PrivateKeyAccount[], string>]>;
8
+ "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
9
+ address: `0x${string}`;
10
+ nonceManager?: import("viem").NonceManager | undefined;
11
+ sign: (parameters: {
12
+ hash: `0x${string}`;
13
+ }) => Promise<`0x${string}`>;
14
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
15
+ signMessage: ({ message }: {
16
+ message: import("viem").SignableMessage;
17
+ }) => Promise<`0x${string}`>;
18
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
19
+ serializer?: serializer | undefined;
20
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
21
+ signTypedData: <const typedData extends Record<string, unknown> | {
22
+ [x: string]: readonly import("viem").TypedDataParameter[];
23
+ [x: `string[${string}]`]: undefined;
24
+ [x: `function[${string}]`]: undefined;
25
+ [x: `address[${string}]`]: undefined;
26
+ [x: `uint32[${string}]`]: undefined;
27
+ [x: `bytes[${string}]`]: undefined;
28
+ [x: `uint256[${string}]`]: undefined;
29
+ [x: `uint48[${string}]`]: undefined;
30
+ [x: `bool[${string}]`]: undefined;
31
+ [x: `bytes32[${string}]`]: undefined;
32
+ [x: `uint112[${string}]`]: undefined;
33
+ [x: `uint192[${string}]`]: undefined;
34
+ [x: `bytes4[${string}]`]: undefined;
35
+ [x: `uint8[${string}]`]: undefined;
36
+ [x: `bytes1[${string}]`]: undefined;
37
+ [x: `bytes11[${string}]`]: undefined;
38
+ [x: `bytes2[${string}]`]: undefined;
39
+ [x: `bytes6[${string}]`]: undefined;
40
+ [x: `bytes3[${string}]`]: undefined;
41
+ [x: `bytes5[${string}]`]: undefined;
42
+ [x: `bytes7[${string}]`]: undefined;
43
+ [x: `bytes8[${string}]`]: undefined;
44
+ [x: `bytes9[${string}]`]: undefined;
45
+ [x: `bytes10[${string}]`]: undefined;
46
+ [x: `bytes18[${string}]`]: undefined;
47
+ [x: `bytes12[${string}]`]: undefined;
48
+ [x: `bytes14[${string}]`]: undefined;
49
+ [x: `bytes16[${string}]`]: undefined;
50
+ [x: `bytes20[${string}]`]: undefined;
51
+ [x: `bytes25[${string}]`]: undefined;
52
+ [x: `bytes30[${string}]`]: undefined;
53
+ [x: `bytes31[${string}]`]: undefined;
54
+ [x: `bytes29[${string}]`]: undefined;
55
+ [x: `bytes28[${string}]`]: undefined;
56
+ [x: `bytes27[${string}]`]: undefined;
57
+ [x: `bytes26[${string}]`]: undefined;
58
+ [x: `bytes24[${string}]`]: undefined;
59
+ [x: `bytes23[${string}]`]: undefined;
60
+ [x: `bytes22[${string}]`]: undefined;
61
+ [x: `bytes21[${string}]`]: undefined;
62
+ [x: `bytes19[${string}]`]: undefined;
63
+ [x: `bytes17[${string}]`]: undefined;
64
+ [x: `bytes15[${string}]`]: undefined;
65
+ [x: `bytes13[${string}]`]: undefined;
66
+ [x: `int[${string}]`]: undefined;
67
+ [x: `int8[${string}]`]: undefined;
68
+ [x: `int16[${string}]`]: undefined;
69
+ [x: `int40[${string}]`]: undefined;
70
+ [x: `int120[${string}]`]: undefined;
71
+ [x: `int240[${string}]`]: undefined;
72
+ [x: `int32[${string}]`]: undefined;
73
+ [x: `int24[${string}]`]: undefined;
74
+ [x: `int48[${string}]`]: undefined;
75
+ [x: `int56[${string}]`]: undefined;
76
+ [x: `int64[${string}]`]: undefined;
77
+ [x: `int72[${string}]`]: undefined;
78
+ [x: `int80[${string}]`]: undefined;
79
+ [x: `int88[${string}]`]: undefined;
80
+ [x: `int96[${string}]`]: undefined;
81
+ [x: `int104[${string}]`]: undefined;
82
+ [x: `int112[${string}]`]: undefined;
83
+ [x: `int128[${string}]`]: undefined;
84
+ [x: `int136[${string}]`]: undefined;
85
+ [x: `int144[${string}]`]: undefined;
86
+ [x: `int152[${string}]`]: undefined;
87
+ [x: `int160[${string}]`]: undefined;
88
+ [x: `int168[${string}]`]: undefined;
89
+ [x: `int176[${string}]`]: undefined;
90
+ [x: `int184[${string}]`]: undefined;
91
+ [x: `int192[${string}]`]: undefined;
92
+ [x: `int200[${string}]`]: undefined;
93
+ [x: `int208[${string}]`]: undefined;
94
+ [x: `int216[${string}]`]: undefined;
95
+ [x: `int224[${string}]`]: undefined;
96
+ [x: `int232[${string}]`]: undefined;
97
+ [x: `int248[${string}]`]: undefined;
98
+ [x: `int256[${string}]`]: undefined;
99
+ [x: `uint[${string}]`]: undefined;
100
+ [x: `uint16[${string}]`]: undefined;
101
+ [x: `uint40[${string}]`]: undefined;
102
+ [x: `uint120[${string}]`]: undefined;
103
+ [x: `uint240[${string}]`]: undefined;
104
+ [x: `uint24[${string}]`]: undefined;
105
+ [x: `uint56[${string}]`]: undefined;
106
+ [x: `uint64[${string}]`]: undefined;
107
+ [x: `uint72[${string}]`]: undefined;
108
+ [x: `uint80[${string}]`]: undefined;
109
+ [x: `uint88[${string}]`]: undefined;
110
+ [x: `uint96[${string}]`]: undefined;
111
+ [x: `uint104[${string}]`]: undefined;
112
+ [x: `uint128[${string}]`]: undefined;
113
+ [x: `uint136[${string}]`]: undefined;
114
+ [x: `uint144[${string}]`]: undefined;
115
+ [x: `uint152[${string}]`]: undefined;
116
+ [x: `uint160[${string}]`]: undefined;
117
+ [x: `uint168[${string}]`]: undefined;
118
+ [x: `uint176[${string}]`]: undefined;
119
+ [x: `uint184[${string}]`]: undefined;
120
+ [x: `uint200[${string}]`]: undefined;
121
+ [x: `uint208[${string}]`]: undefined;
122
+ [x: `uint216[${string}]`]: undefined;
123
+ [x: `uint224[${string}]`]: undefined;
124
+ [x: `uint232[${string}]`]: undefined;
125
+ [x: `uint248[${string}]`]: undefined;
126
+ string?: undefined;
127
+ address?: undefined;
128
+ uint32?: undefined;
129
+ bytes?: undefined;
130
+ uint256?: undefined;
131
+ uint48?: undefined;
132
+ bool?: undefined;
133
+ bytes32?: undefined;
134
+ uint112?: undefined;
135
+ uint192?: undefined;
136
+ bytes4?: undefined;
137
+ uint8?: undefined;
138
+ bytes1?: undefined;
139
+ bytes11?: undefined;
140
+ bytes2?: undefined;
141
+ bytes6?: undefined;
142
+ bytes3?: undefined;
143
+ bytes5?: undefined;
144
+ bytes7?: undefined;
145
+ bytes8?: undefined;
146
+ bytes9?: undefined;
147
+ bytes10?: undefined;
148
+ bytes18?: undefined;
149
+ bytes12?: undefined;
150
+ bytes14?: undefined;
151
+ bytes16?: undefined;
152
+ bytes20?: undefined;
153
+ bytes25?: undefined;
154
+ bytes30?: undefined;
155
+ bytes31?: undefined;
156
+ bytes29?: undefined;
157
+ bytes28?: undefined;
158
+ bytes27?: undefined;
159
+ bytes26?: undefined;
160
+ bytes24?: undefined;
161
+ bytes23?: undefined;
162
+ bytes22?: undefined;
163
+ bytes21?: undefined;
164
+ bytes19?: undefined;
165
+ bytes17?: undefined;
166
+ bytes15?: undefined;
167
+ bytes13?: undefined;
168
+ int8?: undefined;
169
+ int16?: undefined;
170
+ int40?: undefined;
171
+ int120?: undefined;
172
+ int240?: undefined;
173
+ int32?: undefined;
174
+ int24?: undefined;
175
+ int48?: undefined;
176
+ int56?: undefined;
177
+ int64?: undefined;
178
+ int72?: undefined;
179
+ int80?: undefined;
180
+ int88?: undefined;
181
+ int96?: undefined;
182
+ int104?: undefined;
183
+ int112?: undefined;
184
+ int128?: undefined;
185
+ int136?: undefined;
186
+ int144?: undefined;
187
+ int152?: undefined;
188
+ int160?: undefined;
189
+ int168?: undefined;
190
+ int176?: undefined;
191
+ int184?: undefined;
192
+ int192?: undefined;
193
+ int200?: undefined;
194
+ int208?: undefined;
195
+ int216?: undefined;
196
+ int224?: undefined;
197
+ int232?: undefined;
198
+ int248?: undefined;
199
+ int256?: undefined;
200
+ uint16?: undefined;
201
+ uint40?: undefined;
202
+ uint120?: undefined;
203
+ uint240?: undefined;
204
+ uint24?: undefined;
205
+ uint56?: undefined;
206
+ uint64?: undefined;
207
+ uint72?: undefined;
208
+ uint80?: undefined;
209
+ uint88?: undefined;
210
+ uint96?: undefined;
211
+ uint104?: undefined;
212
+ uint128?: undefined;
213
+ uint136?: undefined;
214
+ uint144?: undefined;
215
+ uint152?: undefined;
216
+ uint160?: undefined;
217
+ uint168?: undefined;
218
+ uint176?: undefined;
219
+ uint184?: undefined;
220
+ uint200?: undefined;
221
+ uint208?: undefined;
222
+ uint216?: undefined;
223
+ uint224?: undefined;
224
+ uint232?: undefined;
225
+ uint248?: undefined;
226
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
227
+ publicKey: `0x${string}`;
228
+ source: "privateKey";
229
+ type: "local";
230
+ }, string>>;
231
+ "utility-wallet-monitor": z.ZodBoolean;
232
+ "utility-wallet-monitor-interval": z.ZodNumber;
233
+ "executor-private-keys": z.ZodUnion<[z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">, {
234
+ address: `0x${string}`;
235
+ nonceManager?: import("viem").NonceManager | undefined;
236
+ sign: (parameters: {
237
+ hash: `0x${string}`;
238
+ }) => Promise<`0x${string}`>;
239
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
240
+ signMessage: ({ message }: {
241
+ message: import("viem").SignableMessage;
242
+ }) => Promise<`0x${string}`>;
243
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
244
+ serializer?: serializer | undefined;
245
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
246
+ signTypedData: <const typedData extends Record<string, unknown> | {
247
+ [x: string]: readonly import("viem").TypedDataParameter[];
248
+ [x: `string[${string}]`]: undefined;
249
+ [x: `function[${string}]`]: undefined;
250
+ [x: `address[${string}]`]: undefined;
251
+ [x: `uint32[${string}]`]: undefined;
252
+ [x: `bytes[${string}]`]: undefined;
253
+ [x: `uint256[${string}]`]: undefined;
254
+ [x: `uint48[${string}]`]: undefined;
255
+ [x: `bool[${string}]`]: undefined;
256
+ [x: `bytes32[${string}]`]: undefined;
257
+ [x: `uint112[${string}]`]: undefined;
258
+ [x: `uint192[${string}]`]: undefined;
259
+ [x: `bytes4[${string}]`]: undefined;
260
+ [x: `uint8[${string}]`]: undefined;
261
+ [x: `bytes1[${string}]`]: undefined;
262
+ [x: `bytes11[${string}]`]: undefined;
263
+ [x: `bytes2[${string}]`]: undefined;
264
+ [x: `bytes6[${string}]`]: undefined;
265
+ [x: `bytes3[${string}]`]: undefined;
266
+ [x: `bytes5[${string}]`]: undefined;
267
+ [x: `bytes7[${string}]`]: undefined;
268
+ [x: `bytes8[${string}]`]: undefined;
269
+ [x: `bytes9[${string}]`]: undefined;
270
+ [x: `bytes10[${string}]`]: undefined;
271
+ [x: `bytes18[${string}]`]: undefined;
272
+ [x: `bytes12[${string}]`]: undefined;
273
+ [x: `bytes14[${string}]`]: undefined;
274
+ [x: `bytes16[${string}]`]: undefined;
275
+ [x: `bytes20[${string}]`]: undefined;
276
+ [x: `bytes25[${string}]`]: undefined;
277
+ [x: `bytes30[${string}]`]: undefined;
278
+ [x: `bytes31[${string}]`]: undefined;
279
+ [x: `bytes29[${string}]`]: undefined;
280
+ [x: `bytes28[${string}]`]: undefined;
281
+ [x: `bytes27[${string}]`]: undefined;
282
+ [x: `bytes26[${string}]`]: undefined;
283
+ [x: `bytes24[${string}]`]: undefined;
284
+ [x: `bytes23[${string}]`]: undefined;
285
+ [x: `bytes22[${string}]`]: undefined;
286
+ [x: `bytes21[${string}]`]: undefined;
287
+ [x: `bytes19[${string}]`]: undefined;
288
+ [x: `bytes17[${string}]`]: undefined;
289
+ [x: `bytes15[${string}]`]: undefined;
290
+ [x: `bytes13[${string}]`]: undefined;
291
+ [x: `int[${string}]`]: undefined;
292
+ [x: `int8[${string}]`]: undefined;
293
+ [x: `int16[${string}]`]: undefined;
294
+ [x: `int40[${string}]`]: undefined;
295
+ [x: `int120[${string}]`]: undefined;
296
+ [x: `int240[${string}]`]: undefined;
297
+ [x: `int32[${string}]`]: undefined;
298
+ [x: `int24[${string}]`]: undefined;
299
+ [x: `int48[${string}]`]: undefined;
300
+ [x: `int56[${string}]`]: undefined;
301
+ [x: `int64[${string}]`]: undefined;
302
+ [x: `int72[${string}]`]: undefined;
303
+ [x: `int80[${string}]`]: undefined;
304
+ [x: `int88[${string}]`]: undefined;
305
+ [x: `int96[${string}]`]: undefined;
306
+ [x: `int104[${string}]`]: undefined;
307
+ [x: `int112[${string}]`]: undefined;
308
+ [x: `int128[${string}]`]: undefined;
309
+ [x: `int136[${string}]`]: undefined;
310
+ [x: `int144[${string}]`]: undefined;
311
+ [x: `int152[${string}]`]: undefined;
312
+ [x: `int160[${string}]`]: undefined;
313
+ [x: `int168[${string}]`]: undefined;
314
+ [x: `int176[${string}]`]: undefined;
315
+ [x: `int184[${string}]`]: undefined;
316
+ [x: `int192[${string}]`]: undefined;
317
+ [x: `int200[${string}]`]: undefined;
318
+ [x: `int208[${string}]`]: undefined;
319
+ [x: `int216[${string}]`]: undefined;
320
+ [x: `int224[${string}]`]: undefined;
321
+ [x: `int232[${string}]`]: undefined;
322
+ [x: `int248[${string}]`]: undefined;
323
+ [x: `int256[${string}]`]: undefined;
324
+ [x: `uint[${string}]`]: undefined;
325
+ [x: `uint16[${string}]`]: undefined;
326
+ [x: `uint40[${string}]`]: undefined;
327
+ [x: `uint120[${string}]`]: undefined;
328
+ [x: `uint240[${string}]`]: undefined;
329
+ [x: `uint24[${string}]`]: undefined;
330
+ [x: `uint56[${string}]`]: undefined;
331
+ [x: `uint64[${string}]`]: undefined;
332
+ [x: `uint72[${string}]`]: undefined;
333
+ [x: `uint80[${string}]`]: undefined;
334
+ [x: `uint88[${string}]`]: undefined;
335
+ [x: `uint96[${string}]`]: undefined;
336
+ [x: `uint104[${string}]`]: undefined;
337
+ [x: `uint128[${string}]`]: undefined;
338
+ [x: `uint136[${string}]`]: undefined;
339
+ [x: `uint144[${string}]`]: undefined;
340
+ [x: `uint152[${string}]`]: undefined;
341
+ [x: `uint160[${string}]`]: undefined;
342
+ [x: `uint168[${string}]`]: undefined;
343
+ [x: `uint176[${string}]`]: undefined;
344
+ [x: `uint184[${string}]`]: undefined;
345
+ [x: `uint200[${string}]`]: undefined;
346
+ [x: `uint208[${string}]`]: undefined;
347
+ [x: `uint216[${string}]`]: undefined;
348
+ [x: `uint224[${string}]`]: undefined;
349
+ [x: `uint232[${string}]`]: undefined;
350
+ [x: `uint248[${string}]`]: undefined;
351
+ string?: undefined;
352
+ address?: undefined;
353
+ uint32?: undefined;
354
+ bytes?: undefined;
355
+ uint256?: undefined;
356
+ uint48?: undefined;
357
+ bool?: undefined;
358
+ bytes32?: undefined;
359
+ uint112?: undefined;
360
+ uint192?: undefined;
361
+ bytes4?: undefined;
362
+ uint8?: undefined;
363
+ bytes1?: undefined;
364
+ bytes11?: undefined;
365
+ bytes2?: undefined;
366
+ bytes6?: undefined;
367
+ bytes3?: undefined;
368
+ bytes5?: undefined;
369
+ bytes7?: undefined;
370
+ bytes8?: undefined;
371
+ bytes9?: undefined;
372
+ bytes10?: undefined;
373
+ bytes18?: undefined;
374
+ bytes12?: undefined;
375
+ bytes14?: undefined;
376
+ bytes16?: undefined;
377
+ bytes20?: undefined;
378
+ bytes25?: undefined;
379
+ bytes30?: undefined;
380
+ bytes31?: undefined;
381
+ bytes29?: undefined;
382
+ bytes28?: undefined;
383
+ bytes27?: undefined;
384
+ bytes26?: undefined;
385
+ bytes24?: undefined;
386
+ bytes23?: undefined;
387
+ bytes22?: undefined;
388
+ bytes21?: undefined;
389
+ bytes19?: undefined;
390
+ bytes17?: undefined;
391
+ bytes15?: undefined;
392
+ bytes13?: undefined;
393
+ int8?: undefined;
394
+ int16?: undefined;
395
+ int40?: undefined;
396
+ int120?: undefined;
397
+ int240?: undefined;
398
+ int32?: undefined;
399
+ int24?: undefined;
400
+ int48?: undefined;
401
+ int56?: undefined;
402
+ int64?: undefined;
403
+ int72?: undefined;
404
+ int80?: undefined;
405
+ int88?: undefined;
406
+ int96?: undefined;
407
+ int104?: undefined;
408
+ int112?: undefined;
409
+ int128?: undefined;
410
+ int136?: undefined;
411
+ int144?: undefined;
412
+ int152?: undefined;
413
+ int160?: undefined;
414
+ int168?: undefined;
415
+ int176?: undefined;
416
+ int184?: undefined;
417
+ int192?: undefined;
418
+ int200?: undefined;
419
+ int208?: undefined;
420
+ int216?: undefined;
421
+ int224?: undefined;
422
+ int232?: undefined;
423
+ int248?: undefined;
424
+ int256?: undefined;
425
+ uint16?: undefined;
426
+ uint40?: undefined;
427
+ uint120?: undefined;
428
+ uint240?: undefined;
429
+ uint24?: undefined;
430
+ uint56?: undefined;
431
+ uint64?: undefined;
432
+ uint72?: undefined;
433
+ uint80?: undefined;
434
+ uint88?: undefined;
435
+ uint96?: undefined;
436
+ uint104?: undefined;
437
+ uint128?: undefined;
438
+ uint136?: undefined;
439
+ uint144?: undefined;
440
+ uint152?: undefined;
441
+ uint160?: undefined;
442
+ uint168?: undefined;
443
+ uint176?: undefined;
444
+ uint184?: undefined;
445
+ uint200?: undefined;
446
+ uint208?: undefined;
447
+ uint216?: undefined;
448
+ uint224?: undefined;
449
+ uint232?: undefined;
450
+ uint248?: undefined;
451
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
452
+ publicKey: `0x${string}`;
453
+ source: "privateKey";
454
+ type: "local";
455
+ }[], string[]>, z.ZodEffects<z.ZodString, {
456
+ address: `0x${string}`;
457
+ nonceManager?: import("viem").NonceManager | undefined;
458
+ sign: (parameters: {
459
+ hash: `0x${string}`;
460
+ }) => Promise<`0x${string}`>;
461
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
462
+ signMessage: ({ message }: {
463
+ message: import("viem").SignableMessage;
464
+ }) => Promise<`0x${string}`>;
465
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
466
+ serializer?: serializer | undefined;
467
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
468
+ signTypedData: <const typedData extends Record<string, unknown> | {
469
+ [x: string]: readonly import("viem").TypedDataParameter[];
470
+ [x: `string[${string}]`]: undefined;
471
+ [x: `function[${string}]`]: undefined;
472
+ [x: `address[${string}]`]: undefined;
473
+ [x: `uint32[${string}]`]: undefined;
474
+ [x: `bytes[${string}]`]: undefined;
475
+ [x: `uint256[${string}]`]: undefined;
476
+ [x: `uint48[${string}]`]: undefined;
477
+ [x: `bool[${string}]`]: undefined;
478
+ [x: `bytes32[${string}]`]: undefined;
479
+ [x: `uint112[${string}]`]: undefined;
480
+ [x: `uint192[${string}]`]: undefined;
481
+ [x: `bytes4[${string}]`]: undefined;
482
+ [x: `uint8[${string}]`]: undefined;
483
+ [x: `bytes1[${string}]`]: undefined;
484
+ [x: `bytes11[${string}]`]: undefined;
485
+ [x: `bytes2[${string}]`]: undefined;
486
+ [x: `bytes6[${string}]`]: undefined;
487
+ [x: `bytes3[${string}]`]: undefined;
488
+ [x: `bytes5[${string}]`]: undefined;
489
+ [x: `bytes7[${string}]`]: undefined;
490
+ [x: `bytes8[${string}]`]: undefined;
491
+ [x: `bytes9[${string}]`]: undefined;
492
+ [x: `bytes10[${string}]`]: undefined;
493
+ [x: `bytes18[${string}]`]: undefined;
494
+ [x: `bytes12[${string}]`]: undefined;
495
+ [x: `bytes14[${string}]`]: undefined;
496
+ [x: `bytes16[${string}]`]: undefined;
497
+ [x: `bytes20[${string}]`]: undefined;
498
+ [x: `bytes25[${string}]`]: undefined;
499
+ [x: `bytes30[${string}]`]: undefined;
500
+ [x: `bytes31[${string}]`]: undefined;
501
+ [x: `bytes29[${string}]`]: undefined;
502
+ [x: `bytes28[${string}]`]: undefined;
503
+ [x: `bytes27[${string}]`]: undefined;
504
+ [x: `bytes26[${string}]`]: undefined;
505
+ [x: `bytes24[${string}]`]: undefined;
506
+ [x: `bytes23[${string}]`]: undefined;
507
+ [x: `bytes22[${string}]`]: undefined;
508
+ [x: `bytes21[${string}]`]: undefined;
509
+ [x: `bytes19[${string}]`]: undefined;
510
+ [x: `bytes17[${string}]`]: undefined;
511
+ [x: `bytes15[${string}]`]: undefined;
512
+ [x: `bytes13[${string}]`]: undefined;
513
+ [x: `int[${string}]`]: undefined;
514
+ [x: `int8[${string}]`]: undefined;
515
+ [x: `int16[${string}]`]: undefined;
516
+ [x: `int40[${string}]`]: undefined;
517
+ [x: `int120[${string}]`]: undefined;
518
+ [x: `int240[${string}]`]: undefined;
519
+ [x: `int32[${string}]`]: undefined;
520
+ [x: `int24[${string}]`]: undefined;
521
+ [x: `int48[${string}]`]: undefined;
522
+ [x: `int56[${string}]`]: undefined;
523
+ [x: `int64[${string}]`]: undefined;
524
+ [x: `int72[${string}]`]: undefined;
525
+ [x: `int80[${string}]`]: undefined;
526
+ [x: `int88[${string}]`]: undefined;
527
+ [x: `int96[${string}]`]: undefined;
528
+ [x: `int104[${string}]`]: undefined;
529
+ [x: `int112[${string}]`]: undefined;
530
+ [x: `int128[${string}]`]: undefined;
531
+ [x: `int136[${string}]`]: undefined;
532
+ [x: `int144[${string}]`]: undefined;
533
+ [x: `int152[${string}]`]: undefined;
534
+ [x: `int160[${string}]`]: undefined;
535
+ [x: `int168[${string}]`]: undefined;
536
+ [x: `int176[${string}]`]: undefined;
537
+ [x: `int184[${string}]`]: undefined;
538
+ [x: `int192[${string}]`]: undefined;
539
+ [x: `int200[${string}]`]: undefined;
540
+ [x: `int208[${string}]`]: undefined;
541
+ [x: `int216[${string}]`]: undefined;
542
+ [x: `int224[${string}]`]: undefined;
543
+ [x: `int232[${string}]`]: undefined;
544
+ [x: `int248[${string}]`]: undefined;
545
+ [x: `int256[${string}]`]: undefined;
546
+ [x: `uint[${string}]`]: undefined;
547
+ [x: `uint16[${string}]`]: undefined;
548
+ [x: `uint40[${string}]`]: undefined;
549
+ [x: `uint120[${string}]`]: undefined;
550
+ [x: `uint240[${string}]`]: undefined;
551
+ [x: `uint24[${string}]`]: undefined;
552
+ [x: `uint56[${string}]`]: undefined;
553
+ [x: `uint64[${string}]`]: undefined;
554
+ [x: `uint72[${string}]`]: undefined;
555
+ [x: `uint80[${string}]`]: undefined;
556
+ [x: `uint88[${string}]`]: undefined;
557
+ [x: `uint96[${string}]`]: undefined;
558
+ [x: `uint104[${string}]`]: undefined;
559
+ [x: `uint128[${string}]`]: undefined;
560
+ [x: `uint136[${string}]`]: undefined;
561
+ [x: `uint144[${string}]`]: undefined;
562
+ [x: `uint152[${string}]`]: undefined;
563
+ [x: `uint160[${string}]`]: undefined;
564
+ [x: `uint168[${string}]`]: undefined;
565
+ [x: `uint176[${string}]`]: undefined;
566
+ [x: `uint184[${string}]`]: undefined;
567
+ [x: `uint200[${string}]`]: undefined;
568
+ [x: `uint208[${string}]`]: undefined;
569
+ [x: `uint216[${string}]`]: undefined;
570
+ [x: `uint224[${string}]`]: undefined;
571
+ [x: `uint232[${string}]`]: undefined;
572
+ [x: `uint248[${string}]`]: undefined;
573
+ string?: undefined;
574
+ address?: undefined;
575
+ uint32?: undefined;
576
+ bytes?: undefined;
577
+ uint256?: undefined;
578
+ uint48?: undefined;
579
+ bool?: undefined;
580
+ bytes32?: undefined;
581
+ uint112?: undefined;
582
+ uint192?: undefined;
583
+ bytes4?: undefined;
584
+ uint8?: undefined;
585
+ bytes1?: undefined;
586
+ bytes11?: undefined;
587
+ bytes2?: undefined;
588
+ bytes6?: undefined;
589
+ bytes3?: undefined;
590
+ bytes5?: undefined;
591
+ bytes7?: undefined;
592
+ bytes8?: undefined;
593
+ bytes9?: undefined;
594
+ bytes10?: undefined;
595
+ bytes18?: undefined;
596
+ bytes12?: undefined;
597
+ bytes14?: undefined;
598
+ bytes16?: undefined;
599
+ bytes20?: undefined;
600
+ bytes25?: undefined;
601
+ bytes30?: undefined;
602
+ bytes31?: undefined;
603
+ bytes29?: undefined;
604
+ bytes28?: undefined;
605
+ bytes27?: undefined;
606
+ bytes26?: undefined;
607
+ bytes24?: undefined;
608
+ bytes23?: undefined;
609
+ bytes22?: undefined;
610
+ bytes21?: undefined;
611
+ bytes19?: undefined;
612
+ bytes17?: undefined;
613
+ bytes15?: undefined;
614
+ bytes13?: undefined;
615
+ int8?: undefined;
616
+ int16?: undefined;
617
+ int40?: undefined;
618
+ int120?: undefined;
619
+ int240?: undefined;
620
+ int32?: undefined;
621
+ int24?: undefined;
622
+ int48?: undefined;
623
+ int56?: undefined;
624
+ int64?: undefined;
625
+ int72?: undefined;
626
+ int80?: undefined;
627
+ int88?: undefined;
628
+ int96?: undefined;
629
+ int104?: undefined;
630
+ int112?: undefined;
631
+ int128?: undefined;
632
+ int136?: undefined;
633
+ int144?: undefined;
634
+ int152?: undefined;
635
+ int160?: undefined;
636
+ int168?: undefined;
637
+ int176?: undefined;
638
+ int184?: undefined;
639
+ int192?: undefined;
640
+ int200?: undefined;
641
+ int208?: undefined;
642
+ int216?: undefined;
643
+ int224?: undefined;
644
+ int232?: undefined;
645
+ int248?: undefined;
646
+ int256?: undefined;
647
+ uint16?: undefined;
648
+ uint40?: undefined;
649
+ uint120?: undefined;
650
+ uint240?: undefined;
651
+ uint24?: undefined;
652
+ uint56?: undefined;
653
+ uint64?: undefined;
654
+ uint72?: undefined;
655
+ uint80?: undefined;
656
+ uint88?: undefined;
657
+ uint96?: undefined;
658
+ uint104?: undefined;
659
+ uint128?: undefined;
660
+ uint136?: undefined;
661
+ uint144?: undefined;
662
+ uint152?: undefined;
663
+ uint160?: undefined;
664
+ uint168?: undefined;
665
+ uint176?: undefined;
666
+ uint184?: undefined;
667
+ uint200?: undefined;
668
+ uint208?: undefined;
669
+ uint216?: undefined;
670
+ uint224?: undefined;
671
+ uint232?: undefined;
672
+ uint248?: undefined;
673
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
674
+ publicKey: `0x${string}`;
675
+ source: "privateKey";
676
+ type: "local";
677
+ }[], string>]>;
9
678
  "max-executors": z.ZodOptional<z.ZodNumber>;
10
679
  "min-executor-balance": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
11
680
  "executor-refill-interval": z.ZodNumber;
@@ -21,14 +690,244 @@ export declare const bundlerArgsSchema: z.ZodObject<{
21
690
  standard: bigint;
22
691
  fast: bigint;
23
692
  }, string>;
693
+ "gas-price-refresh-interval": z.ZodNumber;
24
694
  "mempool-max-parallel-ops": z.ZodDefault<z.ZodNumber>;
25
695
  "mempool-max-queued-ops": z.ZodDefault<z.ZodNumber>;
26
696
  "enforce-unique-senders-per-bundle": z.ZodDefault<z.ZodBoolean>;
27
697
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
698
+ "rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
699
+ "refilling-wallets": z.ZodDefault<z.ZodBoolean>;
700
+ "aa95-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
701
+ "enable-instant-bundling-endpoint": z.ZodBoolean;
28
702
  }, "strip", z.ZodTypeAny, {
29
703
  entrypoints: `0x${string}`[];
704
+ "no-profit-bundling": boolean;
30
705
  "safe-mode": boolean;
31
- "executor-private-keys": import("viem").PrivateKeyAccount[];
706
+ "utility-wallet-monitor": boolean;
707
+ "utility-wallet-monitor-interval": number;
708
+ "executor-private-keys": {
709
+ address: `0x${string}`;
710
+ nonceManager?: import("viem").NonceManager | undefined;
711
+ sign: (parameters: {
712
+ hash: `0x${string}`;
713
+ }) => Promise<`0x${string}`>;
714
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
715
+ signMessage: ({ message }: {
716
+ message: import("viem").SignableMessage;
717
+ }) => Promise<`0x${string}`>;
718
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
719
+ serializer?: serializer | undefined;
720
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
721
+ signTypedData: <const typedData extends Record<string, unknown> | {
722
+ [x: string]: readonly import("viem").TypedDataParameter[];
723
+ [x: `string[${string}]`]: undefined;
724
+ [x: `function[${string}]`]: undefined;
725
+ [x: `address[${string}]`]: undefined;
726
+ [x: `uint32[${string}]`]: undefined;
727
+ [x: `bytes[${string}]`]: undefined;
728
+ [x: `uint256[${string}]`]: undefined;
729
+ [x: `uint48[${string}]`]: undefined;
730
+ [x: `bool[${string}]`]: undefined;
731
+ [x: `bytes32[${string}]`]: undefined;
732
+ [x: `uint112[${string}]`]: undefined;
733
+ [x: `uint192[${string}]`]: undefined;
734
+ [x: `bytes4[${string}]`]: undefined;
735
+ [x: `uint8[${string}]`]: undefined;
736
+ [x: `bytes1[${string}]`]: undefined;
737
+ [x: `bytes11[${string}]`]: undefined;
738
+ [x: `bytes2[${string}]`]: undefined;
739
+ [x: `bytes6[${string}]`]: undefined;
740
+ [x: `bytes3[${string}]`]: undefined;
741
+ [x: `bytes5[${string}]`]: undefined;
742
+ [x: `bytes7[${string}]`]: undefined;
743
+ [x: `bytes8[${string}]`]: undefined;
744
+ [x: `bytes9[${string}]`]: undefined;
745
+ [x: `bytes10[${string}]`]: undefined;
746
+ [x: `bytes18[${string}]`]: undefined;
747
+ [x: `bytes12[${string}]`]: undefined;
748
+ [x: `bytes14[${string}]`]: undefined;
749
+ [x: `bytes16[${string}]`]: undefined;
750
+ [x: `bytes20[${string}]`]: undefined;
751
+ [x: `bytes25[${string}]`]: undefined;
752
+ [x: `bytes30[${string}]`]: undefined;
753
+ [x: `bytes31[${string}]`]: undefined;
754
+ [x: `bytes29[${string}]`]: undefined;
755
+ [x: `bytes28[${string}]`]: undefined;
756
+ [x: `bytes27[${string}]`]: undefined;
757
+ [x: `bytes26[${string}]`]: undefined;
758
+ [x: `bytes24[${string}]`]: undefined;
759
+ [x: `bytes23[${string}]`]: undefined;
760
+ [x: `bytes22[${string}]`]: undefined;
761
+ [x: `bytes21[${string}]`]: undefined;
762
+ [x: `bytes19[${string}]`]: undefined;
763
+ [x: `bytes17[${string}]`]: undefined;
764
+ [x: `bytes15[${string}]`]: undefined;
765
+ [x: `bytes13[${string}]`]: undefined;
766
+ [x: `int[${string}]`]: undefined;
767
+ [x: `int8[${string}]`]: undefined;
768
+ [x: `int16[${string}]`]: undefined;
769
+ [x: `int40[${string}]`]: undefined;
770
+ [x: `int120[${string}]`]: undefined;
771
+ [x: `int240[${string}]`]: undefined;
772
+ [x: `int32[${string}]`]: undefined;
773
+ [x: `int24[${string}]`]: undefined;
774
+ [x: `int48[${string}]`]: undefined;
775
+ [x: `int56[${string}]`]: undefined;
776
+ [x: `int64[${string}]`]: undefined;
777
+ [x: `int72[${string}]`]: undefined;
778
+ [x: `int80[${string}]`]: undefined;
779
+ [x: `int88[${string}]`]: undefined;
780
+ [x: `int96[${string}]`]: undefined;
781
+ [x: `int104[${string}]`]: undefined;
782
+ [x: `int112[${string}]`]: undefined;
783
+ [x: `int128[${string}]`]: undefined;
784
+ [x: `int136[${string}]`]: undefined;
785
+ [x: `int144[${string}]`]: undefined;
786
+ [x: `int152[${string}]`]: undefined;
787
+ [x: `int160[${string}]`]: undefined;
788
+ [x: `int168[${string}]`]: undefined;
789
+ [x: `int176[${string}]`]: undefined;
790
+ [x: `int184[${string}]`]: undefined;
791
+ [x: `int192[${string}]`]: undefined;
792
+ [x: `int200[${string}]`]: undefined;
793
+ [x: `int208[${string}]`]: undefined;
794
+ [x: `int216[${string}]`]: undefined;
795
+ [x: `int224[${string}]`]: undefined;
796
+ [x: `int232[${string}]`]: undefined;
797
+ [x: `int248[${string}]`]: undefined;
798
+ [x: `int256[${string}]`]: undefined;
799
+ [x: `uint[${string}]`]: undefined;
800
+ [x: `uint16[${string}]`]: undefined;
801
+ [x: `uint40[${string}]`]: undefined;
802
+ [x: `uint120[${string}]`]: undefined;
803
+ [x: `uint240[${string}]`]: undefined;
804
+ [x: `uint24[${string}]`]: undefined;
805
+ [x: `uint56[${string}]`]: undefined;
806
+ [x: `uint64[${string}]`]: undefined;
807
+ [x: `uint72[${string}]`]: undefined;
808
+ [x: `uint80[${string}]`]: undefined;
809
+ [x: `uint88[${string}]`]: undefined;
810
+ [x: `uint96[${string}]`]: undefined;
811
+ [x: `uint104[${string}]`]: undefined;
812
+ [x: `uint128[${string}]`]: undefined;
813
+ [x: `uint136[${string}]`]: undefined;
814
+ [x: `uint144[${string}]`]: undefined;
815
+ [x: `uint152[${string}]`]: undefined;
816
+ [x: `uint160[${string}]`]: undefined;
817
+ [x: `uint168[${string}]`]: undefined;
818
+ [x: `uint176[${string}]`]: undefined;
819
+ [x: `uint184[${string}]`]: undefined;
820
+ [x: `uint200[${string}]`]: undefined;
821
+ [x: `uint208[${string}]`]: undefined;
822
+ [x: `uint216[${string}]`]: undefined;
823
+ [x: `uint224[${string}]`]: undefined;
824
+ [x: `uint232[${string}]`]: undefined;
825
+ [x: `uint248[${string}]`]: undefined;
826
+ string?: undefined;
827
+ address?: undefined;
828
+ uint32?: undefined;
829
+ bytes?: undefined;
830
+ uint256?: undefined;
831
+ uint48?: undefined;
832
+ bool?: undefined;
833
+ bytes32?: undefined;
834
+ uint112?: undefined;
835
+ uint192?: undefined;
836
+ bytes4?: undefined;
837
+ uint8?: undefined;
838
+ bytes1?: undefined;
839
+ bytes11?: undefined;
840
+ bytes2?: undefined;
841
+ bytes6?: undefined;
842
+ bytes3?: undefined;
843
+ bytes5?: undefined;
844
+ bytes7?: undefined;
845
+ bytes8?: undefined;
846
+ bytes9?: undefined;
847
+ bytes10?: undefined;
848
+ bytes18?: undefined;
849
+ bytes12?: undefined;
850
+ bytes14?: undefined;
851
+ bytes16?: undefined;
852
+ bytes20?: undefined;
853
+ bytes25?: undefined;
854
+ bytes30?: undefined;
855
+ bytes31?: undefined;
856
+ bytes29?: undefined;
857
+ bytes28?: undefined;
858
+ bytes27?: undefined;
859
+ bytes26?: undefined;
860
+ bytes24?: undefined;
861
+ bytes23?: undefined;
862
+ bytes22?: undefined;
863
+ bytes21?: undefined;
864
+ bytes19?: undefined;
865
+ bytes17?: undefined;
866
+ bytes15?: undefined;
867
+ bytes13?: undefined;
868
+ int8?: undefined;
869
+ int16?: undefined;
870
+ int40?: undefined;
871
+ int120?: undefined;
872
+ int240?: undefined;
873
+ int32?: undefined;
874
+ int24?: undefined;
875
+ int48?: undefined;
876
+ int56?: undefined;
877
+ int64?: undefined;
878
+ int72?: undefined;
879
+ int80?: undefined;
880
+ int88?: undefined;
881
+ int96?: undefined;
882
+ int104?: undefined;
883
+ int112?: undefined;
884
+ int128?: undefined;
885
+ int136?: undefined;
886
+ int144?: undefined;
887
+ int152?: undefined;
888
+ int160?: undefined;
889
+ int168?: undefined;
890
+ int176?: undefined;
891
+ int184?: undefined;
892
+ int192?: undefined;
893
+ int200?: undefined;
894
+ int208?: undefined;
895
+ int216?: undefined;
896
+ int224?: undefined;
897
+ int232?: undefined;
898
+ int248?: undefined;
899
+ int256?: undefined;
900
+ uint16?: undefined;
901
+ uint40?: undefined;
902
+ uint120?: undefined;
903
+ uint240?: undefined;
904
+ uint24?: undefined;
905
+ uint56?: undefined;
906
+ uint64?: undefined;
907
+ uint72?: undefined;
908
+ uint80?: undefined;
909
+ uint88?: undefined;
910
+ uint96?: undefined;
911
+ uint104?: undefined;
912
+ uint128?: undefined;
913
+ uint136?: undefined;
914
+ uint144?: undefined;
915
+ uint152?: undefined;
916
+ uint160?: undefined;
917
+ uint168?: undefined;
918
+ uint176?: undefined;
919
+ uint184?: undefined;
920
+ uint200?: undefined;
921
+ uint208?: undefined;
922
+ uint216?: undefined;
923
+ uint224?: undefined;
924
+ uint232?: undefined;
925
+ uint248?: undefined;
926
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
927
+ publicKey: `0x${string}`;
928
+ source: "privateKey";
929
+ type: "local";
930
+ }[];
32
931
  "executor-refill-interval": number;
33
932
  "min-entity-stake": number;
34
933
  "min-entity-unstake-delay": number;
@@ -42,17 +941,247 @@ export declare const bundlerArgsSchema: z.ZodObject<{
42
941
  standard: bigint;
43
942
  fast: bigint;
44
943
  };
944
+ "gas-price-refresh-interval": number;
45
945
  "mempool-max-parallel-ops": number;
46
946
  "mempool-max-queued-ops": number;
47
947
  "enforce-unique-senders-per-bundle": boolean;
48
948
  "max-gas-per-bundle": bigint;
949
+ "rpc-methods": string[] | null;
950
+ "refilling-wallets": boolean;
951
+ "aa95-gas-multiplier": bigint;
952
+ "enable-instant-bundling-endpoint": boolean;
49
953
  "entrypoint-simulation-contract"?: `0x${string}` | undefined;
50
- "utility-private-key"?: import("viem").PrivateKeyAccount | undefined;
954
+ "utility-private-key"?: {
955
+ address: `0x${string}`;
956
+ nonceManager?: import("viem").NonceManager | undefined;
957
+ sign: (parameters: {
958
+ hash: `0x${string}`;
959
+ }) => Promise<`0x${string}`>;
960
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
961
+ signMessage: ({ message }: {
962
+ message: import("viem").SignableMessage;
963
+ }) => Promise<`0x${string}`>;
964
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
965
+ serializer?: serializer | undefined;
966
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
967
+ signTypedData: <const typedData extends Record<string, unknown> | {
968
+ [x: string]: readonly import("viem").TypedDataParameter[];
969
+ [x: `string[${string}]`]: undefined;
970
+ [x: `function[${string}]`]: undefined;
971
+ [x: `address[${string}]`]: undefined;
972
+ [x: `uint32[${string}]`]: undefined;
973
+ [x: `bytes[${string}]`]: undefined;
974
+ [x: `uint256[${string}]`]: undefined;
975
+ [x: `uint48[${string}]`]: undefined;
976
+ [x: `bool[${string}]`]: undefined;
977
+ [x: `bytes32[${string}]`]: undefined;
978
+ [x: `uint112[${string}]`]: undefined;
979
+ [x: `uint192[${string}]`]: undefined;
980
+ [x: `bytes4[${string}]`]: undefined;
981
+ [x: `uint8[${string}]`]: undefined;
982
+ [x: `bytes1[${string}]`]: undefined;
983
+ [x: `bytes11[${string}]`]: undefined;
984
+ [x: `bytes2[${string}]`]: undefined;
985
+ [x: `bytes6[${string}]`]: undefined;
986
+ [x: `bytes3[${string}]`]: undefined;
987
+ [x: `bytes5[${string}]`]: undefined;
988
+ [x: `bytes7[${string}]`]: undefined;
989
+ [x: `bytes8[${string}]`]: undefined;
990
+ [x: `bytes9[${string}]`]: undefined;
991
+ [x: `bytes10[${string}]`]: undefined;
992
+ [x: `bytes18[${string}]`]: undefined;
993
+ [x: `bytes12[${string}]`]: undefined;
994
+ [x: `bytes14[${string}]`]: undefined;
995
+ [x: `bytes16[${string}]`]: undefined;
996
+ [x: `bytes20[${string}]`]: undefined;
997
+ [x: `bytes25[${string}]`]: undefined;
998
+ [x: `bytes30[${string}]`]: undefined;
999
+ [x: `bytes31[${string}]`]: undefined;
1000
+ [x: `bytes29[${string}]`]: undefined;
1001
+ [x: `bytes28[${string}]`]: undefined;
1002
+ [x: `bytes27[${string}]`]: undefined;
1003
+ [x: `bytes26[${string}]`]: undefined;
1004
+ [x: `bytes24[${string}]`]: undefined;
1005
+ [x: `bytes23[${string}]`]: undefined;
1006
+ [x: `bytes22[${string}]`]: undefined;
1007
+ [x: `bytes21[${string}]`]: undefined;
1008
+ [x: `bytes19[${string}]`]: undefined;
1009
+ [x: `bytes17[${string}]`]: undefined;
1010
+ [x: `bytes15[${string}]`]: undefined;
1011
+ [x: `bytes13[${string}]`]: undefined;
1012
+ [x: `int[${string}]`]: undefined;
1013
+ [x: `int8[${string}]`]: undefined;
1014
+ [x: `int16[${string}]`]: undefined;
1015
+ [x: `int40[${string}]`]: undefined;
1016
+ [x: `int120[${string}]`]: undefined;
1017
+ [x: `int240[${string}]`]: undefined;
1018
+ [x: `int32[${string}]`]: undefined;
1019
+ [x: `int24[${string}]`]: undefined;
1020
+ [x: `int48[${string}]`]: undefined;
1021
+ [x: `int56[${string}]`]: undefined;
1022
+ [x: `int64[${string}]`]: undefined;
1023
+ [x: `int72[${string}]`]: undefined;
1024
+ [x: `int80[${string}]`]: undefined;
1025
+ [x: `int88[${string}]`]: undefined;
1026
+ [x: `int96[${string}]`]: undefined;
1027
+ [x: `int104[${string}]`]: undefined;
1028
+ [x: `int112[${string}]`]: undefined;
1029
+ [x: `int128[${string}]`]: undefined;
1030
+ [x: `int136[${string}]`]: undefined;
1031
+ [x: `int144[${string}]`]: undefined;
1032
+ [x: `int152[${string}]`]: undefined;
1033
+ [x: `int160[${string}]`]: undefined;
1034
+ [x: `int168[${string}]`]: undefined;
1035
+ [x: `int176[${string}]`]: undefined;
1036
+ [x: `int184[${string}]`]: undefined;
1037
+ [x: `int192[${string}]`]: undefined;
1038
+ [x: `int200[${string}]`]: undefined;
1039
+ [x: `int208[${string}]`]: undefined;
1040
+ [x: `int216[${string}]`]: undefined;
1041
+ [x: `int224[${string}]`]: undefined;
1042
+ [x: `int232[${string}]`]: undefined;
1043
+ [x: `int248[${string}]`]: undefined;
1044
+ [x: `int256[${string}]`]: undefined;
1045
+ [x: `uint[${string}]`]: undefined;
1046
+ [x: `uint16[${string}]`]: undefined;
1047
+ [x: `uint40[${string}]`]: undefined;
1048
+ [x: `uint120[${string}]`]: undefined;
1049
+ [x: `uint240[${string}]`]: undefined;
1050
+ [x: `uint24[${string}]`]: undefined;
1051
+ [x: `uint56[${string}]`]: undefined;
1052
+ [x: `uint64[${string}]`]: undefined;
1053
+ [x: `uint72[${string}]`]: undefined;
1054
+ [x: `uint80[${string}]`]: undefined;
1055
+ [x: `uint88[${string}]`]: undefined;
1056
+ [x: `uint96[${string}]`]: undefined;
1057
+ [x: `uint104[${string}]`]: undefined;
1058
+ [x: `uint128[${string}]`]: undefined;
1059
+ [x: `uint136[${string}]`]: undefined;
1060
+ [x: `uint144[${string}]`]: undefined;
1061
+ [x: `uint152[${string}]`]: undefined;
1062
+ [x: `uint160[${string}]`]: undefined;
1063
+ [x: `uint168[${string}]`]: undefined;
1064
+ [x: `uint176[${string}]`]: undefined;
1065
+ [x: `uint184[${string}]`]: undefined;
1066
+ [x: `uint200[${string}]`]: undefined;
1067
+ [x: `uint208[${string}]`]: undefined;
1068
+ [x: `uint216[${string}]`]: undefined;
1069
+ [x: `uint224[${string}]`]: undefined;
1070
+ [x: `uint232[${string}]`]: undefined;
1071
+ [x: `uint248[${string}]`]: undefined;
1072
+ string?: undefined;
1073
+ address?: undefined;
1074
+ uint32?: undefined;
1075
+ bytes?: undefined;
1076
+ uint256?: undefined;
1077
+ uint48?: undefined;
1078
+ bool?: undefined;
1079
+ bytes32?: undefined;
1080
+ uint112?: undefined;
1081
+ uint192?: undefined;
1082
+ bytes4?: undefined;
1083
+ uint8?: undefined;
1084
+ bytes1?: undefined;
1085
+ bytes11?: undefined;
1086
+ bytes2?: undefined;
1087
+ bytes6?: undefined;
1088
+ bytes3?: undefined;
1089
+ bytes5?: undefined;
1090
+ bytes7?: undefined;
1091
+ bytes8?: undefined;
1092
+ bytes9?: undefined;
1093
+ bytes10?: undefined;
1094
+ bytes18?: undefined;
1095
+ bytes12?: undefined;
1096
+ bytes14?: undefined;
1097
+ bytes16?: undefined;
1098
+ bytes20?: undefined;
1099
+ bytes25?: undefined;
1100
+ bytes30?: undefined;
1101
+ bytes31?: undefined;
1102
+ bytes29?: undefined;
1103
+ bytes28?: undefined;
1104
+ bytes27?: undefined;
1105
+ bytes26?: undefined;
1106
+ bytes24?: undefined;
1107
+ bytes23?: undefined;
1108
+ bytes22?: undefined;
1109
+ bytes21?: undefined;
1110
+ bytes19?: undefined;
1111
+ bytes17?: undefined;
1112
+ bytes15?: undefined;
1113
+ bytes13?: undefined;
1114
+ int8?: undefined;
1115
+ int16?: undefined;
1116
+ int40?: undefined;
1117
+ int120?: undefined;
1118
+ int240?: undefined;
1119
+ int32?: undefined;
1120
+ int24?: undefined;
1121
+ int48?: undefined;
1122
+ int56?: undefined;
1123
+ int64?: undefined;
1124
+ int72?: undefined;
1125
+ int80?: undefined;
1126
+ int88?: undefined;
1127
+ int96?: undefined;
1128
+ int104?: undefined;
1129
+ int112?: undefined;
1130
+ int128?: undefined;
1131
+ int136?: undefined;
1132
+ int144?: undefined;
1133
+ int152?: undefined;
1134
+ int160?: undefined;
1135
+ int168?: undefined;
1136
+ int176?: undefined;
1137
+ int184?: undefined;
1138
+ int192?: undefined;
1139
+ int200?: undefined;
1140
+ int208?: undefined;
1141
+ int216?: undefined;
1142
+ int224?: undefined;
1143
+ int232?: undefined;
1144
+ int248?: undefined;
1145
+ int256?: undefined;
1146
+ uint16?: undefined;
1147
+ uint40?: undefined;
1148
+ uint120?: undefined;
1149
+ uint240?: undefined;
1150
+ uint24?: undefined;
1151
+ uint56?: undefined;
1152
+ uint64?: undefined;
1153
+ uint72?: undefined;
1154
+ uint80?: undefined;
1155
+ uint88?: undefined;
1156
+ uint96?: undefined;
1157
+ uint104?: undefined;
1158
+ uint128?: undefined;
1159
+ uint136?: undefined;
1160
+ uint144?: undefined;
1161
+ uint152?: undefined;
1162
+ uint160?: undefined;
1163
+ uint168?: undefined;
1164
+ uint176?: undefined;
1165
+ uint184?: undefined;
1166
+ uint200?: undefined;
1167
+ uint208?: undefined;
1168
+ uint216?: undefined;
1169
+ uint224?: undefined;
1170
+ uint232?: undefined;
1171
+ uint248?: undefined;
1172
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1173
+ publicKey: `0x${string}`;
1174
+ source: "privateKey";
1175
+ type: "local";
1176
+ } | undefined;
51
1177
  "max-executors"?: number | undefined;
52
1178
  "min-executor-balance"?: bigint | undefined;
53
1179
  }, {
54
1180
  entrypoints: string;
1181
+ "no-profit-bundling": boolean;
55
1182
  "safe-mode": boolean;
1183
+ "utility-wallet-monitor": boolean;
1184
+ "utility-wallet-monitor-interval": number;
56
1185
  "executor-private-keys": (string | string[]) & (string | string[] | undefined);
57
1186
  "executor-refill-interval": number;
58
1187
  "min-entity-stake": number;
@@ -62,6 +1191,10 @@ export declare const bundlerArgsSchema: z.ZodObject<{
62
1191
  "gas-price-floor-percent": number;
63
1192
  "gas-price-expiry": number;
64
1193
  "gas-price-multipliers": string;
1194
+ "gas-price-refresh-interval": number;
1195
+ "rpc-methods": string | null;
1196
+ "aa95-gas-multiplier": string;
1197
+ "enable-instant-bundling-endpoint": boolean;
65
1198
  "entrypoint-simulation-contract"?: unknown;
66
1199
  "utility-private-key"?: string | undefined;
67
1200
  "max-executors"?: number | undefined;
@@ -71,9 +1204,10 @@ export declare const bundlerArgsSchema: z.ZodObject<{
71
1204
  "mempool-max-queued-ops"?: number | undefined;
72
1205
  "enforce-unique-senders-per-bundle"?: boolean | undefined;
73
1206
  "max-gas-per-bundle"?: string | undefined;
1207
+ "refilling-wallets"?: boolean | undefined;
74
1208
  }>;
75
1209
  export declare const compatibilityArgsSchema: z.ZodObject<{
76
- "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum"]>;
1210
+ "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera"]>;
77
1211
  "legacy-transactions": z.ZodBoolean;
78
1212
  "api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
79
1213
  "default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
@@ -83,7 +1217,7 @@ export declare const compatibilityArgsSchema: z.ZodObject<{
83
1217
  "paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
84
1218
  "fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
85
1219
  }, "strip", z.ZodTypeAny, {
86
- "chain-type": "default" | "op-stack" | "arbitrum";
1220
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
87
1221
  "legacy-transactions": boolean;
88
1222
  "api-version": ApiVersion[];
89
1223
  "default-api-version": "v1" | "v2";
@@ -93,7 +1227,7 @@ export declare const compatibilityArgsSchema: z.ZodObject<{
93
1227
  "paymaster-gas-limit-multiplier": bigint;
94
1228
  "fixed-gas-limit-for-estimation"?: bigint | undefined;
95
1229
  }, {
96
- "chain-type": "default" | "op-stack" | "arbitrum";
1230
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
97
1231
  "legacy-transactions": boolean;
98
1232
  "balance-override": boolean;
99
1233
  "local-gas-limit-calculation": boolean;
@@ -124,11 +1258,11 @@ export declare const rpcArgsSchema: z.ZodObject<{
124
1258
  "send-transaction-rpc-url": z.ZodOptional<z.ZodString>;
125
1259
  "polling-interval": z.ZodNumber;
126
1260
  "max-block-range": z.ZodOptional<z.ZodNumber>;
127
- "block-tag-support-disabled": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1261
+ "block-tag-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
128
1262
  }, "strip", z.ZodTypeAny, {
129
1263
  "rpc-url": string;
130
1264
  "polling-interval": number;
131
- "block-tag-support-disabled": boolean;
1265
+ "block-tag-support": boolean;
132
1266
  "send-transaction-rpc-url"?: string | undefined;
133
1267
  "max-block-range"?: number | undefined;
134
1268
  }, {
@@ -136,7 +1270,7 @@ export declare const rpcArgsSchema: z.ZodObject<{
136
1270
  "polling-interval": number;
137
1271
  "send-transaction-rpc-url"?: string | undefined;
138
1272
  "max-block-range"?: number | undefined;
139
- "block-tag-support-disabled"?: boolean | undefined;
1273
+ "block-tag-support"?: boolean | undefined;
140
1274
  }>;
141
1275
  export declare const bundleCopmressionArgsSchema: z.ZodObject<{
142
1276
  "bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
@@ -149,6 +1283,7 @@ export declare const bundleCopmressionArgsSchema: z.ZodObject<{
149
1283
  "per-op-inflator-address"?: string | undefined;
150
1284
  }>;
151
1285
  export declare const logArgsSchema: z.ZodObject<{
1286
+ "redis-queue-endpoint": z.ZodOptional<z.ZodString>;
152
1287
  json: z.ZodBoolean;
153
1288
  "network-name": z.ZodString;
154
1289
  "log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
@@ -163,6 +1298,7 @@ export declare const logArgsSchema: z.ZodObject<{
163
1298
  json: boolean;
164
1299
  "network-name": string;
165
1300
  "log-level": "error" | "info" | "debug" | "fatal" | "warn" | "trace";
1301
+ "redis-queue-endpoint"?: string | undefined;
166
1302
  "public-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
167
1303
  "wallet-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
168
1304
  "rpc-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
@@ -174,6 +1310,7 @@ export declare const logArgsSchema: z.ZodObject<{
174
1310
  json: boolean;
175
1311
  "network-name": string;
176
1312
  "log-level": "error" | "info" | "debug" | "fatal" | "warn" | "trace";
1313
+ "redis-queue-endpoint"?: string | undefined;
177
1314
  "public-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
178
1315
  "wallet-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
179
1316
  "rpc-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
@@ -231,11 +1368,12 @@ export declare const optionArgsSchema: z.ZodObject<{
231
1368
  "send-transaction-rpc-url": z.ZodOptional<z.ZodString>;
232
1369
  "polling-interval": z.ZodNumber;
233
1370
  "max-block-range": z.ZodOptional<z.ZodNumber>;
234
- "block-tag-support-disabled": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1371
+ "block-tag-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
235
1372
  port: z.ZodNumber;
236
1373
  timeout: z.ZodOptional<z.ZodNumber>;
237
1374
  websocket: z.ZodDefault<z.ZodBoolean>;
238
1375
  "websocket-max-payload-size": z.ZodDefault<z.ZodNumber>;
1376
+ "redis-queue-endpoint": z.ZodOptional<z.ZodString>;
239
1377
  json: z.ZodBoolean;
240
1378
  "network-name": z.ZodString;
241
1379
  "log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
@@ -246,7 +1384,7 @@ export declare const optionArgsSchema: z.ZodObject<{
246
1384
  "executor-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
247
1385
  "reputation-manager-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
248
1386
  "nonce-queuer-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
249
- "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum"]>;
1387
+ "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera"]>;
250
1388
  "legacy-transactions": z.ZodBoolean;
251
1389
  "api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
252
1390
  "default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
@@ -257,9 +1395,678 @@ export declare const optionArgsSchema: z.ZodObject<{
257
1395
  "fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
258
1396
  entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
259
1397
  "entrypoint-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1398
+ "no-profit-bundling": z.ZodBoolean;
260
1399
  "safe-mode": z.ZodBoolean;
261
- "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, import("viem").PrivateKeyAccount, string>>;
262
- "executor-private-keys": z.ZodUnion<[z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">, import("viem").PrivateKeyAccount[], string[]>, z.ZodEffects<z.ZodString, import("viem").PrivateKeyAccount[], string>]>;
1400
+ "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
1401
+ address: `0x${string}`;
1402
+ nonceManager?: import("viem").NonceManager | undefined;
1403
+ sign: (parameters: {
1404
+ hash: `0x${string}`;
1405
+ }) => Promise<`0x${string}`>;
1406
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1407
+ signMessage: ({ message }: {
1408
+ message: import("viem").SignableMessage;
1409
+ }) => Promise<`0x${string}`>;
1410
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
1411
+ serializer?: serializer | undefined;
1412
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
1413
+ signTypedData: <const typedData extends Record<string, unknown> | {
1414
+ [x: string]: readonly import("viem").TypedDataParameter[];
1415
+ [x: `string[${string}]`]: undefined;
1416
+ [x: `function[${string}]`]: undefined;
1417
+ [x: `address[${string}]`]: undefined;
1418
+ [x: `uint32[${string}]`]: undefined;
1419
+ [x: `bytes[${string}]`]: undefined;
1420
+ [x: `uint256[${string}]`]: undefined;
1421
+ [x: `uint48[${string}]`]: undefined;
1422
+ [x: `bool[${string}]`]: undefined;
1423
+ [x: `bytes32[${string}]`]: undefined;
1424
+ [x: `uint112[${string}]`]: undefined;
1425
+ [x: `uint192[${string}]`]: undefined;
1426
+ [x: `bytes4[${string}]`]: undefined;
1427
+ [x: `uint8[${string}]`]: undefined;
1428
+ [x: `bytes1[${string}]`]: undefined;
1429
+ [x: `bytes11[${string}]`]: undefined;
1430
+ [x: `bytes2[${string}]`]: undefined;
1431
+ [x: `bytes6[${string}]`]: undefined;
1432
+ [x: `bytes3[${string}]`]: undefined;
1433
+ [x: `bytes5[${string}]`]: undefined;
1434
+ [x: `bytes7[${string}]`]: undefined;
1435
+ [x: `bytes8[${string}]`]: undefined;
1436
+ [x: `bytes9[${string}]`]: undefined;
1437
+ [x: `bytes10[${string}]`]: undefined;
1438
+ [x: `bytes18[${string}]`]: undefined;
1439
+ [x: `bytes12[${string}]`]: undefined;
1440
+ [x: `bytes14[${string}]`]: undefined;
1441
+ [x: `bytes16[${string}]`]: undefined;
1442
+ [x: `bytes20[${string}]`]: undefined;
1443
+ [x: `bytes25[${string}]`]: undefined;
1444
+ [x: `bytes30[${string}]`]: undefined;
1445
+ [x: `bytes31[${string}]`]: undefined;
1446
+ [x: `bytes29[${string}]`]: undefined;
1447
+ [x: `bytes28[${string}]`]: undefined;
1448
+ [x: `bytes27[${string}]`]: undefined;
1449
+ [x: `bytes26[${string}]`]: undefined;
1450
+ [x: `bytes24[${string}]`]: undefined;
1451
+ [x: `bytes23[${string}]`]: undefined;
1452
+ [x: `bytes22[${string}]`]: undefined;
1453
+ [x: `bytes21[${string}]`]: undefined;
1454
+ [x: `bytes19[${string}]`]: undefined;
1455
+ [x: `bytes17[${string}]`]: undefined;
1456
+ [x: `bytes15[${string}]`]: undefined;
1457
+ [x: `bytes13[${string}]`]: undefined;
1458
+ [x: `int[${string}]`]: undefined;
1459
+ [x: `int8[${string}]`]: undefined;
1460
+ [x: `int16[${string}]`]: undefined;
1461
+ [x: `int40[${string}]`]: undefined;
1462
+ [x: `int120[${string}]`]: undefined;
1463
+ [x: `int240[${string}]`]: undefined;
1464
+ [x: `int32[${string}]`]: undefined;
1465
+ [x: `int24[${string}]`]: undefined;
1466
+ [x: `int48[${string}]`]: undefined;
1467
+ [x: `int56[${string}]`]: undefined;
1468
+ [x: `int64[${string}]`]: undefined;
1469
+ [x: `int72[${string}]`]: undefined;
1470
+ [x: `int80[${string}]`]: undefined;
1471
+ [x: `int88[${string}]`]: undefined;
1472
+ [x: `int96[${string}]`]: undefined;
1473
+ [x: `int104[${string}]`]: undefined;
1474
+ [x: `int112[${string}]`]: undefined;
1475
+ [x: `int128[${string}]`]: undefined;
1476
+ [x: `int136[${string}]`]: undefined;
1477
+ [x: `int144[${string}]`]: undefined;
1478
+ [x: `int152[${string}]`]: undefined;
1479
+ [x: `int160[${string}]`]: undefined;
1480
+ [x: `int168[${string}]`]: undefined;
1481
+ [x: `int176[${string}]`]: undefined;
1482
+ [x: `int184[${string}]`]: undefined;
1483
+ [x: `int192[${string}]`]: undefined;
1484
+ [x: `int200[${string}]`]: undefined;
1485
+ [x: `int208[${string}]`]: undefined;
1486
+ [x: `int216[${string}]`]: undefined;
1487
+ [x: `int224[${string}]`]: undefined;
1488
+ [x: `int232[${string}]`]: undefined;
1489
+ [x: `int248[${string}]`]: undefined;
1490
+ [x: `int256[${string}]`]: undefined;
1491
+ [x: `uint[${string}]`]: undefined;
1492
+ [x: `uint16[${string}]`]: undefined;
1493
+ [x: `uint40[${string}]`]: undefined;
1494
+ [x: `uint120[${string}]`]: undefined;
1495
+ [x: `uint240[${string}]`]: undefined;
1496
+ [x: `uint24[${string}]`]: undefined;
1497
+ [x: `uint56[${string}]`]: undefined;
1498
+ [x: `uint64[${string}]`]: undefined;
1499
+ [x: `uint72[${string}]`]: undefined;
1500
+ [x: `uint80[${string}]`]: undefined;
1501
+ [x: `uint88[${string}]`]: undefined;
1502
+ [x: `uint96[${string}]`]: undefined;
1503
+ [x: `uint104[${string}]`]: undefined;
1504
+ [x: `uint128[${string}]`]: undefined;
1505
+ [x: `uint136[${string}]`]: undefined;
1506
+ [x: `uint144[${string}]`]: undefined;
1507
+ [x: `uint152[${string}]`]: undefined;
1508
+ [x: `uint160[${string}]`]: undefined;
1509
+ [x: `uint168[${string}]`]: undefined;
1510
+ [x: `uint176[${string}]`]: undefined;
1511
+ [x: `uint184[${string}]`]: undefined;
1512
+ [x: `uint200[${string}]`]: undefined;
1513
+ [x: `uint208[${string}]`]: undefined;
1514
+ [x: `uint216[${string}]`]: undefined;
1515
+ [x: `uint224[${string}]`]: undefined;
1516
+ [x: `uint232[${string}]`]: undefined;
1517
+ [x: `uint248[${string}]`]: undefined;
1518
+ string?: undefined;
1519
+ address?: undefined;
1520
+ uint32?: undefined;
1521
+ bytes?: undefined;
1522
+ uint256?: undefined;
1523
+ uint48?: undefined;
1524
+ bool?: undefined;
1525
+ bytes32?: undefined;
1526
+ uint112?: undefined;
1527
+ uint192?: undefined;
1528
+ bytes4?: undefined;
1529
+ uint8?: undefined;
1530
+ bytes1?: undefined;
1531
+ bytes11?: undefined;
1532
+ bytes2?: undefined;
1533
+ bytes6?: undefined;
1534
+ bytes3?: undefined;
1535
+ bytes5?: undefined;
1536
+ bytes7?: undefined;
1537
+ bytes8?: undefined;
1538
+ bytes9?: undefined;
1539
+ bytes10?: undefined;
1540
+ bytes18?: undefined;
1541
+ bytes12?: undefined;
1542
+ bytes14?: undefined;
1543
+ bytes16?: undefined;
1544
+ bytes20?: undefined;
1545
+ bytes25?: undefined;
1546
+ bytes30?: undefined;
1547
+ bytes31?: undefined;
1548
+ bytes29?: undefined;
1549
+ bytes28?: undefined;
1550
+ bytes27?: undefined;
1551
+ bytes26?: undefined;
1552
+ bytes24?: undefined;
1553
+ bytes23?: undefined;
1554
+ bytes22?: undefined;
1555
+ bytes21?: undefined;
1556
+ bytes19?: undefined;
1557
+ bytes17?: undefined;
1558
+ bytes15?: undefined;
1559
+ bytes13?: undefined;
1560
+ int8?: undefined;
1561
+ int16?: undefined;
1562
+ int40?: undefined;
1563
+ int120?: undefined;
1564
+ int240?: undefined;
1565
+ int32?: undefined;
1566
+ int24?: undefined;
1567
+ int48?: undefined;
1568
+ int56?: undefined;
1569
+ int64?: undefined;
1570
+ int72?: undefined;
1571
+ int80?: undefined;
1572
+ int88?: undefined;
1573
+ int96?: undefined;
1574
+ int104?: undefined;
1575
+ int112?: undefined;
1576
+ int128?: undefined;
1577
+ int136?: undefined;
1578
+ int144?: undefined;
1579
+ int152?: undefined;
1580
+ int160?: undefined;
1581
+ int168?: undefined;
1582
+ int176?: undefined;
1583
+ int184?: undefined;
1584
+ int192?: undefined;
1585
+ int200?: undefined;
1586
+ int208?: undefined;
1587
+ int216?: undefined;
1588
+ int224?: undefined;
1589
+ int232?: undefined;
1590
+ int248?: undefined;
1591
+ int256?: undefined;
1592
+ uint16?: undefined;
1593
+ uint40?: undefined;
1594
+ uint120?: undefined;
1595
+ uint240?: undefined;
1596
+ uint24?: undefined;
1597
+ uint56?: undefined;
1598
+ uint64?: undefined;
1599
+ uint72?: undefined;
1600
+ uint80?: undefined;
1601
+ uint88?: undefined;
1602
+ uint96?: undefined;
1603
+ uint104?: undefined;
1604
+ uint128?: undefined;
1605
+ uint136?: undefined;
1606
+ uint144?: undefined;
1607
+ uint152?: undefined;
1608
+ uint160?: undefined;
1609
+ uint168?: undefined;
1610
+ uint176?: undefined;
1611
+ uint184?: undefined;
1612
+ uint200?: undefined;
1613
+ uint208?: undefined;
1614
+ uint216?: undefined;
1615
+ uint224?: undefined;
1616
+ uint232?: undefined;
1617
+ uint248?: undefined;
1618
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1619
+ publicKey: `0x${string}`;
1620
+ source: "privateKey";
1621
+ type: "local";
1622
+ }, string>>;
1623
+ "utility-wallet-monitor": z.ZodBoolean;
1624
+ "utility-wallet-monitor-interval": z.ZodNumber;
1625
+ "executor-private-keys": z.ZodUnion<[z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">, {
1626
+ address: `0x${string}`;
1627
+ nonceManager?: import("viem").NonceManager | undefined;
1628
+ sign: (parameters: {
1629
+ hash: `0x${string}`;
1630
+ }) => Promise<`0x${string}`>;
1631
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1632
+ signMessage: ({ message }: {
1633
+ message: import("viem").SignableMessage;
1634
+ }) => Promise<`0x${string}`>;
1635
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
1636
+ serializer?: serializer | undefined;
1637
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
1638
+ signTypedData: <const typedData extends Record<string, unknown> | {
1639
+ [x: string]: readonly import("viem").TypedDataParameter[];
1640
+ [x: `string[${string}]`]: undefined;
1641
+ [x: `function[${string}]`]: undefined;
1642
+ [x: `address[${string}]`]: undefined;
1643
+ [x: `uint32[${string}]`]: undefined;
1644
+ [x: `bytes[${string}]`]: undefined;
1645
+ [x: `uint256[${string}]`]: undefined;
1646
+ [x: `uint48[${string}]`]: undefined;
1647
+ [x: `bool[${string}]`]: undefined;
1648
+ [x: `bytes32[${string}]`]: undefined;
1649
+ [x: `uint112[${string}]`]: undefined;
1650
+ [x: `uint192[${string}]`]: undefined;
1651
+ [x: `bytes4[${string}]`]: undefined;
1652
+ [x: `uint8[${string}]`]: undefined;
1653
+ [x: `bytes1[${string}]`]: undefined;
1654
+ [x: `bytes11[${string}]`]: undefined;
1655
+ [x: `bytes2[${string}]`]: undefined;
1656
+ [x: `bytes6[${string}]`]: undefined;
1657
+ [x: `bytes3[${string}]`]: undefined;
1658
+ [x: `bytes5[${string}]`]: undefined;
1659
+ [x: `bytes7[${string}]`]: undefined;
1660
+ [x: `bytes8[${string}]`]: undefined;
1661
+ [x: `bytes9[${string}]`]: undefined;
1662
+ [x: `bytes10[${string}]`]: undefined;
1663
+ [x: `bytes18[${string}]`]: undefined;
1664
+ [x: `bytes12[${string}]`]: undefined;
1665
+ [x: `bytes14[${string}]`]: undefined;
1666
+ [x: `bytes16[${string}]`]: undefined;
1667
+ [x: `bytes20[${string}]`]: undefined;
1668
+ [x: `bytes25[${string}]`]: undefined;
1669
+ [x: `bytes30[${string}]`]: undefined;
1670
+ [x: `bytes31[${string}]`]: undefined;
1671
+ [x: `bytes29[${string}]`]: undefined;
1672
+ [x: `bytes28[${string}]`]: undefined;
1673
+ [x: `bytes27[${string}]`]: undefined;
1674
+ [x: `bytes26[${string}]`]: undefined;
1675
+ [x: `bytes24[${string}]`]: undefined;
1676
+ [x: `bytes23[${string}]`]: undefined;
1677
+ [x: `bytes22[${string}]`]: undefined;
1678
+ [x: `bytes21[${string}]`]: undefined;
1679
+ [x: `bytes19[${string}]`]: undefined;
1680
+ [x: `bytes17[${string}]`]: undefined;
1681
+ [x: `bytes15[${string}]`]: undefined;
1682
+ [x: `bytes13[${string}]`]: undefined;
1683
+ [x: `int[${string}]`]: undefined;
1684
+ [x: `int8[${string}]`]: undefined;
1685
+ [x: `int16[${string}]`]: undefined;
1686
+ [x: `int40[${string}]`]: undefined;
1687
+ [x: `int120[${string}]`]: undefined;
1688
+ [x: `int240[${string}]`]: undefined;
1689
+ [x: `int32[${string}]`]: undefined;
1690
+ [x: `int24[${string}]`]: undefined;
1691
+ [x: `int48[${string}]`]: undefined;
1692
+ [x: `int56[${string}]`]: undefined;
1693
+ [x: `int64[${string}]`]: undefined;
1694
+ [x: `int72[${string}]`]: undefined;
1695
+ [x: `int80[${string}]`]: undefined;
1696
+ [x: `int88[${string}]`]: undefined;
1697
+ [x: `int96[${string}]`]: undefined;
1698
+ [x: `int104[${string}]`]: undefined;
1699
+ [x: `int112[${string}]`]: undefined;
1700
+ [x: `int128[${string}]`]: undefined;
1701
+ [x: `int136[${string}]`]: undefined;
1702
+ [x: `int144[${string}]`]: undefined;
1703
+ [x: `int152[${string}]`]: undefined;
1704
+ [x: `int160[${string}]`]: undefined;
1705
+ [x: `int168[${string}]`]: undefined;
1706
+ [x: `int176[${string}]`]: undefined;
1707
+ [x: `int184[${string}]`]: undefined;
1708
+ [x: `int192[${string}]`]: undefined;
1709
+ [x: `int200[${string}]`]: undefined;
1710
+ [x: `int208[${string}]`]: undefined;
1711
+ [x: `int216[${string}]`]: undefined;
1712
+ [x: `int224[${string}]`]: undefined;
1713
+ [x: `int232[${string}]`]: undefined;
1714
+ [x: `int248[${string}]`]: undefined;
1715
+ [x: `int256[${string}]`]: undefined;
1716
+ [x: `uint[${string}]`]: undefined;
1717
+ [x: `uint16[${string}]`]: undefined;
1718
+ [x: `uint40[${string}]`]: undefined;
1719
+ [x: `uint120[${string}]`]: undefined;
1720
+ [x: `uint240[${string}]`]: undefined;
1721
+ [x: `uint24[${string}]`]: undefined;
1722
+ [x: `uint56[${string}]`]: undefined;
1723
+ [x: `uint64[${string}]`]: undefined;
1724
+ [x: `uint72[${string}]`]: undefined;
1725
+ [x: `uint80[${string}]`]: undefined;
1726
+ [x: `uint88[${string}]`]: undefined;
1727
+ [x: `uint96[${string}]`]: undefined;
1728
+ [x: `uint104[${string}]`]: undefined;
1729
+ [x: `uint128[${string}]`]: undefined;
1730
+ [x: `uint136[${string}]`]: undefined;
1731
+ [x: `uint144[${string}]`]: undefined;
1732
+ [x: `uint152[${string}]`]: undefined;
1733
+ [x: `uint160[${string}]`]: undefined;
1734
+ [x: `uint168[${string}]`]: undefined;
1735
+ [x: `uint176[${string}]`]: undefined;
1736
+ [x: `uint184[${string}]`]: undefined;
1737
+ [x: `uint200[${string}]`]: undefined;
1738
+ [x: `uint208[${string}]`]: undefined;
1739
+ [x: `uint216[${string}]`]: undefined;
1740
+ [x: `uint224[${string}]`]: undefined;
1741
+ [x: `uint232[${string}]`]: undefined;
1742
+ [x: `uint248[${string}]`]: undefined;
1743
+ string?: undefined;
1744
+ address?: undefined;
1745
+ uint32?: undefined;
1746
+ bytes?: undefined;
1747
+ uint256?: undefined;
1748
+ uint48?: undefined;
1749
+ bool?: undefined;
1750
+ bytes32?: undefined;
1751
+ uint112?: undefined;
1752
+ uint192?: undefined;
1753
+ bytes4?: undefined;
1754
+ uint8?: undefined;
1755
+ bytes1?: undefined;
1756
+ bytes11?: undefined;
1757
+ bytes2?: undefined;
1758
+ bytes6?: undefined;
1759
+ bytes3?: undefined;
1760
+ bytes5?: undefined;
1761
+ bytes7?: undefined;
1762
+ bytes8?: undefined;
1763
+ bytes9?: undefined;
1764
+ bytes10?: undefined;
1765
+ bytes18?: undefined;
1766
+ bytes12?: undefined;
1767
+ bytes14?: undefined;
1768
+ bytes16?: undefined;
1769
+ bytes20?: undefined;
1770
+ bytes25?: undefined;
1771
+ bytes30?: undefined;
1772
+ bytes31?: undefined;
1773
+ bytes29?: undefined;
1774
+ bytes28?: undefined;
1775
+ bytes27?: undefined;
1776
+ bytes26?: undefined;
1777
+ bytes24?: undefined;
1778
+ bytes23?: undefined;
1779
+ bytes22?: undefined;
1780
+ bytes21?: undefined;
1781
+ bytes19?: undefined;
1782
+ bytes17?: undefined;
1783
+ bytes15?: undefined;
1784
+ bytes13?: undefined;
1785
+ int8?: undefined;
1786
+ int16?: undefined;
1787
+ int40?: undefined;
1788
+ int120?: undefined;
1789
+ int240?: undefined;
1790
+ int32?: undefined;
1791
+ int24?: undefined;
1792
+ int48?: undefined;
1793
+ int56?: undefined;
1794
+ int64?: undefined;
1795
+ int72?: undefined;
1796
+ int80?: undefined;
1797
+ int88?: undefined;
1798
+ int96?: undefined;
1799
+ int104?: undefined;
1800
+ int112?: undefined;
1801
+ int128?: undefined;
1802
+ int136?: undefined;
1803
+ int144?: undefined;
1804
+ int152?: undefined;
1805
+ int160?: undefined;
1806
+ int168?: undefined;
1807
+ int176?: undefined;
1808
+ int184?: undefined;
1809
+ int192?: undefined;
1810
+ int200?: undefined;
1811
+ int208?: undefined;
1812
+ int216?: undefined;
1813
+ int224?: undefined;
1814
+ int232?: undefined;
1815
+ int248?: undefined;
1816
+ int256?: undefined;
1817
+ uint16?: undefined;
1818
+ uint40?: undefined;
1819
+ uint120?: undefined;
1820
+ uint240?: undefined;
1821
+ uint24?: undefined;
1822
+ uint56?: undefined;
1823
+ uint64?: undefined;
1824
+ uint72?: undefined;
1825
+ uint80?: undefined;
1826
+ uint88?: undefined;
1827
+ uint96?: undefined;
1828
+ uint104?: undefined;
1829
+ uint128?: undefined;
1830
+ uint136?: undefined;
1831
+ uint144?: undefined;
1832
+ uint152?: undefined;
1833
+ uint160?: undefined;
1834
+ uint168?: undefined;
1835
+ uint176?: undefined;
1836
+ uint184?: undefined;
1837
+ uint200?: undefined;
1838
+ uint208?: undefined;
1839
+ uint216?: undefined;
1840
+ uint224?: undefined;
1841
+ uint232?: undefined;
1842
+ uint248?: undefined;
1843
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1844
+ publicKey: `0x${string}`;
1845
+ source: "privateKey";
1846
+ type: "local";
1847
+ }[], string[]>, z.ZodEffects<z.ZodString, {
1848
+ address: `0x${string}`;
1849
+ nonceManager?: import("viem").NonceManager | undefined;
1850
+ sign: (parameters: {
1851
+ hash: `0x${string}`;
1852
+ }) => Promise<`0x${string}`>;
1853
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1854
+ signMessage: ({ message }: {
1855
+ message: import("viem").SignableMessage;
1856
+ }) => Promise<`0x${string}`>;
1857
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
1858
+ serializer?: serializer | undefined;
1859
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
1860
+ signTypedData: <const typedData extends Record<string, unknown> | {
1861
+ [x: string]: readonly import("viem").TypedDataParameter[];
1862
+ [x: `string[${string}]`]: undefined;
1863
+ [x: `function[${string}]`]: undefined;
1864
+ [x: `address[${string}]`]: undefined;
1865
+ [x: `uint32[${string}]`]: undefined;
1866
+ [x: `bytes[${string}]`]: undefined;
1867
+ [x: `uint256[${string}]`]: undefined;
1868
+ [x: `uint48[${string}]`]: undefined;
1869
+ [x: `bool[${string}]`]: undefined;
1870
+ [x: `bytes32[${string}]`]: undefined;
1871
+ [x: `uint112[${string}]`]: undefined;
1872
+ [x: `uint192[${string}]`]: undefined;
1873
+ [x: `bytes4[${string}]`]: undefined;
1874
+ [x: `uint8[${string}]`]: undefined;
1875
+ [x: `bytes1[${string}]`]: undefined;
1876
+ [x: `bytes11[${string}]`]: undefined;
1877
+ [x: `bytes2[${string}]`]: undefined;
1878
+ [x: `bytes6[${string}]`]: undefined;
1879
+ [x: `bytes3[${string}]`]: undefined;
1880
+ [x: `bytes5[${string}]`]: undefined;
1881
+ [x: `bytes7[${string}]`]: undefined;
1882
+ [x: `bytes8[${string}]`]: undefined;
1883
+ [x: `bytes9[${string}]`]: undefined;
1884
+ [x: `bytes10[${string}]`]: undefined;
1885
+ [x: `bytes18[${string}]`]: undefined;
1886
+ [x: `bytes12[${string}]`]: undefined;
1887
+ [x: `bytes14[${string}]`]: undefined;
1888
+ [x: `bytes16[${string}]`]: undefined;
1889
+ [x: `bytes20[${string}]`]: undefined;
1890
+ [x: `bytes25[${string}]`]: undefined;
1891
+ [x: `bytes30[${string}]`]: undefined;
1892
+ [x: `bytes31[${string}]`]: undefined;
1893
+ [x: `bytes29[${string}]`]: undefined;
1894
+ [x: `bytes28[${string}]`]: undefined;
1895
+ [x: `bytes27[${string}]`]: undefined;
1896
+ [x: `bytes26[${string}]`]: undefined;
1897
+ [x: `bytes24[${string}]`]: undefined;
1898
+ [x: `bytes23[${string}]`]: undefined;
1899
+ [x: `bytes22[${string}]`]: undefined;
1900
+ [x: `bytes21[${string}]`]: undefined;
1901
+ [x: `bytes19[${string}]`]: undefined;
1902
+ [x: `bytes17[${string}]`]: undefined;
1903
+ [x: `bytes15[${string}]`]: undefined;
1904
+ [x: `bytes13[${string}]`]: undefined;
1905
+ [x: `int[${string}]`]: undefined;
1906
+ [x: `int8[${string}]`]: undefined;
1907
+ [x: `int16[${string}]`]: undefined;
1908
+ [x: `int40[${string}]`]: undefined;
1909
+ [x: `int120[${string}]`]: undefined;
1910
+ [x: `int240[${string}]`]: undefined;
1911
+ [x: `int32[${string}]`]: undefined;
1912
+ [x: `int24[${string}]`]: undefined;
1913
+ [x: `int48[${string}]`]: undefined;
1914
+ [x: `int56[${string}]`]: undefined;
1915
+ [x: `int64[${string}]`]: undefined;
1916
+ [x: `int72[${string}]`]: undefined;
1917
+ [x: `int80[${string}]`]: undefined;
1918
+ [x: `int88[${string}]`]: undefined;
1919
+ [x: `int96[${string}]`]: undefined;
1920
+ [x: `int104[${string}]`]: undefined;
1921
+ [x: `int112[${string}]`]: undefined;
1922
+ [x: `int128[${string}]`]: undefined;
1923
+ [x: `int136[${string}]`]: undefined;
1924
+ [x: `int144[${string}]`]: undefined;
1925
+ [x: `int152[${string}]`]: undefined;
1926
+ [x: `int160[${string}]`]: undefined;
1927
+ [x: `int168[${string}]`]: undefined;
1928
+ [x: `int176[${string}]`]: undefined;
1929
+ [x: `int184[${string}]`]: undefined;
1930
+ [x: `int192[${string}]`]: undefined;
1931
+ [x: `int200[${string}]`]: undefined;
1932
+ [x: `int208[${string}]`]: undefined;
1933
+ [x: `int216[${string}]`]: undefined;
1934
+ [x: `int224[${string}]`]: undefined;
1935
+ [x: `int232[${string}]`]: undefined;
1936
+ [x: `int248[${string}]`]: undefined;
1937
+ [x: `int256[${string}]`]: undefined;
1938
+ [x: `uint[${string}]`]: undefined;
1939
+ [x: `uint16[${string}]`]: undefined;
1940
+ [x: `uint40[${string}]`]: undefined;
1941
+ [x: `uint120[${string}]`]: undefined;
1942
+ [x: `uint240[${string}]`]: undefined;
1943
+ [x: `uint24[${string}]`]: undefined;
1944
+ [x: `uint56[${string}]`]: undefined;
1945
+ [x: `uint64[${string}]`]: undefined;
1946
+ [x: `uint72[${string}]`]: undefined;
1947
+ [x: `uint80[${string}]`]: undefined;
1948
+ [x: `uint88[${string}]`]: undefined;
1949
+ [x: `uint96[${string}]`]: undefined;
1950
+ [x: `uint104[${string}]`]: undefined;
1951
+ [x: `uint128[${string}]`]: undefined;
1952
+ [x: `uint136[${string}]`]: undefined;
1953
+ [x: `uint144[${string}]`]: undefined;
1954
+ [x: `uint152[${string}]`]: undefined;
1955
+ [x: `uint160[${string}]`]: undefined;
1956
+ [x: `uint168[${string}]`]: undefined;
1957
+ [x: `uint176[${string}]`]: undefined;
1958
+ [x: `uint184[${string}]`]: undefined;
1959
+ [x: `uint200[${string}]`]: undefined;
1960
+ [x: `uint208[${string}]`]: undefined;
1961
+ [x: `uint216[${string}]`]: undefined;
1962
+ [x: `uint224[${string}]`]: undefined;
1963
+ [x: `uint232[${string}]`]: undefined;
1964
+ [x: `uint248[${string}]`]: undefined;
1965
+ string?: undefined;
1966
+ address?: undefined;
1967
+ uint32?: undefined;
1968
+ bytes?: undefined;
1969
+ uint256?: undefined;
1970
+ uint48?: undefined;
1971
+ bool?: undefined;
1972
+ bytes32?: undefined;
1973
+ uint112?: undefined;
1974
+ uint192?: undefined;
1975
+ bytes4?: undefined;
1976
+ uint8?: undefined;
1977
+ bytes1?: undefined;
1978
+ bytes11?: undefined;
1979
+ bytes2?: undefined;
1980
+ bytes6?: undefined;
1981
+ bytes3?: undefined;
1982
+ bytes5?: undefined;
1983
+ bytes7?: undefined;
1984
+ bytes8?: undefined;
1985
+ bytes9?: undefined;
1986
+ bytes10?: undefined;
1987
+ bytes18?: undefined;
1988
+ bytes12?: undefined;
1989
+ bytes14?: undefined;
1990
+ bytes16?: undefined;
1991
+ bytes20?: undefined;
1992
+ bytes25?: undefined;
1993
+ bytes30?: undefined;
1994
+ bytes31?: undefined;
1995
+ bytes29?: undefined;
1996
+ bytes28?: undefined;
1997
+ bytes27?: undefined;
1998
+ bytes26?: undefined;
1999
+ bytes24?: undefined;
2000
+ bytes23?: undefined;
2001
+ bytes22?: undefined;
2002
+ bytes21?: undefined;
2003
+ bytes19?: undefined;
2004
+ bytes17?: undefined;
2005
+ bytes15?: undefined;
2006
+ bytes13?: undefined;
2007
+ int8?: undefined;
2008
+ int16?: undefined;
2009
+ int40?: undefined;
2010
+ int120?: undefined;
2011
+ int240?: undefined;
2012
+ int32?: undefined;
2013
+ int24?: undefined;
2014
+ int48?: undefined;
2015
+ int56?: undefined;
2016
+ int64?: undefined;
2017
+ int72?: undefined;
2018
+ int80?: undefined;
2019
+ int88?: undefined;
2020
+ int96?: undefined;
2021
+ int104?: undefined;
2022
+ int112?: undefined;
2023
+ int128?: undefined;
2024
+ int136?: undefined;
2025
+ int144?: undefined;
2026
+ int152?: undefined;
2027
+ int160?: undefined;
2028
+ int168?: undefined;
2029
+ int176?: undefined;
2030
+ int184?: undefined;
2031
+ int192?: undefined;
2032
+ int200?: undefined;
2033
+ int208?: undefined;
2034
+ int216?: undefined;
2035
+ int224?: undefined;
2036
+ int232?: undefined;
2037
+ int248?: undefined;
2038
+ int256?: undefined;
2039
+ uint16?: undefined;
2040
+ uint40?: undefined;
2041
+ uint120?: undefined;
2042
+ uint240?: undefined;
2043
+ uint24?: undefined;
2044
+ uint56?: undefined;
2045
+ uint64?: undefined;
2046
+ uint72?: undefined;
2047
+ uint80?: undefined;
2048
+ uint88?: undefined;
2049
+ uint96?: undefined;
2050
+ uint104?: undefined;
2051
+ uint128?: undefined;
2052
+ uint136?: undefined;
2053
+ uint144?: undefined;
2054
+ uint152?: undefined;
2055
+ uint160?: undefined;
2056
+ uint168?: undefined;
2057
+ uint176?: undefined;
2058
+ uint184?: undefined;
2059
+ uint200?: undefined;
2060
+ uint208?: undefined;
2061
+ uint216?: undefined;
2062
+ uint224?: undefined;
2063
+ uint232?: undefined;
2064
+ uint248?: undefined;
2065
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2066
+ publicKey: `0x${string}`;
2067
+ source: "privateKey";
2068
+ type: "local";
2069
+ }[], string>]>;
263
2070
  "max-executors": z.ZodOptional<z.ZodNumber>;
264
2071
  "min-executor-balance": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
265
2072
  "executor-refill-interval": z.ZodNumber;
@@ -275,14 +2082,245 @@ export declare const optionArgsSchema: z.ZodObject<{
275
2082
  standard: bigint;
276
2083
  fast: bigint;
277
2084
  }, string>;
2085
+ "gas-price-refresh-interval": z.ZodNumber;
278
2086
  "mempool-max-parallel-ops": z.ZodDefault<z.ZodNumber>;
279
2087
  "mempool-max-queued-ops": z.ZodDefault<z.ZodNumber>;
280
2088
  "enforce-unique-senders-per-bundle": z.ZodDefault<z.ZodBoolean>;
281
2089
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2090
+ "rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
2091
+ "refilling-wallets": z.ZodDefault<z.ZodBoolean>;
2092
+ "aa95-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2093
+ "enable-instant-bundling-endpoint": z.ZodBoolean;
282
2094
  }, "strip", z.ZodTypeAny, {
2095
+ port: number;
283
2096
  entrypoints: `0x${string}`[];
2097
+ "no-profit-bundling": boolean;
284
2098
  "safe-mode": boolean;
285
- "executor-private-keys": import("viem").PrivateKeyAccount[];
2099
+ "utility-wallet-monitor": boolean;
2100
+ "utility-wallet-monitor-interval": number;
2101
+ "executor-private-keys": {
2102
+ address: `0x${string}`;
2103
+ nonceManager?: import("viem").NonceManager | undefined;
2104
+ sign: (parameters: {
2105
+ hash: `0x${string}`;
2106
+ }) => Promise<`0x${string}`>;
2107
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2108
+ signMessage: ({ message }: {
2109
+ message: import("viem").SignableMessage;
2110
+ }) => Promise<`0x${string}`>;
2111
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
2112
+ serializer?: serializer | undefined;
2113
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
2114
+ signTypedData: <const typedData extends Record<string, unknown> | {
2115
+ [x: string]: readonly import("viem").TypedDataParameter[];
2116
+ [x: `string[${string}]`]: undefined;
2117
+ [x: `function[${string}]`]: undefined;
2118
+ [x: `address[${string}]`]: undefined;
2119
+ [x: `uint32[${string}]`]: undefined;
2120
+ [x: `bytes[${string}]`]: undefined;
2121
+ [x: `uint256[${string}]`]: undefined;
2122
+ [x: `uint48[${string}]`]: undefined;
2123
+ [x: `bool[${string}]`]: undefined;
2124
+ [x: `bytes32[${string}]`]: undefined;
2125
+ [x: `uint112[${string}]`]: undefined;
2126
+ [x: `uint192[${string}]`]: undefined;
2127
+ [x: `bytes4[${string}]`]: undefined;
2128
+ [x: `uint8[${string}]`]: undefined;
2129
+ [x: `bytes1[${string}]`]: undefined;
2130
+ [x: `bytes11[${string}]`]: undefined;
2131
+ [x: `bytes2[${string}]`]: undefined;
2132
+ [x: `bytes6[${string}]`]: undefined;
2133
+ [x: `bytes3[${string}]`]: undefined;
2134
+ [x: `bytes5[${string}]`]: undefined;
2135
+ [x: `bytes7[${string}]`]: undefined;
2136
+ [x: `bytes8[${string}]`]: undefined;
2137
+ [x: `bytes9[${string}]`]: undefined;
2138
+ [x: `bytes10[${string}]`]: undefined;
2139
+ [x: `bytes18[${string}]`]: undefined;
2140
+ [x: `bytes12[${string}]`]: undefined;
2141
+ [x: `bytes14[${string}]`]: undefined;
2142
+ [x: `bytes16[${string}]`]: undefined;
2143
+ [x: `bytes20[${string}]`]: undefined;
2144
+ [x: `bytes25[${string}]`]: undefined;
2145
+ [x: `bytes30[${string}]`]: undefined;
2146
+ [x: `bytes31[${string}]`]: undefined;
2147
+ [x: `bytes29[${string}]`]: undefined;
2148
+ [x: `bytes28[${string}]`]: undefined;
2149
+ [x: `bytes27[${string}]`]: undefined;
2150
+ [x: `bytes26[${string}]`]: undefined;
2151
+ [x: `bytes24[${string}]`]: undefined;
2152
+ [x: `bytes23[${string}]`]: undefined;
2153
+ [x: `bytes22[${string}]`]: undefined;
2154
+ [x: `bytes21[${string}]`]: undefined;
2155
+ [x: `bytes19[${string}]`]: undefined;
2156
+ [x: `bytes17[${string}]`]: undefined;
2157
+ [x: `bytes15[${string}]`]: undefined;
2158
+ [x: `bytes13[${string}]`]: undefined;
2159
+ [x: `int[${string}]`]: undefined;
2160
+ [x: `int8[${string}]`]: undefined;
2161
+ [x: `int16[${string}]`]: undefined;
2162
+ [x: `int40[${string}]`]: undefined;
2163
+ [x: `int120[${string}]`]: undefined;
2164
+ [x: `int240[${string}]`]: undefined;
2165
+ [x: `int32[${string}]`]: undefined;
2166
+ [x: `int24[${string}]`]: undefined;
2167
+ [x: `int48[${string}]`]: undefined;
2168
+ [x: `int56[${string}]`]: undefined;
2169
+ [x: `int64[${string}]`]: undefined;
2170
+ [x: `int72[${string}]`]: undefined;
2171
+ [x: `int80[${string}]`]: undefined;
2172
+ [x: `int88[${string}]`]: undefined;
2173
+ [x: `int96[${string}]`]: undefined;
2174
+ [x: `int104[${string}]`]: undefined;
2175
+ [x: `int112[${string}]`]: undefined;
2176
+ [x: `int128[${string}]`]: undefined;
2177
+ [x: `int136[${string}]`]: undefined;
2178
+ [x: `int144[${string}]`]: undefined;
2179
+ [x: `int152[${string}]`]: undefined;
2180
+ [x: `int160[${string}]`]: undefined;
2181
+ [x: `int168[${string}]`]: undefined;
2182
+ [x: `int176[${string}]`]: undefined;
2183
+ [x: `int184[${string}]`]: undefined;
2184
+ [x: `int192[${string}]`]: undefined;
2185
+ [x: `int200[${string}]`]: undefined;
2186
+ [x: `int208[${string}]`]: undefined;
2187
+ [x: `int216[${string}]`]: undefined;
2188
+ [x: `int224[${string}]`]: undefined;
2189
+ [x: `int232[${string}]`]: undefined;
2190
+ [x: `int248[${string}]`]: undefined;
2191
+ [x: `int256[${string}]`]: undefined;
2192
+ [x: `uint[${string}]`]: undefined;
2193
+ [x: `uint16[${string}]`]: undefined;
2194
+ [x: `uint40[${string}]`]: undefined;
2195
+ [x: `uint120[${string}]`]: undefined;
2196
+ [x: `uint240[${string}]`]: undefined;
2197
+ [x: `uint24[${string}]`]: undefined;
2198
+ [x: `uint56[${string}]`]: undefined;
2199
+ [x: `uint64[${string}]`]: undefined;
2200
+ [x: `uint72[${string}]`]: undefined;
2201
+ [x: `uint80[${string}]`]: undefined;
2202
+ [x: `uint88[${string}]`]: undefined;
2203
+ [x: `uint96[${string}]`]: undefined;
2204
+ [x: `uint104[${string}]`]: undefined;
2205
+ [x: `uint128[${string}]`]: undefined;
2206
+ [x: `uint136[${string}]`]: undefined;
2207
+ [x: `uint144[${string}]`]: undefined;
2208
+ [x: `uint152[${string}]`]: undefined;
2209
+ [x: `uint160[${string}]`]: undefined;
2210
+ [x: `uint168[${string}]`]: undefined;
2211
+ [x: `uint176[${string}]`]: undefined;
2212
+ [x: `uint184[${string}]`]: undefined;
2213
+ [x: `uint200[${string}]`]: undefined;
2214
+ [x: `uint208[${string}]`]: undefined;
2215
+ [x: `uint216[${string}]`]: undefined;
2216
+ [x: `uint224[${string}]`]: undefined;
2217
+ [x: `uint232[${string}]`]: undefined;
2218
+ [x: `uint248[${string}]`]: undefined;
2219
+ string?: undefined;
2220
+ address?: undefined;
2221
+ uint32?: undefined;
2222
+ bytes?: undefined;
2223
+ uint256?: undefined;
2224
+ uint48?: undefined;
2225
+ bool?: undefined;
2226
+ bytes32?: undefined;
2227
+ uint112?: undefined;
2228
+ uint192?: undefined;
2229
+ bytes4?: undefined;
2230
+ uint8?: undefined;
2231
+ bytes1?: undefined;
2232
+ bytes11?: undefined;
2233
+ bytes2?: undefined;
2234
+ bytes6?: undefined;
2235
+ bytes3?: undefined;
2236
+ bytes5?: undefined;
2237
+ bytes7?: undefined;
2238
+ bytes8?: undefined;
2239
+ bytes9?: undefined;
2240
+ bytes10?: undefined;
2241
+ bytes18?: undefined;
2242
+ bytes12?: undefined;
2243
+ bytes14?: undefined;
2244
+ bytes16?: undefined;
2245
+ bytes20?: undefined;
2246
+ bytes25?: undefined;
2247
+ bytes30?: undefined;
2248
+ bytes31?: undefined;
2249
+ bytes29?: undefined;
2250
+ bytes28?: undefined;
2251
+ bytes27?: undefined;
2252
+ bytes26?: undefined;
2253
+ bytes24?: undefined;
2254
+ bytes23?: undefined;
2255
+ bytes22?: undefined;
2256
+ bytes21?: undefined;
2257
+ bytes19?: undefined;
2258
+ bytes17?: undefined;
2259
+ bytes15?: undefined;
2260
+ bytes13?: undefined;
2261
+ int8?: undefined;
2262
+ int16?: undefined;
2263
+ int40?: undefined;
2264
+ int120?: undefined;
2265
+ int240?: undefined;
2266
+ int32?: undefined;
2267
+ int24?: undefined;
2268
+ int48?: undefined;
2269
+ int56?: undefined;
2270
+ int64?: undefined;
2271
+ int72?: undefined;
2272
+ int80?: undefined;
2273
+ int88?: undefined;
2274
+ int96?: undefined;
2275
+ int104?: undefined;
2276
+ int112?: undefined;
2277
+ int128?: undefined;
2278
+ int136?: undefined;
2279
+ int144?: undefined;
2280
+ int152?: undefined;
2281
+ int160?: undefined;
2282
+ int168?: undefined;
2283
+ int176?: undefined;
2284
+ int184?: undefined;
2285
+ int192?: undefined;
2286
+ int200?: undefined;
2287
+ int208?: undefined;
2288
+ int216?: undefined;
2289
+ int224?: undefined;
2290
+ int232?: undefined;
2291
+ int248?: undefined;
2292
+ int256?: undefined;
2293
+ uint16?: undefined;
2294
+ uint40?: undefined;
2295
+ uint120?: undefined;
2296
+ uint240?: undefined;
2297
+ uint24?: undefined;
2298
+ uint56?: undefined;
2299
+ uint64?: undefined;
2300
+ uint72?: undefined;
2301
+ uint80?: undefined;
2302
+ uint88?: undefined;
2303
+ uint96?: undefined;
2304
+ uint104?: undefined;
2305
+ uint128?: undefined;
2306
+ uint136?: undefined;
2307
+ uint144?: undefined;
2308
+ uint152?: undefined;
2309
+ uint160?: undefined;
2310
+ uint168?: undefined;
2311
+ uint176?: undefined;
2312
+ uint184?: undefined;
2313
+ uint200?: undefined;
2314
+ uint208?: undefined;
2315
+ uint216?: undefined;
2316
+ uint224?: undefined;
2317
+ uint232?: undefined;
2318
+ uint248?: undefined;
2319
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2320
+ publicKey: `0x${string}`;
2321
+ source: "privateKey";
2322
+ type: "local";
2323
+ }[];
286
2324
  "executor-refill-interval": number;
287
2325
  "min-entity-stake": number;
288
2326
  "min-entity-unstake-delay": number;
@@ -296,11 +2334,16 @@ export declare const optionArgsSchema: z.ZodObject<{
296
2334
  standard: bigint;
297
2335
  fast: bigint;
298
2336
  };
2337
+ "gas-price-refresh-interval": number;
299
2338
  "mempool-max-parallel-ops": number;
300
2339
  "mempool-max-queued-ops": number;
301
2340
  "enforce-unique-senders-per-bundle": boolean;
302
2341
  "max-gas-per-bundle": bigint;
303
- "chain-type": "default" | "op-stack" | "arbitrum";
2342
+ "rpc-methods": string[] | null;
2343
+ "refilling-wallets": boolean;
2344
+ "aa95-gas-multiplier": bigint;
2345
+ "enable-instant-bundling-endpoint": boolean;
2346
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
304
2347
  "legacy-transactions": boolean;
305
2348
  "api-version": ApiVersion[];
306
2349
  "default-api-version": "v1" | "v2";
@@ -308,12 +2351,11 @@ export declare const optionArgsSchema: z.ZodObject<{
308
2351
  "local-gas-limit-calculation": boolean;
309
2352
  "flush-stuck-transactions-during-startup": boolean;
310
2353
  "paymaster-gas-limit-multiplier": bigint;
311
- port: number;
312
2354
  websocket: boolean;
313
2355
  "websocket-max-payload-size": number;
314
2356
  "rpc-url": string;
315
2357
  "polling-interval": number;
316
- "block-tag-support-disabled": boolean;
2358
+ "block-tag-support": boolean;
317
2359
  json: boolean;
318
2360
  "network-name": string;
319
2361
  "log-level": "error" | "info" | "debug" | "fatal" | "warn" | "trace";
@@ -328,6 +2370,7 @@ export declare const optionArgsSchema: z.ZodObject<{
328
2370
  "send-transaction-rpc-url"?: string | undefined;
329
2371
  "max-block-range"?: number | undefined;
330
2372
  timeout?: number | undefined;
2373
+ "redis-queue-endpoint"?: string | undefined;
331
2374
  "public-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
332
2375
  "wallet-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
333
2376
  "rpc-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
@@ -337,12 +2380,238 @@ export declare const optionArgsSchema: z.ZodObject<{
337
2380
  "nonce-queuer-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
338
2381
  "fixed-gas-limit-for-estimation"?: bigint | undefined;
339
2382
  "entrypoint-simulation-contract"?: `0x${string}` | undefined;
340
- "utility-private-key"?: import("viem").PrivateKeyAccount | undefined;
2383
+ "utility-private-key"?: {
2384
+ address: `0x${string}`;
2385
+ nonceManager?: import("viem").NonceManager | undefined;
2386
+ sign: (parameters: {
2387
+ hash: `0x${string}`;
2388
+ }) => Promise<`0x${string}`>;
2389
+ experimental_signAuthorization: (parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2390
+ signMessage: ({ message }: {
2391
+ message: import("viem").SignableMessage;
2392
+ }) => Promise<`0x${string}`>;
2393
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
2394
+ serializer?: serializer | undefined;
2395
+ } | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
2396
+ signTypedData: <const typedData extends Record<string, unknown> | {
2397
+ [x: string]: readonly import("viem").TypedDataParameter[];
2398
+ [x: `string[${string}]`]: undefined;
2399
+ [x: `function[${string}]`]: undefined;
2400
+ [x: `address[${string}]`]: undefined;
2401
+ [x: `uint32[${string}]`]: undefined;
2402
+ [x: `bytes[${string}]`]: undefined;
2403
+ [x: `uint256[${string}]`]: undefined;
2404
+ [x: `uint48[${string}]`]: undefined;
2405
+ [x: `bool[${string}]`]: undefined;
2406
+ [x: `bytes32[${string}]`]: undefined;
2407
+ [x: `uint112[${string}]`]: undefined;
2408
+ [x: `uint192[${string}]`]: undefined;
2409
+ [x: `bytes4[${string}]`]: undefined;
2410
+ [x: `uint8[${string}]`]: undefined;
2411
+ [x: `bytes1[${string}]`]: undefined;
2412
+ [x: `bytes11[${string}]`]: undefined;
2413
+ [x: `bytes2[${string}]`]: undefined;
2414
+ [x: `bytes6[${string}]`]: undefined;
2415
+ [x: `bytes3[${string}]`]: undefined;
2416
+ [x: `bytes5[${string}]`]: undefined;
2417
+ [x: `bytes7[${string}]`]: undefined;
2418
+ [x: `bytes8[${string}]`]: undefined;
2419
+ [x: `bytes9[${string}]`]: undefined;
2420
+ [x: `bytes10[${string}]`]: undefined;
2421
+ [x: `bytes18[${string}]`]: undefined;
2422
+ [x: `bytes12[${string}]`]: undefined;
2423
+ [x: `bytes14[${string}]`]: undefined;
2424
+ [x: `bytes16[${string}]`]: undefined;
2425
+ [x: `bytes20[${string}]`]: undefined;
2426
+ [x: `bytes25[${string}]`]: undefined;
2427
+ [x: `bytes30[${string}]`]: undefined;
2428
+ [x: `bytes31[${string}]`]: undefined;
2429
+ [x: `bytes29[${string}]`]: undefined;
2430
+ [x: `bytes28[${string}]`]: undefined;
2431
+ [x: `bytes27[${string}]`]: undefined;
2432
+ [x: `bytes26[${string}]`]: undefined;
2433
+ [x: `bytes24[${string}]`]: undefined;
2434
+ [x: `bytes23[${string}]`]: undefined;
2435
+ [x: `bytes22[${string}]`]: undefined;
2436
+ [x: `bytes21[${string}]`]: undefined;
2437
+ [x: `bytes19[${string}]`]: undefined;
2438
+ [x: `bytes17[${string}]`]: undefined;
2439
+ [x: `bytes15[${string}]`]: undefined;
2440
+ [x: `bytes13[${string}]`]: undefined;
2441
+ [x: `int[${string}]`]: undefined;
2442
+ [x: `int8[${string}]`]: undefined;
2443
+ [x: `int16[${string}]`]: undefined;
2444
+ [x: `int40[${string}]`]: undefined;
2445
+ [x: `int120[${string}]`]: undefined;
2446
+ [x: `int240[${string}]`]: undefined;
2447
+ [x: `int32[${string}]`]: undefined;
2448
+ [x: `int24[${string}]`]: undefined;
2449
+ [x: `int48[${string}]`]: undefined;
2450
+ [x: `int56[${string}]`]: undefined;
2451
+ [x: `int64[${string}]`]: undefined;
2452
+ [x: `int72[${string}]`]: undefined;
2453
+ [x: `int80[${string}]`]: undefined;
2454
+ [x: `int88[${string}]`]: undefined;
2455
+ [x: `int96[${string}]`]: undefined;
2456
+ [x: `int104[${string}]`]: undefined;
2457
+ [x: `int112[${string}]`]: undefined;
2458
+ [x: `int128[${string}]`]: undefined;
2459
+ [x: `int136[${string}]`]: undefined;
2460
+ [x: `int144[${string}]`]: undefined;
2461
+ [x: `int152[${string}]`]: undefined;
2462
+ [x: `int160[${string}]`]: undefined;
2463
+ [x: `int168[${string}]`]: undefined;
2464
+ [x: `int176[${string}]`]: undefined;
2465
+ [x: `int184[${string}]`]: undefined;
2466
+ [x: `int192[${string}]`]: undefined;
2467
+ [x: `int200[${string}]`]: undefined;
2468
+ [x: `int208[${string}]`]: undefined;
2469
+ [x: `int216[${string}]`]: undefined;
2470
+ [x: `int224[${string}]`]: undefined;
2471
+ [x: `int232[${string}]`]: undefined;
2472
+ [x: `int248[${string}]`]: undefined;
2473
+ [x: `int256[${string}]`]: undefined;
2474
+ [x: `uint[${string}]`]: undefined;
2475
+ [x: `uint16[${string}]`]: undefined;
2476
+ [x: `uint40[${string}]`]: undefined;
2477
+ [x: `uint120[${string}]`]: undefined;
2478
+ [x: `uint240[${string}]`]: undefined;
2479
+ [x: `uint24[${string}]`]: undefined;
2480
+ [x: `uint56[${string}]`]: undefined;
2481
+ [x: `uint64[${string}]`]: undefined;
2482
+ [x: `uint72[${string}]`]: undefined;
2483
+ [x: `uint80[${string}]`]: undefined;
2484
+ [x: `uint88[${string}]`]: undefined;
2485
+ [x: `uint96[${string}]`]: undefined;
2486
+ [x: `uint104[${string}]`]: undefined;
2487
+ [x: `uint128[${string}]`]: undefined;
2488
+ [x: `uint136[${string}]`]: undefined;
2489
+ [x: `uint144[${string}]`]: undefined;
2490
+ [x: `uint152[${string}]`]: undefined;
2491
+ [x: `uint160[${string}]`]: undefined;
2492
+ [x: `uint168[${string}]`]: undefined;
2493
+ [x: `uint176[${string}]`]: undefined;
2494
+ [x: `uint184[${string}]`]: undefined;
2495
+ [x: `uint200[${string}]`]: undefined;
2496
+ [x: `uint208[${string}]`]: undefined;
2497
+ [x: `uint216[${string}]`]: undefined;
2498
+ [x: `uint224[${string}]`]: undefined;
2499
+ [x: `uint232[${string}]`]: undefined;
2500
+ [x: `uint248[${string}]`]: undefined;
2501
+ string?: undefined;
2502
+ address?: undefined;
2503
+ uint32?: undefined;
2504
+ bytes?: undefined;
2505
+ uint256?: undefined;
2506
+ uint48?: undefined;
2507
+ bool?: undefined;
2508
+ bytes32?: undefined;
2509
+ uint112?: undefined;
2510
+ uint192?: undefined;
2511
+ bytes4?: undefined;
2512
+ uint8?: undefined;
2513
+ bytes1?: undefined;
2514
+ bytes11?: undefined;
2515
+ bytes2?: undefined;
2516
+ bytes6?: undefined;
2517
+ bytes3?: undefined;
2518
+ bytes5?: undefined;
2519
+ bytes7?: undefined;
2520
+ bytes8?: undefined;
2521
+ bytes9?: undefined;
2522
+ bytes10?: undefined;
2523
+ bytes18?: undefined;
2524
+ bytes12?: undefined;
2525
+ bytes14?: undefined;
2526
+ bytes16?: undefined;
2527
+ bytes20?: undefined;
2528
+ bytes25?: undefined;
2529
+ bytes30?: undefined;
2530
+ bytes31?: undefined;
2531
+ bytes29?: undefined;
2532
+ bytes28?: undefined;
2533
+ bytes27?: undefined;
2534
+ bytes26?: undefined;
2535
+ bytes24?: undefined;
2536
+ bytes23?: undefined;
2537
+ bytes22?: undefined;
2538
+ bytes21?: undefined;
2539
+ bytes19?: undefined;
2540
+ bytes17?: undefined;
2541
+ bytes15?: undefined;
2542
+ bytes13?: undefined;
2543
+ int8?: undefined;
2544
+ int16?: undefined;
2545
+ int40?: undefined;
2546
+ int120?: undefined;
2547
+ int240?: undefined;
2548
+ int32?: undefined;
2549
+ int24?: undefined;
2550
+ int48?: undefined;
2551
+ int56?: undefined;
2552
+ int64?: undefined;
2553
+ int72?: undefined;
2554
+ int80?: undefined;
2555
+ int88?: undefined;
2556
+ int96?: undefined;
2557
+ int104?: undefined;
2558
+ int112?: undefined;
2559
+ int128?: undefined;
2560
+ int136?: undefined;
2561
+ int144?: undefined;
2562
+ int152?: undefined;
2563
+ int160?: undefined;
2564
+ int168?: undefined;
2565
+ int176?: undefined;
2566
+ int184?: undefined;
2567
+ int192?: undefined;
2568
+ int200?: undefined;
2569
+ int208?: undefined;
2570
+ int216?: undefined;
2571
+ int224?: undefined;
2572
+ int232?: undefined;
2573
+ int248?: undefined;
2574
+ int256?: undefined;
2575
+ uint16?: undefined;
2576
+ uint40?: undefined;
2577
+ uint120?: undefined;
2578
+ uint240?: undefined;
2579
+ uint24?: undefined;
2580
+ uint56?: undefined;
2581
+ uint64?: undefined;
2582
+ uint72?: undefined;
2583
+ uint80?: undefined;
2584
+ uint88?: undefined;
2585
+ uint96?: undefined;
2586
+ uint104?: undefined;
2587
+ uint128?: undefined;
2588
+ uint136?: undefined;
2589
+ uint144?: undefined;
2590
+ uint152?: undefined;
2591
+ uint160?: undefined;
2592
+ uint168?: undefined;
2593
+ uint176?: undefined;
2594
+ uint184?: undefined;
2595
+ uint200?: undefined;
2596
+ uint208?: undefined;
2597
+ uint216?: undefined;
2598
+ uint224?: undefined;
2599
+ uint232?: undefined;
2600
+ uint248?: undefined;
2601
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2602
+ publicKey: `0x${string}`;
2603
+ source: "privateKey";
2604
+ type: "local";
2605
+ } | undefined;
341
2606
  "max-executors"?: number | undefined;
342
2607
  "min-executor-balance"?: bigint | undefined;
343
2608
  }, {
2609
+ port: number;
344
2610
  entrypoints: string;
2611
+ "no-profit-bundling": boolean;
345
2612
  "safe-mode": boolean;
2613
+ "utility-wallet-monitor": boolean;
2614
+ "utility-wallet-monitor-interval": number;
346
2615
  "executor-private-keys": (string | string[]) & (string | string[] | undefined);
347
2616
  "executor-refill-interval": number;
348
2617
  "min-entity-stake": number;
@@ -352,13 +2621,16 @@ export declare const optionArgsSchema: z.ZodObject<{
352
2621
  "gas-price-floor-percent": number;
353
2622
  "gas-price-expiry": number;
354
2623
  "gas-price-multipliers": string;
355
- "chain-type": "default" | "op-stack" | "arbitrum";
2624
+ "gas-price-refresh-interval": number;
2625
+ "rpc-methods": string | null;
2626
+ "aa95-gas-multiplier": string;
2627
+ "enable-instant-bundling-endpoint": boolean;
2628
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
356
2629
  "legacy-transactions": boolean;
357
2630
  "balance-override": boolean;
358
2631
  "local-gas-limit-calculation": boolean;
359
2632
  "flush-stuck-transactions-during-startup": boolean;
360
2633
  "paymaster-gas-limit-multiplier": string;
361
- port: number;
362
2634
  "rpc-url": string;
363
2635
  "polling-interval": number;
364
2636
  json: boolean;
@@ -374,10 +2646,11 @@ export declare const optionArgsSchema: z.ZodObject<{
374
2646
  "per-op-inflator-address"?: string | undefined;
375
2647
  "send-transaction-rpc-url"?: string | undefined;
376
2648
  "max-block-range"?: number | undefined;
377
- "block-tag-support-disabled"?: boolean | undefined;
2649
+ "block-tag-support"?: boolean | undefined;
378
2650
  timeout?: number | undefined;
379
2651
  websocket?: boolean | undefined;
380
2652
  "websocket-max-payload-size"?: number | undefined;
2653
+ "redis-queue-endpoint"?: string | undefined;
381
2654
  "public-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
382
2655
  "wallet-client-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
383
2656
  "rpc-log-level"?: "error" | "info" | "debug" | "fatal" | "warn" | "trace" | undefined;
@@ -397,6 +2670,7 @@ export declare const optionArgsSchema: z.ZodObject<{
397
2670
  "mempool-max-queued-ops"?: number | undefined;
398
2671
  "enforce-unique-senders-per-bundle"?: boolean | undefined;
399
2672
  "max-gas-per-bundle"?: string | undefined;
2673
+ "refilling-wallets"?: boolean | undefined;
400
2674
  }>;
401
2675
  export type IOptions = z.infer<typeof optionArgsSchema>;
402
2676
  export type IOptionsInput = z.input<typeof optionArgsSchema>;