@pimlico/alto 0.0.0-main.20250606T161836 → 0.0.0-main.20250611T105955

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 (129) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/ERC165.sol/ERC165.json +1 -1
  3. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  4. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  5. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
  6. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
  7. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
  8. package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
  9. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
  10. package/contracts/EntryPointSimulations.sol/{EntryPointSimulations.json → EntryPointSimulations08.json} +1 -1
  11. package/contracts/Exec.sol/Exec.json +1 -1
  12. package/contracts/IAccount.sol/IAccount.json +1 -1
  13. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  14. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  15. package/contracts/IERC165.sol/IERC165.json +1 -1
  16. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  17. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  18. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  19. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  20. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  21. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  22. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  23. package/contracts/LibBytes.sol/LibBytes.json +1 -0
  24. package/contracts/Math.sol/Math.json +1 -1
  25. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  26. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  27. package/contracts/Panic.sol/Panic.json +1 -1
  28. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
  29. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
  30. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  31. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  32. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  33. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  34. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  35. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  36. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  37. package/contracts/Strings.sol/Strings.json +1 -1
  38. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  39. package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
  40. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  41. package/contracts/build-info/4a223f6420e18feb.json +1 -0
  42. package/contracts/build-info/ad2dc60de86c0e4f.json +1 -0
  43. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
  44. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  45. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
  46. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
  47. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
  48. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  49. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
  50. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
  51. package/esm/cli/config/bundler.d.ts +434 -416
  52. package/esm/cli/config/bundler.js +11 -2
  53. package/esm/cli/config/bundler.js.map +1 -1
  54. package/esm/cli/config/options.js +21 -4
  55. package/esm/cli/config/options.js.map +1 -1
  56. package/esm/cli/deploySimulationsContract.d.ts +2 -0
  57. package/esm/cli/deploySimulationsContract.js +56 -25
  58. package/esm/cli/deploySimulationsContract.js.map +1 -1
  59. package/esm/cli/handler.js +18 -6
  60. package/esm/cli/handler.js.map +1 -1
  61. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
  62. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
  63. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
  64. package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
  65. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
  66. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -0
  67. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
  68. package/esm/createConfig.d.ts +2 -1
  69. package/esm/createConfig.js +2 -0
  70. package/esm/createConfig.js.map +1 -1
  71. package/esm/executor/executor.d.ts +10 -4
  72. package/esm/executor/executor.js +109 -55
  73. package/esm/executor/executor.js.map +1 -1
  74. package/esm/executor/executorManager.d.ts +8 -1
  75. package/esm/executor/executorManager.js +75 -76
  76. package/esm/executor/executorManager.js.map +1 -1
  77. package/esm/executor/filterOpsAndEstimateGas.d.ts +25 -0
  78. package/esm/executor/filterOpsAndEstimateGas.js +251 -0
  79. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -0
  80. package/esm/executor/utils.js +1 -1
  81. package/esm/executor/utils.js.map +1 -1
  82. package/esm/mempool/mempool.js +15 -4
  83. package/esm/mempool/mempool.js.map +1 -1
  84. package/esm/rpc/estimation/gasEstimationsV06.js +12 -4
  85. package/esm/rpc/estimation/gasEstimationsV06.js.map +1 -1
  86. package/esm/rpc/estimation/gasEstimationsV07.d.ts +1 -1
  87. package/esm/rpc/estimation/gasEstimationsV07.js +25 -22
  88. package/esm/rpc/estimation/gasEstimationsV07.js.map +1 -1
  89. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +14 -4
  90. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
  91. package/esm/rpc/validation/SafeValidator.js +17 -9
  92. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  93. package/esm/types/contracts/EntryPointSimulationsV6.d.ts +0 -1
  94. package/esm/types/contracts/EntryPointSimulationsV6.js +0 -2
  95. package/esm/types/contracts/EntryPointSimulationsV6.js.map +1 -1
  96. package/esm/types/contracts/PimlicoSimulations.d.ts +284 -0
  97. package/esm/types/contracts/PimlicoSimulations.js +368 -0
  98. package/esm/types/contracts/PimlicoSimulations.js.map +1 -0
  99. package/esm/types/contracts/index.d.ts +1 -1
  100. package/esm/types/contracts/index.js +1 -1
  101. package/esm/types/contracts/index.js.map +1 -1
  102. package/esm/types/mempool.d.ts +11 -7
  103. package/esm/types/mempool.js.map +1 -1
  104. package/esm/utils/eip7702.d.ts +1 -1
  105. package/esm/utils/eip7702.js +3 -0
  106. package/esm/utils/eip7702.js.map +1 -1
  107. package/esm/utils/entryPointOverrides.d.ts +16 -0
  108. package/esm/utils/entryPointOverrides.js +64 -0
  109. package/esm/utils/entryPointOverrides.js.map +1 -0
  110. package/esm/utils/helpers.d.ts +1 -0
  111. package/esm/utils/helpers.js +4 -0
  112. package/esm/utils/helpers.js.map +1 -1
  113. package/esm/utils/validation.d.ts +5 -0
  114. package/esm/utils/validation.js +17 -7
  115. package/esm/utils/validation.js.map +1 -1
  116. package/package.json +2 -2
  117. package/contracts/EntryPointCodeOverride.sol/EntryPointCodeOverride.json +0 -1
  118. package/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +0 -1
  119. package/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +0 -1
  120. package/contracts/build-info/96c79d1c9e9e095f.json +0 -1
  121. package/contracts/build-info/b400ff92e5db9cf3.json +0 -1
  122. package/esm/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +0 -1
  123. package/esm/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +0 -1
  124. package/esm/executor/filterOpsAndEStimateGas.d.ts +0 -29
  125. package/esm/executor/filterOpsAndEStimateGas.js +0 -198
  126. package/esm/executor/filterOpsAndEStimateGas.js.map +0 -1
  127. package/esm/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -25
  128. package/esm/types/contracts/PimlicoEntryPointSimulations.js +0 -39
  129. package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
@@ -20,7 +20,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
20
20
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
21
21
  "rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
22
22
  "enable-instant-bundling-endpoint": z.ZodBoolean;
23
- "local-gas-calculation": z.ZodBoolean;
23
+ "rpc-gas-estimate": z.ZodBoolean;
24
24
  }, "strip", z.ZodTypeAny, {
25
25
  entrypoints: `0x${string}`[];
26
26
  "deterministic-deployer-address": `0x${string}`;
@@ -41,7 +41,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
41
41
  "max-gas-per-bundle": bigint;
42
42
  "rpc-methods": string[] | null;
43
43
  "enable-instant-bundling-endpoint": boolean;
44
- "local-gas-calculation": boolean;
44
+ "rpc-gas-estimate": boolean;
45
45
  }, {
46
46
  entrypoints: string;
47
47
  "deterministic-deployer-address": string;
@@ -53,7 +53,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
53
53
  "gas-price-refresh-interval": number;
54
54
  "rpc-methods": string | null;
55
55
  "enable-instant-bundling-endpoint": boolean;
56
- "local-gas-calculation": boolean;
56
+ "rpc-gas-estimate": boolean;
57
57
  "gas-price-bump"?: string | undefined;
58
58
  "mempool-max-parallel-ops"?: number | undefined;
59
59
  "mempool-max-queued-ops"?: number | undefined;
@@ -71,14 +71,14 @@ export declare const executorArgsSchema: z.ZodObject<{
71
71
  sign: (parameters: {
72
72
  hash: `0x${string}`;
73
73
  }) => Promise<`0x${string}`>;
74
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
74
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
75
75
  signMessage: ({ message }: {
76
76
  message: import("viem").SignableMessage;
77
77
  }) => Promise<`0x${string}`>;
78
78
  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?: {
79
79
  serializer?: serializer | undefined;
80
80
  } | 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}`>;
81
- signTypedData: <const typedData extends Record<string, unknown> | {
81
+ signTypedData: <const typedData extends {
82
82
  [x: string]: readonly import("viem").TypedDataParameter[];
83
83
  [x: `string[${string}]`]: undefined;
84
84
  [x: `function[${string}]`]: undefined;
@@ -105,33 +105,31 @@ export declare const executorArgsSchema: z.ZodObject<{
105
105
  [x: `bytes9[${string}]`]: undefined;
106
106
  [x: `bytes10[${string}]`]: undefined;
107
107
  [x: `bytes20[${string}]`]: undefined;
108
- [x: `bytes19[${string}]`]: undefined;
109
108
  [x: `bytes12[${string}]`]: undefined;
109
+ [x: `bytes13[${string}]`]: undefined;
110
110
  [x: `bytes14[${string}]`]: undefined;
111
+ [x: `bytes15[${string}]`]: undefined;
111
112
  [x: `bytes16[${string}]`]: undefined;
113
+ [x: `bytes17[${string}]`]: undefined;
112
114
  [x: `bytes18[${string}]`]: undefined;
115
+ [x: `bytes19[${string}]`]: undefined;
116
+ [x: `bytes21[${string}]`]: undefined;
117
+ [x: `bytes22[${string}]`]: undefined;
118
+ [x: `bytes23[${string}]`]: undefined;
119
+ [x: `bytes24[${string}]`]: undefined;
113
120
  [x: `bytes25[${string}]`]: undefined;
121
+ [x: `bytes26[${string}]`]: undefined;
122
+ [x: `bytes27[${string}]`]: undefined;
123
+ [x: `bytes28[${string}]`]: undefined;
124
+ [x: `bytes29[${string}]`]: undefined;
114
125
  [x: `bytes30[${string}]`]: undefined;
115
126
  [x: `bytes31[${string}]`]: undefined;
116
- [x: `bytes29[${string}]`]: undefined;
117
- [x: `bytes28[${string}]`]: undefined;
118
- [x: `bytes27[${string}]`]: undefined;
119
- [x: `bytes26[${string}]`]: undefined;
120
- [x: `bytes24[${string}]`]: undefined;
121
- [x: `bytes23[${string}]`]: undefined;
122
- [x: `bytes22[${string}]`]: undefined;
123
- [x: `bytes21[${string}]`]: undefined;
124
- [x: `bytes17[${string}]`]: undefined;
125
- [x: `bytes15[${string}]`]: undefined;
126
- [x: `bytes13[${string}]`]: undefined;
127
127
  [x: `int[${string}]`]: undefined;
128
128
  [x: `int8[${string}]`]: undefined;
129
- [x: `int32[${string}]`]: undefined;
130
129
  [x: `int16[${string}]`]: undefined;
131
- [x: `int40[${string}]`]: undefined;
132
- [x: `int120[${string}]`]: undefined;
133
- [x: `int240[${string}]`]: undefined;
134
130
  [x: `int24[${string}]`]: undefined;
131
+ [x: `int32[${string}]`]: undefined;
132
+ [x: `int40[${string}]`]: undefined;
135
133
  [x: `int48[${string}]`]: undefined;
136
134
  [x: `int56[${string}]`]: undefined;
137
135
  [x: `int64[${string}]`]: undefined;
@@ -141,6 +139,7 @@ export declare const executorArgsSchema: z.ZodObject<{
141
139
  [x: `int96[${string}]`]: undefined;
142
140
  [x: `int104[${string}]`]: undefined;
143
141
  [x: `int112[${string}]`]: undefined;
142
+ [x: `int120[${string}]`]: undefined;
144
143
  [x: `int128[${string}]`]: undefined;
145
144
  [x: `int136[${string}]`]: undefined;
146
145
  [x: `int144[${string}]`]: undefined;
@@ -155,20 +154,20 @@ export declare const executorArgsSchema: z.ZodObject<{
155
154
  [x: `int216[${string}]`]: undefined;
156
155
  [x: `int224[${string}]`]: undefined;
157
156
  [x: `int232[${string}]`]: undefined;
157
+ [x: `int240[${string}]`]: undefined;
158
158
  [x: `int248[${string}]`]: undefined;
159
159
  [x: `int256[${string}]`]: undefined;
160
160
  [x: `uint[${string}]`]: undefined;
161
161
  [x: `uint16[${string}]`]: undefined;
162
- [x: `uint40[${string}]`]: undefined;
163
- [x: `uint120[${string}]`]: undefined;
164
- [x: `uint240[${string}]`]: undefined;
165
162
  [x: `uint24[${string}]`]: undefined;
163
+ [x: `uint40[${string}]`]: undefined;
166
164
  [x: `uint56[${string}]`]: undefined;
167
165
  [x: `uint72[${string}]`]: undefined;
168
166
  [x: `uint80[${string}]`]: undefined;
169
167
  [x: `uint88[${string}]`]: undefined;
170
168
  [x: `uint96[${string}]`]: undefined;
171
169
  [x: `uint104[${string}]`]: undefined;
170
+ [x: `uint120[${string}]`]: undefined;
172
171
  [x: `uint128[${string}]`]: undefined;
173
172
  [x: `uint136[${string}]`]: undefined;
174
173
  [x: `uint144[${string}]`]: undefined;
@@ -182,6 +181,7 @@ export declare const executorArgsSchema: z.ZodObject<{
182
181
  [x: `uint216[${string}]`]: undefined;
183
182
  [x: `uint224[${string}]`]: undefined;
184
183
  [x: `uint232[${string}]`]: undefined;
184
+ [x: `uint240[${string}]`]: undefined;
185
185
  [x: `uint248[${string}]`]: undefined;
186
186
  string?: undefined;
187
187
  address?: undefined;
@@ -207,32 +207,30 @@ export declare const executorArgsSchema: z.ZodObject<{
207
207
  bytes9?: undefined;
208
208
  bytes10?: undefined;
209
209
  bytes20?: undefined;
210
- bytes19?: undefined;
211
210
  bytes12?: undefined;
211
+ bytes13?: undefined;
212
212
  bytes14?: undefined;
213
+ bytes15?: undefined;
213
214
  bytes16?: undefined;
215
+ bytes17?: undefined;
214
216
  bytes18?: undefined;
217
+ bytes19?: undefined;
218
+ bytes21?: undefined;
219
+ bytes22?: undefined;
220
+ bytes23?: undefined;
221
+ bytes24?: undefined;
215
222
  bytes25?: undefined;
223
+ bytes26?: undefined;
224
+ bytes27?: undefined;
225
+ bytes28?: undefined;
226
+ bytes29?: undefined;
216
227
  bytes30?: undefined;
217
228
  bytes31?: undefined;
218
- bytes29?: undefined;
219
- bytes28?: undefined;
220
- bytes27?: undefined;
221
- bytes26?: undefined;
222
- bytes24?: undefined;
223
- bytes23?: undefined;
224
- bytes22?: undefined;
225
- bytes21?: undefined;
226
- bytes17?: undefined;
227
- bytes15?: undefined;
228
- bytes13?: undefined;
229
229
  int8?: undefined;
230
- int32?: undefined;
231
230
  int16?: undefined;
232
- int40?: undefined;
233
- int120?: undefined;
234
- int240?: undefined;
235
231
  int24?: undefined;
232
+ int32?: undefined;
233
+ int40?: undefined;
236
234
  int48?: undefined;
237
235
  int56?: undefined;
238
236
  int64?: undefined;
@@ -242,6 +240,7 @@ export declare const executorArgsSchema: z.ZodObject<{
242
240
  int96?: undefined;
243
241
  int104?: undefined;
244
242
  int112?: undefined;
243
+ int120?: undefined;
245
244
  int128?: undefined;
246
245
  int136?: undefined;
247
246
  int144?: undefined;
@@ -256,19 +255,19 @@ export declare const executorArgsSchema: z.ZodObject<{
256
255
  int216?: undefined;
257
256
  int224?: undefined;
258
257
  int232?: undefined;
258
+ int240?: undefined;
259
259
  int248?: undefined;
260
260
  int256?: undefined;
261
261
  uint16?: undefined;
262
- uint40?: undefined;
263
- uint120?: undefined;
264
- uint240?: undefined;
265
262
  uint24?: undefined;
263
+ uint40?: undefined;
266
264
  uint56?: undefined;
267
265
  uint72?: undefined;
268
266
  uint80?: undefined;
269
267
  uint88?: undefined;
270
268
  uint96?: undefined;
271
269
  uint104?: undefined;
270
+ uint120?: undefined;
272
271
  uint128?: undefined;
273
272
  uint136?: undefined;
274
273
  uint144?: undefined;
@@ -282,8 +281,9 @@ export declare const executorArgsSchema: z.ZodObject<{
282
281
  uint216?: undefined;
283
282
  uint224?: undefined;
284
283
  uint232?: undefined;
284
+ uint240?: undefined;
285
285
  uint248?: undefined;
286
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
286
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
287
287
  publicKey: `0x${string}`;
288
288
  source: "privateKey";
289
289
  type: "local";
@@ -298,14 +298,14 @@ export declare const executorArgsSchema: z.ZodObject<{
298
298
  sign: (parameters: {
299
299
  hash: `0x${string}`;
300
300
  }) => Promise<`0x${string}`>;
301
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
301
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
302
302
  signMessage: ({ message }: {
303
303
  message: import("viem").SignableMessage;
304
304
  }) => Promise<`0x${string}`>;
305
305
  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?: {
306
306
  serializer?: serializer | undefined;
307
307
  } | 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}`>;
308
- signTypedData: <const typedData extends Record<string, unknown> | {
308
+ signTypedData: <const typedData extends {
309
309
  [x: string]: readonly import("viem").TypedDataParameter[];
310
310
  [x: `string[${string}]`]: undefined;
311
311
  [x: `function[${string}]`]: undefined;
@@ -332,33 +332,31 @@ export declare const executorArgsSchema: z.ZodObject<{
332
332
  [x: `bytes9[${string}]`]: undefined;
333
333
  [x: `bytes10[${string}]`]: undefined;
334
334
  [x: `bytes20[${string}]`]: undefined;
335
- [x: `bytes19[${string}]`]: undefined;
336
335
  [x: `bytes12[${string}]`]: undefined;
336
+ [x: `bytes13[${string}]`]: undefined;
337
337
  [x: `bytes14[${string}]`]: undefined;
338
+ [x: `bytes15[${string}]`]: undefined;
338
339
  [x: `bytes16[${string}]`]: undefined;
340
+ [x: `bytes17[${string}]`]: undefined;
339
341
  [x: `bytes18[${string}]`]: undefined;
342
+ [x: `bytes19[${string}]`]: undefined;
343
+ [x: `bytes21[${string}]`]: undefined;
344
+ [x: `bytes22[${string}]`]: undefined;
345
+ [x: `bytes23[${string}]`]: undefined;
346
+ [x: `bytes24[${string}]`]: undefined;
340
347
  [x: `bytes25[${string}]`]: undefined;
348
+ [x: `bytes26[${string}]`]: undefined;
349
+ [x: `bytes27[${string}]`]: undefined;
350
+ [x: `bytes28[${string}]`]: undefined;
351
+ [x: `bytes29[${string}]`]: undefined;
341
352
  [x: `bytes30[${string}]`]: undefined;
342
353
  [x: `bytes31[${string}]`]: undefined;
343
- [x: `bytes29[${string}]`]: undefined;
344
- [x: `bytes28[${string}]`]: undefined;
345
- [x: `bytes27[${string}]`]: undefined;
346
- [x: `bytes26[${string}]`]: undefined;
347
- [x: `bytes24[${string}]`]: undefined;
348
- [x: `bytes23[${string}]`]: undefined;
349
- [x: `bytes22[${string}]`]: undefined;
350
- [x: `bytes21[${string}]`]: undefined;
351
- [x: `bytes17[${string}]`]: undefined;
352
- [x: `bytes15[${string}]`]: undefined;
353
- [x: `bytes13[${string}]`]: undefined;
354
354
  [x: `int[${string}]`]: undefined;
355
355
  [x: `int8[${string}]`]: undefined;
356
- [x: `int32[${string}]`]: undefined;
357
356
  [x: `int16[${string}]`]: undefined;
358
- [x: `int40[${string}]`]: undefined;
359
- [x: `int120[${string}]`]: undefined;
360
- [x: `int240[${string}]`]: undefined;
361
357
  [x: `int24[${string}]`]: undefined;
358
+ [x: `int32[${string}]`]: undefined;
359
+ [x: `int40[${string}]`]: undefined;
362
360
  [x: `int48[${string}]`]: undefined;
363
361
  [x: `int56[${string}]`]: undefined;
364
362
  [x: `int64[${string}]`]: undefined;
@@ -368,6 +366,7 @@ export declare const executorArgsSchema: z.ZodObject<{
368
366
  [x: `int96[${string}]`]: undefined;
369
367
  [x: `int104[${string}]`]: undefined;
370
368
  [x: `int112[${string}]`]: undefined;
369
+ [x: `int120[${string}]`]: undefined;
371
370
  [x: `int128[${string}]`]: undefined;
372
371
  [x: `int136[${string}]`]: undefined;
373
372
  [x: `int144[${string}]`]: undefined;
@@ -382,20 +381,20 @@ export declare const executorArgsSchema: z.ZodObject<{
382
381
  [x: `int216[${string}]`]: undefined;
383
382
  [x: `int224[${string}]`]: undefined;
384
383
  [x: `int232[${string}]`]: undefined;
384
+ [x: `int240[${string}]`]: undefined;
385
385
  [x: `int248[${string}]`]: undefined;
386
386
  [x: `int256[${string}]`]: undefined;
387
387
  [x: `uint[${string}]`]: undefined;
388
388
  [x: `uint16[${string}]`]: undefined;
389
- [x: `uint40[${string}]`]: undefined;
390
- [x: `uint120[${string}]`]: undefined;
391
- [x: `uint240[${string}]`]: undefined;
392
389
  [x: `uint24[${string}]`]: undefined;
390
+ [x: `uint40[${string}]`]: undefined;
393
391
  [x: `uint56[${string}]`]: undefined;
394
392
  [x: `uint72[${string}]`]: undefined;
395
393
  [x: `uint80[${string}]`]: undefined;
396
394
  [x: `uint88[${string}]`]: undefined;
397
395
  [x: `uint96[${string}]`]: undefined;
398
396
  [x: `uint104[${string}]`]: undefined;
397
+ [x: `uint120[${string}]`]: undefined;
399
398
  [x: `uint128[${string}]`]: undefined;
400
399
  [x: `uint136[${string}]`]: undefined;
401
400
  [x: `uint144[${string}]`]: undefined;
@@ -409,6 +408,7 @@ export declare const executorArgsSchema: z.ZodObject<{
409
408
  [x: `uint216[${string}]`]: undefined;
410
409
  [x: `uint224[${string}]`]: undefined;
411
410
  [x: `uint232[${string}]`]: undefined;
411
+ [x: `uint240[${string}]`]: undefined;
412
412
  [x: `uint248[${string}]`]: undefined;
413
413
  string?: undefined;
414
414
  address?: undefined;
@@ -434,32 +434,30 @@ export declare const executorArgsSchema: z.ZodObject<{
434
434
  bytes9?: undefined;
435
435
  bytes10?: undefined;
436
436
  bytes20?: undefined;
437
- bytes19?: undefined;
438
437
  bytes12?: undefined;
438
+ bytes13?: undefined;
439
439
  bytes14?: undefined;
440
+ bytes15?: undefined;
440
441
  bytes16?: undefined;
442
+ bytes17?: undefined;
441
443
  bytes18?: undefined;
444
+ bytes19?: undefined;
445
+ bytes21?: undefined;
446
+ bytes22?: undefined;
447
+ bytes23?: undefined;
448
+ bytes24?: undefined;
442
449
  bytes25?: undefined;
450
+ bytes26?: undefined;
451
+ bytes27?: undefined;
452
+ bytes28?: undefined;
453
+ bytes29?: undefined;
443
454
  bytes30?: undefined;
444
455
  bytes31?: undefined;
445
- bytes29?: undefined;
446
- bytes28?: undefined;
447
- bytes27?: undefined;
448
- bytes26?: undefined;
449
- bytes24?: undefined;
450
- bytes23?: undefined;
451
- bytes22?: undefined;
452
- bytes21?: undefined;
453
- bytes17?: undefined;
454
- bytes15?: undefined;
455
- bytes13?: undefined;
456
456
  int8?: undefined;
457
- int32?: undefined;
458
457
  int16?: undefined;
459
- int40?: undefined;
460
- int120?: undefined;
461
- int240?: undefined;
462
458
  int24?: undefined;
459
+ int32?: undefined;
460
+ int40?: undefined;
463
461
  int48?: undefined;
464
462
  int56?: undefined;
465
463
  int64?: undefined;
@@ -469,6 +467,7 @@ export declare const executorArgsSchema: z.ZodObject<{
469
467
  int96?: undefined;
470
468
  int104?: undefined;
471
469
  int112?: undefined;
470
+ int120?: undefined;
472
471
  int128?: undefined;
473
472
  int136?: undefined;
474
473
  int144?: undefined;
@@ -483,19 +482,19 @@ export declare const executorArgsSchema: z.ZodObject<{
483
482
  int216?: undefined;
484
483
  int224?: undefined;
485
484
  int232?: undefined;
485
+ int240?: undefined;
486
486
  int248?: undefined;
487
487
  int256?: undefined;
488
488
  uint16?: undefined;
489
- uint40?: undefined;
490
- uint120?: undefined;
491
- uint240?: undefined;
492
489
  uint24?: undefined;
490
+ uint40?: undefined;
493
491
  uint56?: undefined;
494
492
  uint72?: undefined;
495
493
  uint80?: undefined;
496
494
  uint88?: undefined;
497
495
  uint96?: undefined;
498
496
  uint104?: undefined;
497
+ uint120?: undefined;
499
498
  uint128?: undefined;
500
499
  uint136?: undefined;
501
500
  uint144?: undefined;
@@ -509,8 +508,9 @@ export declare const executorArgsSchema: z.ZodObject<{
509
508
  uint216?: undefined;
510
509
  uint224?: undefined;
511
510
  uint232?: undefined;
511
+ uint240?: undefined;
512
512
  uint248?: undefined;
513
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
513
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
514
514
  publicKey: `0x${string}`;
515
515
  source: "privateKey";
516
516
  type: "local";
@@ -520,14 +520,14 @@ export declare const executorArgsSchema: z.ZodObject<{
520
520
  sign: (parameters: {
521
521
  hash: `0x${string}`;
522
522
  }) => Promise<`0x${string}`>;
523
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
523
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
524
524
  signMessage: ({ message }: {
525
525
  message: import("viem").SignableMessage;
526
526
  }) => Promise<`0x${string}`>;
527
527
  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?: {
528
528
  serializer?: serializer | undefined;
529
529
  } | 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}`>;
530
- signTypedData: <const typedData extends Record<string, unknown> | {
530
+ signTypedData: <const typedData extends {
531
531
  [x: string]: readonly import("viem").TypedDataParameter[];
532
532
  [x: `string[${string}]`]: undefined;
533
533
  [x: `function[${string}]`]: undefined;
@@ -554,33 +554,31 @@ export declare const executorArgsSchema: z.ZodObject<{
554
554
  [x: `bytes9[${string}]`]: undefined;
555
555
  [x: `bytes10[${string}]`]: undefined;
556
556
  [x: `bytes20[${string}]`]: undefined;
557
- [x: `bytes19[${string}]`]: undefined;
558
557
  [x: `bytes12[${string}]`]: undefined;
558
+ [x: `bytes13[${string}]`]: undefined;
559
559
  [x: `bytes14[${string}]`]: undefined;
560
+ [x: `bytes15[${string}]`]: undefined;
560
561
  [x: `bytes16[${string}]`]: undefined;
562
+ [x: `bytes17[${string}]`]: undefined;
561
563
  [x: `bytes18[${string}]`]: undefined;
564
+ [x: `bytes19[${string}]`]: undefined;
565
+ [x: `bytes21[${string}]`]: undefined;
566
+ [x: `bytes22[${string}]`]: undefined;
567
+ [x: `bytes23[${string}]`]: undefined;
568
+ [x: `bytes24[${string}]`]: undefined;
562
569
  [x: `bytes25[${string}]`]: undefined;
570
+ [x: `bytes26[${string}]`]: undefined;
571
+ [x: `bytes27[${string}]`]: undefined;
572
+ [x: `bytes28[${string}]`]: undefined;
573
+ [x: `bytes29[${string}]`]: undefined;
563
574
  [x: `bytes30[${string}]`]: undefined;
564
575
  [x: `bytes31[${string}]`]: undefined;
565
- [x: `bytes29[${string}]`]: undefined;
566
- [x: `bytes28[${string}]`]: undefined;
567
- [x: `bytes27[${string}]`]: undefined;
568
- [x: `bytes26[${string}]`]: undefined;
569
- [x: `bytes24[${string}]`]: undefined;
570
- [x: `bytes23[${string}]`]: undefined;
571
- [x: `bytes22[${string}]`]: undefined;
572
- [x: `bytes21[${string}]`]: undefined;
573
- [x: `bytes17[${string}]`]: undefined;
574
- [x: `bytes15[${string}]`]: undefined;
575
- [x: `bytes13[${string}]`]: undefined;
576
576
  [x: `int[${string}]`]: undefined;
577
577
  [x: `int8[${string}]`]: undefined;
578
- [x: `int32[${string}]`]: undefined;
579
578
  [x: `int16[${string}]`]: undefined;
580
- [x: `int40[${string}]`]: undefined;
581
- [x: `int120[${string}]`]: undefined;
582
- [x: `int240[${string}]`]: undefined;
583
579
  [x: `int24[${string}]`]: undefined;
580
+ [x: `int32[${string}]`]: undefined;
581
+ [x: `int40[${string}]`]: undefined;
584
582
  [x: `int48[${string}]`]: undefined;
585
583
  [x: `int56[${string}]`]: undefined;
586
584
  [x: `int64[${string}]`]: undefined;
@@ -590,6 +588,7 @@ export declare const executorArgsSchema: z.ZodObject<{
590
588
  [x: `int96[${string}]`]: undefined;
591
589
  [x: `int104[${string}]`]: undefined;
592
590
  [x: `int112[${string}]`]: undefined;
591
+ [x: `int120[${string}]`]: undefined;
593
592
  [x: `int128[${string}]`]: undefined;
594
593
  [x: `int136[${string}]`]: undefined;
595
594
  [x: `int144[${string}]`]: undefined;
@@ -604,20 +603,20 @@ export declare const executorArgsSchema: z.ZodObject<{
604
603
  [x: `int216[${string}]`]: undefined;
605
604
  [x: `int224[${string}]`]: undefined;
606
605
  [x: `int232[${string}]`]: undefined;
606
+ [x: `int240[${string}]`]: undefined;
607
607
  [x: `int248[${string}]`]: undefined;
608
608
  [x: `int256[${string}]`]: undefined;
609
609
  [x: `uint[${string}]`]: undefined;
610
610
  [x: `uint16[${string}]`]: undefined;
611
- [x: `uint40[${string}]`]: undefined;
612
- [x: `uint120[${string}]`]: undefined;
613
- [x: `uint240[${string}]`]: undefined;
614
611
  [x: `uint24[${string}]`]: undefined;
612
+ [x: `uint40[${string}]`]: undefined;
615
613
  [x: `uint56[${string}]`]: undefined;
616
614
  [x: `uint72[${string}]`]: undefined;
617
615
  [x: `uint80[${string}]`]: undefined;
618
616
  [x: `uint88[${string}]`]: undefined;
619
617
  [x: `uint96[${string}]`]: undefined;
620
618
  [x: `uint104[${string}]`]: undefined;
619
+ [x: `uint120[${string}]`]: undefined;
621
620
  [x: `uint128[${string}]`]: undefined;
622
621
  [x: `uint136[${string}]`]: undefined;
623
622
  [x: `uint144[${string}]`]: undefined;
@@ -631,6 +630,7 @@ export declare const executorArgsSchema: z.ZodObject<{
631
630
  [x: `uint216[${string}]`]: undefined;
632
631
  [x: `uint224[${string}]`]: undefined;
633
632
  [x: `uint232[${string}]`]: undefined;
633
+ [x: `uint240[${string}]`]: undefined;
634
634
  [x: `uint248[${string}]`]: undefined;
635
635
  string?: undefined;
636
636
  address?: undefined;
@@ -656,32 +656,30 @@ export declare const executorArgsSchema: z.ZodObject<{
656
656
  bytes9?: undefined;
657
657
  bytes10?: undefined;
658
658
  bytes20?: undefined;
659
- bytes19?: undefined;
660
659
  bytes12?: undefined;
660
+ bytes13?: undefined;
661
661
  bytes14?: undefined;
662
+ bytes15?: undefined;
662
663
  bytes16?: undefined;
664
+ bytes17?: undefined;
663
665
  bytes18?: undefined;
666
+ bytes19?: undefined;
667
+ bytes21?: undefined;
668
+ bytes22?: undefined;
669
+ bytes23?: undefined;
670
+ bytes24?: undefined;
664
671
  bytes25?: undefined;
672
+ bytes26?: undefined;
673
+ bytes27?: undefined;
674
+ bytes28?: undefined;
675
+ bytes29?: undefined;
665
676
  bytes30?: undefined;
666
677
  bytes31?: undefined;
667
- bytes29?: undefined;
668
- bytes28?: undefined;
669
- bytes27?: undefined;
670
- bytes26?: undefined;
671
- bytes24?: undefined;
672
- bytes23?: undefined;
673
- bytes22?: undefined;
674
- bytes21?: undefined;
675
- bytes17?: undefined;
676
- bytes15?: undefined;
677
- bytes13?: undefined;
678
678
  int8?: undefined;
679
- int32?: undefined;
680
679
  int16?: undefined;
681
- int40?: undefined;
682
- int120?: undefined;
683
- int240?: undefined;
684
680
  int24?: undefined;
681
+ int32?: undefined;
682
+ int40?: undefined;
685
683
  int48?: undefined;
686
684
  int56?: undefined;
687
685
  int64?: undefined;
@@ -691,6 +689,7 @@ export declare const executorArgsSchema: z.ZodObject<{
691
689
  int96?: undefined;
692
690
  int104?: undefined;
693
691
  int112?: undefined;
692
+ int120?: undefined;
694
693
  int128?: undefined;
695
694
  int136?: undefined;
696
695
  int144?: undefined;
@@ -705,19 +704,19 @@ export declare const executorArgsSchema: z.ZodObject<{
705
704
  int216?: undefined;
706
705
  int224?: undefined;
707
706
  int232?: undefined;
707
+ int240?: undefined;
708
708
  int248?: undefined;
709
709
  int256?: undefined;
710
710
  uint16?: undefined;
711
- uint40?: undefined;
712
- uint120?: undefined;
713
- uint240?: undefined;
714
711
  uint24?: undefined;
712
+ uint40?: undefined;
715
713
  uint56?: undefined;
716
714
  uint72?: undefined;
717
715
  uint80?: undefined;
718
716
  uint88?: undefined;
719
717
  uint96?: undefined;
720
718
  uint104?: undefined;
719
+ uint120?: undefined;
721
720
  uint128?: undefined;
722
721
  uint136?: undefined;
723
722
  uint144?: undefined;
@@ -731,8 +730,9 @@ export declare const executorArgsSchema: z.ZodObject<{
731
730
  uint216?: undefined;
732
731
  uint224?: undefined;
733
732
  uint232?: undefined;
733
+ uint240?: undefined;
734
734
  uint248?: undefined;
735
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
735
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
736
736
  publicKey: `0x${string}`;
737
737
  source: "privateKey";
738
738
  type: "local";
@@ -743,6 +743,8 @@ export declare const executorArgsSchema: z.ZodObject<{
743
743
  "executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
744
744
  "send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
745
745
  "transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
746
+ "bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
747
+ "arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
746
748
  "binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
747
749
  }, "strip", z.ZodTypeAny, {
748
750
  "resubmit-stuck-timeout": number;
@@ -758,14 +760,14 @@ export declare const executorArgsSchema: z.ZodObject<{
758
760
  sign: (parameters: {
759
761
  hash: `0x${string}`;
760
762
  }) => Promise<`0x${string}`>;
761
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
763
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
762
764
  signMessage: ({ message }: {
763
765
  message: import("viem").SignableMessage;
764
766
  }) => Promise<`0x${string}`>;
765
767
  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?: {
766
768
  serializer?: serializer | undefined;
767
769
  } | 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}`>;
768
- signTypedData: <const typedData extends Record<string, unknown> | {
770
+ signTypedData: <const typedData extends {
769
771
  [x: string]: readonly import("viem").TypedDataParameter[];
770
772
  [x: `string[${string}]`]: undefined;
771
773
  [x: `function[${string}]`]: undefined;
@@ -792,33 +794,31 @@ export declare const executorArgsSchema: z.ZodObject<{
792
794
  [x: `bytes9[${string}]`]: undefined;
793
795
  [x: `bytes10[${string}]`]: undefined;
794
796
  [x: `bytes20[${string}]`]: undefined;
795
- [x: `bytes19[${string}]`]: undefined;
796
797
  [x: `bytes12[${string}]`]: undefined;
798
+ [x: `bytes13[${string}]`]: undefined;
797
799
  [x: `bytes14[${string}]`]: undefined;
800
+ [x: `bytes15[${string}]`]: undefined;
798
801
  [x: `bytes16[${string}]`]: undefined;
802
+ [x: `bytes17[${string}]`]: undefined;
799
803
  [x: `bytes18[${string}]`]: undefined;
804
+ [x: `bytes19[${string}]`]: undefined;
805
+ [x: `bytes21[${string}]`]: undefined;
806
+ [x: `bytes22[${string}]`]: undefined;
807
+ [x: `bytes23[${string}]`]: undefined;
808
+ [x: `bytes24[${string}]`]: undefined;
800
809
  [x: `bytes25[${string}]`]: undefined;
810
+ [x: `bytes26[${string}]`]: undefined;
811
+ [x: `bytes27[${string}]`]: undefined;
812
+ [x: `bytes28[${string}]`]: undefined;
813
+ [x: `bytes29[${string}]`]: undefined;
801
814
  [x: `bytes30[${string}]`]: undefined;
802
815
  [x: `bytes31[${string}]`]: undefined;
803
- [x: `bytes29[${string}]`]: undefined;
804
- [x: `bytes28[${string}]`]: undefined;
805
- [x: `bytes27[${string}]`]: undefined;
806
- [x: `bytes26[${string}]`]: undefined;
807
- [x: `bytes24[${string}]`]: undefined;
808
- [x: `bytes23[${string}]`]: undefined;
809
- [x: `bytes22[${string}]`]: undefined;
810
- [x: `bytes21[${string}]`]: undefined;
811
- [x: `bytes17[${string}]`]: undefined;
812
- [x: `bytes15[${string}]`]: undefined;
813
- [x: `bytes13[${string}]`]: undefined;
814
816
  [x: `int[${string}]`]: undefined;
815
817
  [x: `int8[${string}]`]: undefined;
816
- [x: `int32[${string}]`]: undefined;
817
818
  [x: `int16[${string}]`]: undefined;
818
- [x: `int40[${string}]`]: undefined;
819
- [x: `int120[${string}]`]: undefined;
820
- [x: `int240[${string}]`]: undefined;
821
819
  [x: `int24[${string}]`]: undefined;
820
+ [x: `int32[${string}]`]: undefined;
821
+ [x: `int40[${string}]`]: undefined;
822
822
  [x: `int48[${string}]`]: undefined;
823
823
  [x: `int56[${string}]`]: undefined;
824
824
  [x: `int64[${string}]`]: undefined;
@@ -828,6 +828,7 @@ export declare const executorArgsSchema: z.ZodObject<{
828
828
  [x: `int96[${string}]`]: undefined;
829
829
  [x: `int104[${string}]`]: undefined;
830
830
  [x: `int112[${string}]`]: undefined;
831
+ [x: `int120[${string}]`]: undefined;
831
832
  [x: `int128[${string}]`]: undefined;
832
833
  [x: `int136[${string}]`]: undefined;
833
834
  [x: `int144[${string}]`]: undefined;
@@ -842,20 +843,20 @@ export declare const executorArgsSchema: z.ZodObject<{
842
843
  [x: `int216[${string}]`]: undefined;
843
844
  [x: `int224[${string}]`]: undefined;
844
845
  [x: `int232[${string}]`]: undefined;
846
+ [x: `int240[${string}]`]: undefined;
845
847
  [x: `int248[${string}]`]: undefined;
846
848
  [x: `int256[${string}]`]: undefined;
847
849
  [x: `uint[${string}]`]: undefined;
848
850
  [x: `uint16[${string}]`]: undefined;
849
- [x: `uint40[${string}]`]: undefined;
850
- [x: `uint120[${string}]`]: undefined;
851
- [x: `uint240[${string}]`]: undefined;
852
851
  [x: `uint24[${string}]`]: undefined;
852
+ [x: `uint40[${string}]`]: undefined;
853
853
  [x: `uint56[${string}]`]: undefined;
854
854
  [x: `uint72[${string}]`]: undefined;
855
855
  [x: `uint80[${string}]`]: undefined;
856
856
  [x: `uint88[${string}]`]: undefined;
857
857
  [x: `uint96[${string}]`]: undefined;
858
858
  [x: `uint104[${string}]`]: undefined;
859
+ [x: `uint120[${string}]`]: undefined;
859
860
  [x: `uint128[${string}]`]: undefined;
860
861
  [x: `uint136[${string}]`]: undefined;
861
862
  [x: `uint144[${string}]`]: undefined;
@@ -869,6 +870,7 @@ export declare const executorArgsSchema: z.ZodObject<{
869
870
  [x: `uint216[${string}]`]: undefined;
870
871
  [x: `uint224[${string}]`]: undefined;
871
872
  [x: `uint232[${string}]`]: undefined;
873
+ [x: `uint240[${string}]`]: undefined;
872
874
  [x: `uint248[${string}]`]: undefined;
873
875
  string?: undefined;
874
876
  address?: undefined;
@@ -894,32 +896,30 @@ export declare const executorArgsSchema: z.ZodObject<{
894
896
  bytes9?: undefined;
895
897
  bytes10?: undefined;
896
898
  bytes20?: undefined;
897
- bytes19?: undefined;
898
899
  bytes12?: undefined;
900
+ bytes13?: undefined;
899
901
  bytes14?: undefined;
902
+ bytes15?: undefined;
900
903
  bytes16?: undefined;
904
+ bytes17?: undefined;
901
905
  bytes18?: undefined;
906
+ bytes19?: undefined;
907
+ bytes21?: undefined;
908
+ bytes22?: undefined;
909
+ bytes23?: undefined;
910
+ bytes24?: undefined;
902
911
  bytes25?: undefined;
912
+ bytes26?: undefined;
913
+ bytes27?: undefined;
914
+ bytes28?: undefined;
915
+ bytes29?: undefined;
903
916
  bytes30?: undefined;
904
917
  bytes31?: undefined;
905
- bytes29?: undefined;
906
- bytes28?: undefined;
907
- bytes27?: undefined;
908
- bytes26?: undefined;
909
- bytes24?: undefined;
910
- bytes23?: undefined;
911
- bytes22?: undefined;
912
- bytes21?: undefined;
913
- bytes17?: undefined;
914
- bytes15?: undefined;
915
- bytes13?: undefined;
916
918
  int8?: undefined;
917
- int32?: undefined;
918
919
  int16?: undefined;
919
- int40?: undefined;
920
- int120?: undefined;
921
- int240?: undefined;
922
920
  int24?: undefined;
921
+ int32?: undefined;
922
+ int40?: undefined;
923
923
  int48?: undefined;
924
924
  int56?: undefined;
925
925
  int64?: undefined;
@@ -929,6 +929,7 @@ export declare const executorArgsSchema: z.ZodObject<{
929
929
  int96?: undefined;
930
930
  int104?: undefined;
931
931
  int112?: undefined;
932
+ int120?: undefined;
932
933
  int128?: undefined;
933
934
  int136?: undefined;
934
935
  int144?: undefined;
@@ -943,19 +944,19 @@ export declare const executorArgsSchema: z.ZodObject<{
943
944
  int216?: undefined;
944
945
  int224?: undefined;
945
946
  int232?: undefined;
947
+ int240?: undefined;
946
948
  int248?: undefined;
947
949
  int256?: undefined;
948
950
  uint16?: undefined;
949
- uint40?: undefined;
950
- uint120?: undefined;
951
- uint240?: undefined;
952
951
  uint24?: undefined;
952
+ uint40?: undefined;
953
953
  uint56?: undefined;
954
954
  uint72?: undefined;
955
955
  uint80?: undefined;
956
956
  uint88?: undefined;
957
957
  uint96?: undefined;
958
958
  uint104?: undefined;
959
+ uint120?: undefined;
959
960
  uint128?: undefined;
960
961
  uint136?: undefined;
961
962
  uint144?: undefined;
@@ -969,8 +970,9 @@ export declare const executorArgsSchema: z.ZodObject<{
969
970
  uint216?: undefined;
970
971
  uint224?: undefined;
971
972
  uint232?: undefined;
973
+ uint240?: undefined;
972
974
  uint248?: undefined;
973
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
975
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
974
976
  publicKey: `0x${string}`;
975
977
  source: "privateKey";
976
978
  type: "local";
@@ -979,6 +981,8 @@ export declare const executorArgsSchema: z.ZodObject<{
979
981
  "executor-gas-multiplier": bigint;
980
982
  "send-handle-ops-retry-count": number;
981
983
  "transaction-underpriced-multiplier": bigint;
984
+ "bundler-initial-commission": bigint;
985
+ "arbitrum-gas-bid-multiplier": bigint;
982
986
  "binary-search-max-retries": number;
983
987
  "refill-helper-contract"?: `0x${string}` | undefined;
984
988
  "utility-private-key"?: {
@@ -987,14 +991,14 @@ export declare const executorArgsSchema: z.ZodObject<{
987
991
  sign: (parameters: {
988
992
  hash: `0x${string}`;
989
993
  }) => Promise<`0x${string}`>;
990
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
994
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
991
995
  signMessage: ({ message }: {
992
996
  message: import("viem").SignableMessage;
993
997
  }) => Promise<`0x${string}`>;
994
998
  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?: {
995
999
  serializer?: serializer | undefined;
996
1000
  } | 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}`>;
997
- signTypedData: <const typedData extends Record<string, unknown> | {
1001
+ signTypedData: <const typedData extends {
998
1002
  [x: string]: readonly import("viem").TypedDataParameter[];
999
1003
  [x: `string[${string}]`]: undefined;
1000
1004
  [x: `function[${string}]`]: undefined;
@@ -1021,33 +1025,31 @@ export declare const executorArgsSchema: z.ZodObject<{
1021
1025
  [x: `bytes9[${string}]`]: undefined;
1022
1026
  [x: `bytes10[${string}]`]: undefined;
1023
1027
  [x: `bytes20[${string}]`]: undefined;
1024
- [x: `bytes19[${string}]`]: undefined;
1025
1028
  [x: `bytes12[${string}]`]: undefined;
1029
+ [x: `bytes13[${string}]`]: undefined;
1026
1030
  [x: `bytes14[${string}]`]: undefined;
1031
+ [x: `bytes15[${string}]`]: undefined;
1027
1032
  [x: `bytes16[${string}]`]: undefined;
1033
+ [x: `bytes17[${string}]`]: undefined;
1028
1034
  [x: `bytes18[${string}]`]: undefined;
1035
+ [x: `bytes19[${string}]`]: undefined;
1036
+ [x: `bytes21[${string}]`]: undefined;
1037
+ [x: `bytes22[${string}]`]: undefined;
1038
+ [x: `bytes23[${string}]`]: undefined;
1039
+ [x: `bytes24[${string}]`]: undefined;
1029
1040
  [x: `bytes25[${string}]`]: undefined;
1041
+ [x: `bytes26[${string}]`]: undefined;
1042
+ [x: `bytes27[${string}]`]: undefined;
1043
+ [x: `bytes28[${string}]`]: undefined;
1044
+ [x: `bytes29[${string}]`]: undefined;
1030
1045
  [x: `bytes30[${string}]`]: undefined;
1031
1046
  [x: `bytes31[${string}]`]: undefined;
1032
- [x: `bytes29[${string}]`]: undefined;
1033
- [x: `bytes28[${string}]`]: undefined;
1034
- [x: `bytes27[${string}]`]: undefined;
1035
- [x: `bytes26[${string}]`]: undefined;
1036
- [x: `bytes24[${string}]`]: undefined;
1037
- [x: `bytes23[${string}]`]: undefined;
1038
- [x: `bytes22[${string}]`]: undefined;
1039
- [x: `bytes21[${string}]`]: undefined;
1040
- [x: `bytes17[${string}]`]: undefined;
1041
- [x: `bytes15[${string}]`]: undefined;
1042
- [x: `bytes13[${string}]`]: undefined;
1043
1047
  [x: `int[${string}]`]: undefined;
1044
1048
  [x: `int8[${string}]`]: undefined;
1045
- [x: `int32[${string}]`]: undefined;
1046
1049
  [x: `int16[${string}]`]: undefined;
1047
- [x: `int40[${string}]`]: undefined;
1048
- [x: `int120[${string}]`]: undefined;
1049
- [x: `int240[${string}]`]: undefined;
1050
1050
  [x: `int24[${string}]`]: undefined;
1051
+ [x: `int32[${string}]`]: undefined;
1052
+ [x: `int40[${string}]`]: undefined;
1051
1053
  [x: `int48[${string}]`]: undefined;
1052
1054
  [x: `int56[${string}]`]: undefined;
1053
1055
  [x: `int64[${string}]`]: undefined;
@@ -1057,6 +1059,7 @@ export declare const executorArgsSchema: z.ZodObject<{
1057
1059
  [x: `int96[${string}]`]: undefined;
1058
1060
  [x: `int104[${string}]`]: undefined;
1059
1061
  [x: `int112[${string}]`]: undefined;
1062
+ [x: `int120[${string}]`]: undefined;
1060
1063
  [x: `int128[${string}]`]: undefined;
1061
1064
  [x: `int136[${string}]`]: undefined;
1062
1065
  [x: `int144[${string}]`]: undefined;
@@ -1071,20 +1074,20 @@ export declare const executorArgsSchema: z.ZodObject<{
1071
1074
  [x: `int216[${string}]`]: undefined;
1072
1075
  [x: `int224[${string}]`]: undefined;
1073
1076
  [x: `int232[${string}]`]: undefined;
1077
+ [x: `int240[${string}]`]: undefined;
1074
1078
  [x: `int248[${string}]`]: undefined;
1075
1079
  [x: `int256[${string}]`]: undefined;
1076
1080
  [x: `uint[${string}]`]: undefined;
1077
1081
  [x: `uint16[${string}]`]: undefined;
1078
- [x: `uint40[${string}]`]: undefined;
1079
- [x: `uint120[${string}]`]: undefined;
1080
- [x: `uint240[${string}]`]: undefined;
1081
1082
  [x: `uint24[${string}]`]: undefined;
1083
+ [x: `uint40[${string}]`]: undefined;
1082
1084
  [x: `uint56[${string}]`]: undefined;
1083
1085
  [x: `uint72[${string}]`]: undefined;
1084
1086
  [x: `uint80[${string}]`]: undefined;
1085
1087
  [x: `uint88[${string}]`]: undefined;
1086
1088
  [x: `uint96[${string}]`]: undefined;
1087
1089
  [x: `uint104[${string}]`]: undefined;
1090
+ [x: `uint120[${string}]`]: undefined;
1088
1091
  [x: `uint128[${string}]`]: undefined;
1089
1092
  [x: `uint136[${string}]`]: undefined;
1090
1093
  [x: `uint144[${string}]`]: undefined;
@@ -1098,6 +1101,7 @@ export declare const executorArgsSchema: z.ZodObject<{
1098
1101
  [x: `uint216[${string}]`]: undefined;
1099
1102
  [x: `uint224[${string}]`]: undefined;
1100
1103
  [x: `uint232[${string}]`]: undefined;
1104
+ [x: `uint240[${string}]`]: undefined;
1101
1105
  [x: `uint248[${string}]`]: undefined;
1102
1106
  string?: undefined;
1103
1107
  address?: undefined;
@@ -1123,32 +1127,30 @@ export declare const executorArgsSchema: z.ZodObject<{
1123
1127
  bytes9?: undefined;
1124
1128
  bytes10?: undefined;
1125
1129
  bytes20?: undefined;
1126
- bytes19?: undefined;
1127
1130
  bytes12?: undefined;
1131
+ bytes13?: undefined;
1128
1132
  bytes14?: undefined;
1133
+ bytes15?: undefined;
1129
1134
  bytes16?: undefined;
1135
+ bytes17?: undefined;
1130
1136
  bytes18?: undefined;
1137
+ bytes19?: undefined;
1138
+ bytes21?: undefined;
1139
+ bytes22?: undefined;
1140
+ bytes23?: undefined;
1141
+ bytes24?: undefined;
1131
1142
  bytes25?: undefined;
1143
+ bytes26?: undefined;
1144
+ bytes27?: undefined;
1145
+ bytes28?: undefined;
1146
+ bytes29?: undefined;
1132
1147
  bytes30?: undefined;
1133
1148
  bytes31?: undefined;
1134
- bytes29?: undefined;
1135
- bytes28?: undefined;
1136
- bytes27?: undefined;
1137
- bytes26?: undefined;
1138
- bytes24?: undefined;
1139
- bytes23?: undefined;
1140
- bytes22?: undefined;
1141
- bytes21?: undefined;
1142
- bytes17?: undefined;
1143
- bytes15?: undefined;
1144
- bytes13?: undefined;
1145
1149
  int8?: undefined;
1146
- int32?: undefined;
1147
1150
  int16?: undefined;
1148
- int40?: undefined;
1149
- int120?: undefined;
1150
- int240?: undefined;
1151
1151
  int24?: undefined;
1152
+ int32?: undefined;
1153
+ int40?: undefined;
1152
1154
  int48?: undefined;
1153
1155
  int56?: undefined;
1154
1156
  int64?: undefined;
@@ -1158,6 +1160,7 @@ export declare const executorArgsSchema: z.ZodObject<{
1158
1160
  int96?: undefined;
1159
1161
  int104?: undefined;
1160
1162
  int112?: undefined;
1163
+ int120?: undefined;
1161
1164
  int128?: undefined;
1162
1165
  int136?: undefined;
1163
1166
  int144?: undefined;
@@ -1172,19 +1175,19 @@ export declare const executorArgsSchema: z.ZodObject<{
1172
1175
  int216?: undefined;
1173
1176
  int224?: undefined;
1174
1177
  int232?: undefined;
1178
+ int240?: undefined;
1175
1179
  int248?: undefined;
1176
1180
  int256?: undefined;
1177
1181
  uint16?: undefined;
1178
- uint40?: undefined;
1179
- uint120?: undefined;
1180
- uint240?: undefined;
1181
1182
  uint24?: undefined;
1183
+ uint40?: undefined;
1182
1184
  uint56?: undefined;
1183
1185
  uint72?: undefined;
1184
1186
  uint80?: undefined;
1185
1187
  uint88?: undefined;
1186
1188
  uint96?: undefined;
1187
1189
  uint104?: undefined;
1190
+ uint120?: undefined;
1188
1191
  uint128?: undefined;
1189
1192
  uint136?: undefined;
1190
1193
  uint144?: undefined;
@@ -1198,8 +1201,9 @@ export declare const executorArgsSchema: z.ZodObject<{
1198
1201
  uint216?: undefined;
1199
1202
  uint224?: undefined;
1200
1203
  uint232?: undefined;
1204
+ uint240?: undefined;
1201
1205
  uint248?: undefined;
1202
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1206
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1203
1207
  publicKey: `0x${string}`;
1204
1208
  source: "privateKey";
1205
1209
  type: "local";
@@ -1223,6 +1227,8 @@ export declare const executorArgsSchema: z.ZodObject<{
1223
1227
  "max-executors"?: number | undefined;
1224
1228
  "min-executor-balance"?: string | undefined;
1225
1229
  "send-handle-ops-retry-count"?: number | undefined;
1230
+ "bundler-initial-commission"?: string | undefined;
1231
+ "arbitrum-gas-bid-multiplier"?: string | undefined;
1226
1232
  "binary-search-max-retries"?: number | undefined;
1227
1233
  }>;
1228
1234
  export declare const compatibilityArgsSchema: z.ZodObject<{
@@ -1363,6 +1369,7 @@ export declare const debugArgsSchema: z.ZodObject<{
1363
1369
  "max-bundle-interval"?: number | undefined;
1364
1370
  }>;
1365
1371
  export declare const gasEstimationArgsSchema: z.ZodObject<{
1372
+ "pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1366
1373
  "entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1367
1374
  "entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1368
1375
  "binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
@@ -1399,6 +1406,7 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1399
1406
  "simulation-paymaster-post-op-gas-limit": bigint;
1400
1407
  "paymaster-gas-limit-multiplier": bigint;
1401
1408
  "split-simulation-calls": boolean;
1409
+ "pimlico-simulation-contract"?: `0x${string}` | undefined;
1402
1410
  "entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
1403
1411
  "entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
1404
1412
  "eth-call-sender-address"?: `0x${string}` | undefined;
@@ -1417,6 +1425,7 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1417
1425
  "simulation-paymaster-post-op-gas-limit": string;
1418
1426
  "paymaster-gas-limit-multiplier": string;
1419
1427
  "split-simulation-calls": boolean;
1428
+ "pimlico-simulation-contract"?: unknown;
1420
1429
  "entrypoint-simulation-contract-v7"?: unknown;
1421
1430
  "entrypoint-simulation-contract-v8"?: unknown;
1422
1431
  "binary-search-tolerance-delta"?: string | undefined;
@@ -1496,14 +1505,14 @@ export declare const optionArgsSchema: z.ZodObject<{
1496
1505
  sign: (parameters: {
1497
1506
  hash: `0x${string}`;
1498
1507
  }) => Promise<`0x${string}`>;
1499
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1508
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1500
1509
  signMessage: ({ message }: {
1501
1510
  message: import("viem").SignableMessage;
1502
1511
  }) => Promise<`0x${string}`>;
1503
1512
  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?: {
1504
1513
  serializer?: serializer | undefined;
1505
1514
  } | 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}`>;
1506
- signTypedData: <const typedData extends Record<string, unknown> | {
1515
+ signTypedData: <const typedData extends {
1507
1516
  [x: string]: readonly import("viem").TypedDataParameter[];
1508
1517
  [x: `string[${string}]`]: undefined;
1509
1518
  [x: `function[${string}]`]: undefined;
@@ -1530,33 +1539,31 @@ export declare const optionArgsSchema: z.ZodObject<{
1530
1539
  [x: `bytes9[${string}]`]: undefined;
1531
1540
  [x: `bytes10[${string}]`]: undefined;
1532
1541
  [x: `bytes20[${string}]`]: undefined;
1533
- [x: `bytes19[${string}]`]: undefined;
1534
1542
  [x: `bytes12[${string}]`]: undefined;
1543
+ [x: `bytes13[${string}]`]: undefined;
1535
1544
  [x: `bytes14[${string}]`]: undefined;
1545
+ [x: `bytes15[${string}]`]: undefined;
1536
1546
  [x: `bytes16[${string}]`]: undefined;
1547
+ [x: `bytes17[${string}]`]: undefined;
1537
1548
  [x: `bytes18[${string}]`]: undefined;
1549
+ [x: `bytes19[${string}]`]: undefined;
1550
+ [x: `bytes21[${string}]`]: undefined;
1551
+ [x: `bytes22[${string}]`]: undefined;
1552
+ [x: `bytes23[${string}]`]: undefined;
1553
+ [x: `bytes24[${string}]`]: undefined;
1538
1554
  [x: `bytes25[${string}]`]: undefined;
1555
+ [x: `bytes26[${string}]`]: undefined;
1556
+ [x: `bytes27[${string}]`]: undefined;
1557
+ [x: `bytes28[${string}]`]: undefined;
1558
+ [x: `bytes29[${string}]`]: undefined;
1539
1559
  [x: `bytes30[${string}]`]: undefined;
1540
1560
  [x: `bytes31[${string}]`]: undefined;
1541
- [x: `bytes29[${string}]`]: undefined;
1542
- [x: `bytes28[${string}]`]: undefined;
1543
- [x: `bytes27[${string}]`]: undefined;
1544
- [x: `bytes26[${string}]`]: undefined;
1545
- [x: `bytes24[${string}]`]: undefined;
1546
- [x: `bytes23[${string}]`]: undefined;
1547
- [x: `bytes22[${string}]`]: undefined;
1548
- [x: `bytes21[${string}]`]: undefined;
1549
- [x: `bytes17[${string}]`]: undefined;
1550
- [x: `bytes15[${string}]`]: undefined;
1551
- [x: `bytes13[${string}]`]: undefined;
1552
1561
  [x: `int[${string}]`]: undefined;
1553
1562
  [x: `int8[${string}]`]: undefined;
1554
- [x: `int32[${string}]`]: undefined;
1555
1563
  [x: `int16[${string}]`]: undefined;
1556
- [x: `int40[${string}]`]: undefined;
1557
- [x: `int120[${string}]`]: undefined;
1558
- [x: `int240[${string}]`]: undefined;
1559
1564
  [x: `int24[${string}]`]: undefined;
1565
+ [x: `int32[${string}]`]: undefined;
1566
+ [x: `int40[${string}]`]: undefined;
1560
1567
  [x: `int48[${string}]`]: undefined;
1561
1568
  [x: `int56[${string}]`]: undefined;
1562
1569
  [x: `int64[${string}]`]: undefined;
@@ -1566,6 +1573,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1566
1573
  [x: `int96[${string}]`]: undefined;
1567
1574
  [x: `int104[${string}]`]: undefined;
1568
1575
  [x: `int112[${string}]`]: undefined;
1576
+ [x: `int120[${string}]`]: undefined;
1569
1577
  [x: `int128[${string}]`]: undefined;
1570
1578
  [x: `int136[${string}]`]: undefined;
1571
1579
  [x: `int144[${string}]`]: undefined;
@@ -1580,20 +1588,20 @@ export declare const optionArgsSchema: z.ZodObject<{
1580
1588
  [x: `int216[${string}]`]: undefined;
1581
1589
  [x: `int224[${string}]`]: undefined;
1582
1590
  [x: `int232[${string}]`]: undefined;
1591
+ [x: `int240[${string}]`]: undefined;
1583
1592
  [x: `int248[${string}]`]: undefined;
1584
1593
  [x: `int256[${string}]`]: undefined;
1585
1594
  [x: `uint[${string}]`]: undefined;
1586
1595
  [x: `uint16[${string}]`]: undefined;
1587
- [x: `uint40[${string}]`]: undefined;
1588
- [x: `uint120[${string}]`]: undefined;
1589
- [x: `uint240[${string}]`]: undefined;
1590
1596
  [x: `uint24[${string}]`]: undefined;
1597
+ [x: `uint40[${string}]`]: undefined;
1591
1598
  [x: `uint56[${string}]`]: undefined;
1592
1599
  [x: `uint72[${string}]`]: undefined;
1593
1600
  [x: `uint80[${string}]`]: undefined;
1594
1601
  [x: `uint88[${string}]`]: undefined;
1595
1602
  [x: `uint96[${string}]`]: undefined;
1596
1603
  [x: `uint104[${string}]`]: undefined;
1604
+ [x: `uint120[${string}]`]: undefined;
1597
1605
  [x: `uint128[${string}]`]: undefined;
1598
1606
  [x: `uint136[${string}]`]: undefined;
1599
1607
  [x: `uint144[${string}]`]: undefined;
@@ -1607,6 +1615,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1607
1615
  [x: `uint216[${string}]`]: undefined;
1608
1616
  [x: `uint224[${string}]`]: undefined;
1609
1617
  [x: `uint232[${string}]`]: undefined;
1618
+ [x: `uint240[${string}]`]: undefined;
1610
1619
  [x: `uint248[${string}]`]: undefined;
1611
1620
  string?: undefined;
1612
1621
  address?: undefined;
@@ -1632,32 +1641,30 @@ export declare const optionArgsSchema: z.ZodObject<{
1632
1641
  bytes9?: undefined;
1633
1642
  bytes10?: undefined;
1634
1643
  bytes20?: undefined;
1635
- bytes19?: undefined;
1636
1644
  bytes12?: undefined;
1645
+ bytes13?: undefined;
1637
1646
  bytes14?: undefined;
1647
+ bytes15?: undefined;
1638
1648
  bytes16?: undefined;
1649
+ bytes17?: undefined;
1639
1650
  bytes18?: undefined;
1651
+ bytes19?: undefined;
1652
+ bytes21?: undefined;
1653
+ bytes22?: undefined;
1654
+ bytes23?: undefined;
1655
+ bytes24?: undefined;
1640
1656
  bytes25?: undefined;
1657
+ bytes26?: undefined;
1658
+ bytes27?: undefined;
1659
+ bytes28?: undefined;
1660
+ bytes29?: undefined;
1641
1661
  bytes30?: undefined;
1642
1662
  bytes31?: undefined;
1643
- bytes29?: undefined;
1644
- bytes28?: undefined;
1645
- bytes27?: undefined;
1646
- bytes26?: undefined;
1647
- bytes24?: undefined;
1648
- bytes23?: undefined;
1649
- bytes22?: undefined;
1650
- bytes21?: undefined;
1651
- bytes17?: undefined;
1652
- bytes15?: undefined;
1653
- bytes13?: undefined;
1654
1663
  int8?: undefined;
1655
- int32?: undefined;
1656
1664
  int16?: undefined;
1657
- int40?: undefined;
1658
- int120?: undefined;
1659
- int240?: undefined;
1660
1665
  int24?: undefined;
1666
+ int32?: undefined;
1667
+ int40?: undefined;
1661
1668
  int48?: undefined;
1662
1669
  int56?: undefined;
1663
1670
  int64?: undefined;
@@ -1667,6 +1674,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1667
1674
  int96?: undefined;
1668
1675
  int104?: undefined;
1669
1676
  int112?: undefined;
1677
+ int120?: undefined;
1670
1678
  int128?: undefined;
1671
1679
  int136?: undefined;
1672
1680
  int144?: undefined;
@@ -1681,19 +1689,19 @@ export declare const optionArgsSchema: z.ZodObject<{
1681
1689
  int216?: undefined;
1682
1690
  int224?: undefined;
1683
1691
  int232?: undefined;
1692
+ int240?: undefined;
1684
1693
  int248?: undefined;
1685
1694
  int256?: undefined;
1686
1695
  uint16?: undefined;
1687
- uint40?: undefined;
1688
- uint120?: undefined;
1689
- uint240?: undefined;
1690
1696
  uint24?: undefined;
1697
+ uint40?: undefined;
1691
1698
  uint56?: undefined;
1692
1699
  uint72?: undefined;
1693
1700
  uint80?: undefined;
1694
1701
  uint88?: undefined;
1695
1702
  uint96?: undefined;
1696
1703
  uint104?: undefined;
1704
+ uint120?: undefined;
1697
1705
  uint128?: undefined;
1698
1706
  uint136?: undefined;
1699
1707
  uint144?: undefined;
@@ -1707,8 +1715,9 @@ export declare const optionArgsSchema: z.ZodObject<{
1707
1715
  uint216?: undefined;
1708
1716
  uint224?: undefined;
1709
1717
  uint232?: undefined;
1718
+ uint240?: undefined;
1710
1719
  uint248?: undefined;
1711
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1720
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1712
1721
  publicKey: `0x${string}`;
1713
1722
  source: "privateKey";
1714
1723
  type: "local";
@@ -1723,14 +1732,14 @@ export declare const optionArgsSchema: z.ZodObject<{
1723
1732
  sign: (parameters: {
1724
1733
  hash: `0x${string}`;
1725
1734
  }) => Promise<`0x${string}`>;
1726
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1735
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1727
1736
  signMessage: ({ message }: {
1728
1737
  message: import("viem").SignableMessage;
1729
1738
  }) => Promise<`0x${string}`>;
1730
1739
  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?: {
1731
1740
  serializer?: serializer | undefined;
1732
1741
  } | 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}`>;
1733
- signTypedData: <const typedData extends Record<string, unknown> | {
1742
+ signTypedData: <const typedData extends {
1734
1743
  [x: string]: readonly import("viem").TypedDataParameter[];
1735
1744
  [x: `string[${string}]`]: undefined;
1736
1745
  [x: `function[${string}]`]: undefined;
@@ -1757,33 +1766,31 @@ export declare const optionArgsSchema: z.ZodObject<{
1757
1766
  [x: `bytes9[${string}]`]: undefined;
1758
1767
  [x: `bytes10[${string}]`]: undefined;
1759
1768
  [x: `bytes20[${string}]`]: undefined;
1760
- [x: `bytes19[${string}]`]: undefined;
1761
1769
  [x: `bytes12[${string}]`]: undefined;
1770
+ [x: `bytes13[${string}]`]: undefined;
1762
1771
  [x: `bytes14[${string}]`]: undefined;
1772
+ [x: `bytes15[${string}]`]: undefined;
1763
1773
  [x: `bytes16[${string}]`]: undefined;
1774
+ [x: `bytes17[${string}]`]: undefined;
1764
1775
  [x: `bytes18[${string}]`]: undefined;
1776
+ [x: `bytes19[${string}]`]: undefined;
1777
+ [x: `bytes21[${string}]`]: undefined;
1778
+ [x: `bytes22[${string}]`]: undefined;
1779
+ [x: `bytes23[${string}]`]: undefined;
1780
+ [x: `bytes24[${string}]`]: undefined;
1765
1781
  [x: `bytes25[${string}]`]: undefined;
1782
+ [x: `bytes26[${string}]`]: undefined;
1783
+ [x: `bytes27[${string}]`]: undefined;
1784
+ [x: `bytes28[${string}]`]: undefined;
1785
+ [x: `bytes29[${string}]`]: undefined;
1766
1786
  [x: `bytes30[${string}]`]: undefined;
1767
1787
  [x: `bytes31[${string}]`]: undefined;
1768
- [x: `bytes29[${string}]`]: undefined;
1769
- [x: `bytes28[${string}]`]: undefined;
1770
- [x: `bytes27[${string}]`]: undefined;
1771
- [x: `bytes26[${string}]`]: undefined;
1772
- [x: `bytes24[${string}]`]: undefined;
1773
- [x: `bytes23[${string}]`]: undefined;
1774
- [x: `bytes22[${string}]`]: undefined;
1775
- [x: `bytes21[${string}]`]: undefined;
1776
- [x: `bytes17[${string}]`]: undefined;
1777
- [x: `bytes15[${string}]`]: undefined;
1778
- [x: `bytes13[${string}]`]: undefined;
1779
1788
  [x: `int[${string}]`]: undefined;
1780
1789
  [x: `int8[${string}]`]: undefined;
1781
- [x: `int32[${string}]`]: undefined;
1782
1790
  [x: `int16[${string}]`]: undefined;
1783
- [x: `int40[${string}]`]: undefined;
1784
- [x: `int120[${string}]`]: undefined;
1785
- [x: `int240[${string}]`]: undefined;
1786
1791
  [x: `int24[${string}]`]: undefined;
1792
+ [x: `int32[${string}]`]: undefined;
1793
+ [x: `int40[${string}]`]: undefined;
1787
1794
  [x: `int48[${string}]`]: undefined;
1788
1795
  [x: `int56[${string}]`]: undefined;
1789
1796
  [x: `int64[${string}]`]: undefined;
@@ -1793,6 +1800,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1793
1800
  [x: `int96[${string}]`]: undefined;
1794
1801
  [x: `int104[${string}]`]: undefined;
1795
1802
  [x: `int112[${string}]`]: undefined;
1803
+ [x: `int120[${string}]`]: undefined;
1796
1804
  [x: `int128[${string}]`]: undefined;
1797
1805
  [x: `int136[${string}]`]: undefined;
1798
1806
  [x: `int144[${string}]`]: undefined;
@@ -1807,20 +1815,20 @@ export declare const optionArgsSchema: z.ZodObject<{
1807
1815
  [x: `int216[${string}]`]: undefined;
1808
1816
  [x: `int224[${string}]`]: undefined;
1809
1817
  [x: `int232[${string}]`]: undefined;
1818
+ [x: `int240[${string}]`]: undefined;
1810
1819
  [x: `int248[${string}]`]: undefined;
1811
1820
  [x: `int256[${string}]`]: undefined;
1812
1821
  [x: `uint[${string}]`]: undefined;
1813
1822
  [x: `uint16[${string}]`]: undefined;
1814
- [x: `uint40[${string}]`]: undefined;
1815
- [x: `uint120[${string}]`]: undefined;
1816
- [x: `uint240[${string}]`]: undefined;
1817
1823
  [x: `uint24[${string}]`]: undefined;
1824
+ [x: `uint40[${string}]`]: undefined;
1818
1825
  [x: `uint56[${string}]`]: undefined;
1819
1826
  [x: `uint72[${string}]`]: undefined;
1820
1827
  [x: `uint80[${string}]`]: undefined;
1821
1828
  [x: `uint88[${string}]`]: undefined;
1822
1829
  [x: `uint96[${string}]`]: undefined;
1823
1830
  [x: `uint104[${string}]`]: undefined;
1831
+ [x: `uint120[${string}]`]: undefined;
1824
1832
  [x: `uint128[${string}]`]: undefined;
1825
1833
  [x: `uint136[${string}]`]: undefined;
1826
1834
  [x: `uint144[${string}]`]: undefined;
@@ -1834,6 +1842,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1834
1842
  [x: `uint216[${string}]`]: undefined;
1835
1843
  [x: `uint224[${string}]`]: undefined;
1836
1844
  [x: `uint232[${string}]`]: undefined;
1845
+ [x: `uint240[${string}]`]: undefined;
1837
1846
  [x: `uint248[${string}]`]: undefined;
1838
1847
  string?: undefined;
1839
1848
  address?: undefined;
@@ -1859,32 +1868,30 @@ export declare const optionArgsSchema: z.ZodObject<{
1859
1868
  bytes9?: undefined;
1860
1869
  bytes10?: undefined;
1861
1870
  bytes20?: undefined;
1862
- bytes19?: undefined;
1863
1871
  bytes12?: undefined;
1872
+ bytes13?: undefined;
1864
1873
  bytes14?: undefined;
1874
+ bytes15?: undefined;
1865
1875
  bytes16?: undefined;
1876
+ bytes17?: undefined;
1866
1877
  bytes18?: undefined;
1878
+ bytes19?: undefined;
1879
+ bytes21?: undefined;
1880
+ bytes22?: undefined;
1881
+ bytes23?: undefined;
1882
+ bytes24?: undefined;
1867
1883
  bytes25?: undefined;
1884
+ bytes26?: undefined;
1885
+ bytes27?: undefined;
1886
+ bytes28?: undefined;
1887
+ bytes29?: undefined;
1868
1888
  bytes30?: undefined;
1869
1889
  bytes31?: undefined;
1870
- bytes29?: undefined;
1871
- bytes28?: undefined;
1872
- bytes27?: undefined;
1873
- bytes26?: undefined;
1874
- bytes24?: undefined;
1875
- bytes23?: undefined;
1876
- bytes22?: undefined;
1877
- bytes21?: undefined;
1878
- bytes17?: undefined;
1879
- bytes15?: undefined;
1880
- bytes13?: undefined;
1881
1890
  int8?: undefined;
1882
- int32?: undefined;
1883
1891
  int16?: undefined;
1884
- int40?: undefined;
1885
- int120?: undefined;
1886
- int240?: undefined;
1887
1892
  int24?: undefined;
1893
+ int32?: undefined;
1894
+ int40?: undefined;
1888
1895
  int48?: undefined;
1889
1896
  int56?: undefined;
1890
1897
  int64?: undefined;
@@ -1894,6 +1901,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1894
1901
  int96?: undefined;
1895
1902
  int104?: undefined;
1896
1903
  int112?: undefined;
1904
+ int120?: undefined;
1897
1905
  int128?: undefined;
1898
1906
  int136?: undefined;
1899
1907
  int144?: undefined;
@@ -1908,19 +1916,19 @@ export declare const optionArgsSchema: z.ZodObject<{
1908
1916
  int216?: undefined;
1909
1917
  int224?: undefined;
1910
1918
  int232?: undefined;
1919
+ int240?: undefined;
1911
1920
  int248?: undefined;
1912
1921
  int256?: undefined;
1913
1922
  uint16?: undefined;
1914
- uint40?: undefined;
1915
- uint120?: undefined;
1916
- uint240?: undefined;
1917
1923
  uint24?: undefined;
1924
+ uint40?: undefined;
1918
1925
  uint56?: undefined;
1919
1926
  uint72?: undefined;
1920
1927
  uint80?: undefined;
1921
1928
  uint88?: undefined;
1922
1929
  uint96?: undefined;
1923
1930
  uint104?: undefined;
1931
+ uint120?: undefined;
1924
1932
  uint128?: undefined;
1925
1933
  uint136?: undefined;
1926
1934
  uint144?: undefined;
@@ -1934,8 +1942,9 @@ export declare const optionArgsSchema: z.ZodObject<{
1934
1942
  uint216?: undefined;
1935
1943
  uint224?: undefined;
1936
1944
  uint232?: undefined;
1945
+ uint240?: undefined;
1937
1946
  uint248?: undefined;
1938
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1947
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1939
1948
  publicKey: `0x${string}`;
1940
1949
  source: "privateKey";
1941
1950
  type: "local";
@@ -1945,14 +1954,14 @@ export declare const optionArgsSchema: z.ZodObject<{
1945
1954
  sign: (parameters: {
1946
1955
  hash: `0x${string}`;
1947
1956
  }) => Promise<`0x${string}`>;
1948
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1957
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
1949
1958
  signMessage: ({ message }: {
1950
1959
  message: import("viem").SignableMessage;
1951
1960
  }) => Promise<`0x${string}`>;
1952
1961
  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?: {
1953
1962
  serializer?: serializer | undefined;
1954
1963
  } | 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}`>;
1955
- signTypedData: <const typedData extends Record<string, unknown> | {
1964
+ signTypedData: <const typedData extends {
1956
1965
  [x: string]: readonly import("viem").TypedDataParameter[];
1957
1966
  [x: `string[${string}]`]: undefined;
1958
1967
  [x: `function[${string}]`]: undefined;
@@ -1979,33 +1988,31 @@ export declare const optionArgsSchema: z.ZodObject<{
1979
1988
  [x: `bytes9[${string}]`]: undefined;
1980
1989
  [x: `bytes10[${string}]`]: undefined;
1981
1990
  [x: `bytes20[${string}]`]: undefined;
1982
- [x: `bytes19[${string}]`]: undefined;
1983
1991
  [x: `bytes12[${string}]`]: undefined;
1992
+ [x: `bytes13[${string}]`]: undefined;
1984
1993
  [x: `bytes14[${string}]`]: undefined;
1994
+ [x: `bytes15[${string}]`]: undefined;
1985
1995
  [x: `bytes16[${string}]`]: undefined;
1996
+ [x: `bytes17[${string}]`]: undefined;
1986
1997
  [x: `bytes18[${string}]`]: undefined;
1998
+ [x: `bytes19[${string}]`]: undefined;
1999
+ [x: `bytes21[${string}]`]: undefined;
2000
+ [x: `bytes22[${string}]`]: undefined;
2001
+ [x: `bytes23[${string}]`]: undefined;
2002
+ [x: `bytes24[${string}]`]: undefined;
1987
2003
  [x: `bytes25[${string}]`]: undefined;
2004
+ [x: `bytes26[${string}]`]: undefined;
2005
+ [x: `bytes27[${string}]`]: undefined;
2006
+ [x: `bytes28[${string}]`]: undefined;
2007
+ [x: `bytes29[${string}]`]: undefined;
1988
2008
  [x: `bytes30[${string}]`]: undefined;
1989
2009
  [x: `bytes31[${string}]`]: undefined;
1990
- [x: `bytes29[${string}]`]: undefined;
1991
- [x: `bytes28[${string}]`]: undefined;
1992
- [x: `bytes27[${string}]`]: undefined;
1993
- [x: `bytes26[${string}]`]: undefined;
1994
- [x: `bytes24[${string}]`]: undefined;
1995
- [x: `bytes23[${string}]`]: undefined;
1996
- [x: `bytes22[${string}]`]: undefined;
1997
- [x: `bytes21[${string}]`]: undefined;
1998
- [x: `bytes17[${string}]`]: undefined;
1999
- [x: `bytes15[${string}]`]: undefined;
2000
- [x: `bytes13[${string}]`]: undefined;
2001
2010
  [x: `int[${string}]`]: undefined;
2002
2011
  [x: `int8[${string}]`]: undefined;
2003
- [x: `int32[${string}]`]: undefined;
2004
2012
  [x: `int16[${string}]`]: undefined;
2005
- [x: `int40[${string}]`]: undefined;
2006
- [x: `int120[${string}]`]: undefined;
2007
- [x: `int240[${string}]`]: undefined;
2008
2013
  [x: `int24[${string}]`]: undefined;
2014
+ [x: `int32[${string}]`]: undefined;
2015
+ [x: `int40[${string}]`]: undefined;
2009
2016
  [x: `int48[${string}]`]: undefined;
2010
2017
  [x: `int56[${string}]`]: undefined;
2011
2018
  [x: `int64[${string}]`]: undefined;
@@ -2015,6 +2022,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2015
2022
  [x: `int96[${string}]`]: undefined;
2016
2023
  [x: `int104[${string}]`]: undefined;
2017
2024
  [x: `int112[${string}]`]: undefined;
2025
+ [x: `int120[${string}]`]: undefined;
2018
2026
  [x: `int128[${string}]`]: undefined;
2019
2027
  [x: `int136[${string}]`]: undefined;
2020
2028
  [x: `int144[${string}]`]: undefined;
@@ -2029,20 +2037,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2029
2037
  [x: `int216[${string}]`]: undefined;
2030
2038
  [x: `int224[${string}]`]: undefined;
2031
2039
  [x: `int232[${string}]`]: undefined;
2040
+ [x: `int240[${string}]`]: undefined;
2032
2041
  [x: `int248[${string}]`]: undefined;
2033
2042
  [x: `int256[${string}]`]: undefined;
2034
2043
  [x: `uint[${string}]`]: undefined;
2035
2044
  [x: `uint16[${string}]`]: undefined;
2036
- [x: `uint40[${string}]`]: undefined;
2037
- [x: `uint120[${string}]`]: undefined;
2038
- [x: `uint240[${string}]`]: undefined;
2039
2045
  [x: `uint24[${string}]`]: undefined;
2046
+ [x: `uint40[${string}]`]: undefined;
2040
2047
  [x: `uint56[${string}]`]: undefined;
2041
2048
  [x: `uint72[${string}]`]: undefined;
2042
2049
  [x: `uint80[${string}]`]: undefined;
2043
2050
  [x: `uint88[${string}]`]: undefined;
2044
2051
  [x: `uint96[${string}]`]: undefined;
2045
2052
  [x: `uint104[${string}]`]: undefined;
2053
+ [x: `uint120[${string}]`]: undefined;
2046
2054
  [x: `uint128[${string}]`]: undefined;
2047
2055
  [x: `uint136[${string}]`]: undefined;
2048
2056
  [x: `uint144[${string}]`]: undefined;
@@ -2056,6 +2064,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2056
2064
  [x: `uint216[${string}]`]: undefined;
2057
2065
  [x: `uint224[${string}]`]: undefined;
2058
2066
  [x: `uint232[${string}]`]: undefined;
2067
+ [x: `uint240[${string}]`]: undefined;
2059
2068
  [x: `uint248[${string}]`]: undefined;
2060
2069
  string?: undefined;
2061
2070
  address?: undefined;
@@ -2081,32 +2090,30 @@ export declare const optionArgsSchema: z.ZodObject<{
2081
2090
  bytes9?: undefined;
2082
2091
  bytes10?: undefined;
2083
2092
  bytes20?: undefined;
2084
- bytes19?: undefined;
2085
2093
  bytes12?: undefined;
2094
+ bytes13?: undefined;
2086
2095
  bytes14?: undefined;
2096
+ bytes15?: undefined;
2087
2097
  bytes16?: undefined;
2098
+ bytes17?: undefined;
2088
2099
  bytes18?: undefined;
2100
+ bytes19?: undefined;
2101
+ bytes21?: undefined;
2102
+ bytes22?: undefined;
2103
+ bytes23?: undefined;
2104
+ bytes24?: undefined;
2089
2105
  bytes25?: undefined;
2106
+ bytes26?: undefined;
2107
+ bytes27?: undefined;
2108
+ bytes28?: undefined;
2109
+ bytes29?: undefined;
2090
2110
  bytes30?: undefined;
2091
2111
  bytes31?: undefined;
2092
- bytes29?: undefined;
2093
- bytes28?: undefined;
2094
- bytes27?: undefined;
2095
- bytes26?: undefined;
2096
- bytes24?: undefined;
2097
- bytes23?: undefined;
2098
- bytes22?: undefined;
2099
- bytes21?: undefined;
2100
- bytes17?: undefined;
2101
- bytes15?: undefined;
2102
- bytes13?: undefined;
2103
2112
  int8?: undefined;
2104
- int32?: undefined;
2105
2113
  int16?: undefined;
2106
- int40?: undefined;
2107
- int120?: undefined;
2108
- int240?: undefined;
2109
2114
  int24?: undefined;
2115
+ int32?: undefined;
2116
+ int40?: undefined;
2110
2117
  int48?: undefined;
2111
2118
  int56?: undefined;
2112
2119
  int64?: undefined;
@@ -2116,6 +2123,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2116
2123
  int96?: undefined;
2117
2124
  int104?: undefined;
2118
2125
  int112?: undefined;
2126
+ int120?: undefined;
2119
2127
  int128?: undefined;
2120
2128
  int136?: undefined;
2121
2129
  int144?: undefined;
@@ -2130,19 +2138,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2130
2138
  int216?: undefined;
2131
2139
  int224?: undefined;
2132
2140
  int232?: undefined;
2141
+ int240?: undefined;
2133
2142
  int248?: undefined;
2134
2143
  int256?: undefined;
2135
2144
  uint16?: undefined;
2136
- uint40?: undefined;
2137
- uint120?: undefined;
2138
- uint240?: undefined;
2139
2145
  uint24?: undefined;
2146
+ uint40?: undefined;
2140
2147
  uint56?: undefined;
2141
2148
  uint72?: undefined;
2142
2149
  uint80?: undefined;
2143
2150
  uint88?: undefined;
2144
2151
  uint96?: undefined;
2145
2152
  uint104?: undefined;
2153
+ uint120?: undefined;
2146
2154
  uint128?: undefined;
2147
2155
  uint136?: undefined;
2148
2156
  uint144?: undefined;
@@ -2156,8 +2164,9 @@ export declare const optionArgsSchema: z.ZodObject<{
2156
2164
  uint216?: undefined;
2157
2165
  uint224?: undefined;
2158
2166
  uint232?: undefined;
2167
+ uint240?: undefined;
2159
2168
  uint248?: undefined;
2160
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2169
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2161
2170
  publicKey: `0x${string}`;
2162
2171
  source: "privateKey";
2163
2172
  type: "local";
@@ -2168,7 +2177,10 @@ export declare const optionArgsSchema: z.ZodObject<{
2168
2177
  "executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2169
2178
  "send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
2170
2179
  "transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2180
+ "bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2181
+ "arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2171
2182
  "binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
2183
+ "pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2172
2184
  "entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2173
2185
  "entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2174
2186
  "binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
@@ -2243,7 +2255,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2243
2255
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2244
2256
  "rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
2245
2257
  "enable-instant-bundling-endpoint": z.ZodBoolean;
2246
- "local-gas-calculation": z.ZodBoolean;
2258
+ "rpc-gas-estimate": z.ZodBoolean;
2247
2259
  }, "strip", z.ZodTypeAny, {
2248
2260
  entrypoints: `0x${string}`[];
2249
2261
  "deterministic-deployer-address": `0x${string}`;
@@ -2264,7 +2276,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2264
2276
  "max-gas-per-bundle": bigint;
2265
2277
  "rpc-methods": string[] | null;
2266
2278
  "enable-instant-bundling-endpoint": boolean;
2267
- "local-gas-calculation": boolean;
2279
+ "rpc-gas-estimate": boolean;
2268
2280
  "resubmit-stuck-timeout": number;
2269
2281
  "refilling-wallets": boolean;
2270
2282
  "no-profit-bundling": boolean;
@@ -2278,14 +2290,14 @@ export declare const optionArgsSchema: z.ZodObject<{
2278
2290
  sign: (parameters: {
2279
2291
  hash: `0x${string}`;
2280
2292
  }) => Promise<`0x${string}`>;
2281
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2293
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2282
2294
  signMessage: ({ message }: {
2283
2295
  message: import("viem").SignableMessage;
2284
2296
  }) => Promise<`0x${string}`>;
2285
2297
  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?: {
2286
2298
  serializer?: serializer | undefined;
2287
2299
  } | 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}`>;
2288
- signTypedData: <const typedData extends Record<string, unknown> | {
2300
+ signTypedData: <const typedData extends {
2289
2301
  [x: string]: readonly import("viem").TypedDataParameter[];
2290
2302
  [x: `string[${string}]`]: undefined;
2291
2303
  [x: `function[${string}]`]: undefined;
@@ -2312,33 +2324,31 @@ export declare const optionArgsSchema: z.ZodObject<{
2312
2324
  [x: `bytes9[${string}]`]: undefined;
2313
2325
  [x: `bytes10[${string}]`]: undefined;
2314
2326
  [x: `bytes20[${string}]`]: undefined;
2315
- [x: `bytes19[${string}]`]: undefined;
2316
2327
  [x: `bytes12[${string}]`]: undefined;
2328
+ [x: `bytes13[${string}]`]: undefined;
2317
2329
  [x: `bytes14[${string}]`]: undefined;
2330
+ [x: `bytes15[${string}]`]: undefined;
2318
2331
  [x: `bytes16[${string}]`]: undefined;
2332
+ [x: `bytes17[${string}]`]: undefined;
2319
2333
  [x: `bytes18[${string}]`]: undefined;
2334
+ [x: `bytes19[${string}]`]: undefined;
2335
+ [x: `bytes21[${string}]`]: undefined;
2336
+ [x: `bytes22[${string}]`]: undefined;
2337
+ [x: `bytes23[${string}]`]: undefined;
2338
+ [x: `bytes24[${string}]`]: undefined;
2320
2339
  [x: `bytes25[${string}]`]: undefined;
2340
+ [x: `bytes26[${string}]`]: undefined;
2341
+ [x: `bytes27[${string}]`]: undefined;
2342
+ [x: `bytes28[${string}]`]: undefined;
2343
+ [x: `bytes29[${string}]`]: undefined;
2321
2344
  [x: `bytes30[${string}]`]: undefined;
2322
2345
  [x: `bytes31[${string}]`]: undefined;
2323
- [x: `bytes29[${string}]`]: undefined;
2324
- [x: `bytes28[${string}]`]: undefined;
2325
- [x: `bytes27[${string}]`]: undefined;
2326
- [x: `bytes26[${string}]`]: undefined;
2327
- [x: `bytes24[${string}]`]: undefined;
2328
- [x: `bytes23[${string}]`]: undefined;
2329
- [x: `bytes22[${string}]`]: undefined;
2330
- [x: `bytes21[${string}]`]: undefined;
2331
- [x: `bytes17[${string}]`]: undefined;
2332
- [x: `bytes15[${string}]`]: undefined;
2333
- [x: `bytes13[${string}]`]: undefined;
2334
2346
  [x: `int[${string}]`]: undefined;
2335
2347
  [x: `int8[${string}]`]: undefined;
2336
- [x: `int32[${string}]`]: undefined;
2337
2348
  [x: `int16[${string}]`]: undefined;
2338
- [x: `int40[${string}]`]: undefined;
2339
- [x: `int120[${string}]`]: undefined;
2340
- [x: `int240[${string}]`]: undefined;
2341
2349
  [x: `int24[${string}]`]: undefined;
2350
+ [x: `int32[${string}]`]: undefined;
2351
+ [x: `int40[${string}]`]: undefined;
2342
2352
  [x: `int48[${string}]`]: undefined;
2343
2353
  [x: `int56[${string}]`]: undefined;
2344
2354
  [x: `int64[${string}]`]: undefined;
@@ -2348,6 +2358,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2348
2358
  [x: `int96[${string}]`]: undefined;
2349
2359
  [x: `int104[${string}]`]: undefined;
2350
2360
  [x: `int112[${string}]`]: undefined;
2361
+ [x: `int120[${string}]`]: undefined;
2351
2362
  [x: `int128[${string}]`]: undefined;
2352
2363
  [x: `int136[${string}]`]: undefined;
2353
2364
  [x: `int144[${string}]`]: undefined;
@@ -2362,20 +2373,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2362
2373
  [x: `int216[${string}]`]: undefined;
2363
2374
  [x: `int224[${string}]`]: undefined;
2364
2375
  [x: `int232[${string}]`]: undefined;
2376
+ [x: `int240[${string}]`]: undefined;
2365
2377
  [x: `int248[${string}]`]: undefined;
2366
2378
  [x: `int256[${string}]`]: undefined;
2367
2379
  [x: `uint[${string}]`]: undefined;
2368
2380
  [x: `uint16[${string}]`]: undefined;
2369
- [x: `uint40[${string}]`]: undefined;
2370
- [x: `uint120[${string}]`]: undefined;
2371
- [x: `uint240[${string}]`]: undefined;
2372
2381
  [x: `uint24[${string}]`]: undefined;
2382
+ [x: `uint40[${string}]`]: undefined;
2373
2383
  [x: `uint56[${string}]`]: undefined;
2374
2384
  [x: `uint72[${string}]`]: undefined;
2375
2385
  [x: `uint80[${string}]`]: undefined;
2376
2386
  [x: `uint88[${string}]`]: undefined;
2377
2387
  [x: `uint96[${string}]`]: undefined;
2378
2388
  [x: `uint104[${string}]`]: undefined;
2389
+ [x: `uint120[${string}]`]: undefined;
2379
2390
  [x: `uint128[${string}]`]: undefined;
2380
2391
  [x: `uint136[${string}]`]: undefined;
2381
2392
  [x: `uint144[${string}]`]: undefined;
@@ -2389,6 +2400,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2389
2400
  [x: `uint216[${string}]`]: undefined;
2390
2401
  [x: `uint224[${string}]`]: undefined;
2391
2402
  [x: `uint232[${string}]`]: undefined;
2403
+ [x: `uint240[${string}]`]: undefined;
2392
2404
  [x: `uint248[${string}]`]: undefined;
2393
2405
  string?: undefined;
2394
2406
  address?: undefined;
@@ -2414,32 +2426,30 @@ export declare const optionArgsSchema: z.ZodObject<{
2414
2426
  bytes9?: undefined;
2415
2427
  bytes10?: undefined;
2416
2428
  bytes20?: undefined;
2417
- bytes19?: undefined;
2418
2429
  bytes12?: undefined;
2430
+ bytes13?: undefined;
2419
2431
  bytes14?: undefined;
2432
+ bytes15?: undefined;
2420
2433
  bytes16?: undefined;
2434
+ bytes17?: undefined;
2421
2435
  bytes18?: undefined;
2436
+ bytes19?: undefined;
2437
+ bytes21?: undefined;
2438
+ bytes22?: undefined;
2439
+ bytes23?: undefined;
2440
+ bytes24?: undefined;
2422
2441
  bytes25?: undefined;
2442
+ bytes26?: undefined;
2443
+ bytes27?: undefined;
2444
+ bytes28?: undefined;
2445
+ bytes29?: undefined;
2423
2446
  bytes30?: undefined;
2424
2447
  bytes31?: undefined;
2425
- bytes29?: undefined;
2426
- bytes28?: undefined;
2427
- bytes27?: undefined;
2428
- bytes26?: undefined;
2429
- bytes24?: undefined;
2430
- bytes23?: undefined;
2431
- bytes22?: undefined;
2432
- bytes21?: undefined;
2433
- bytes17?: undefined;
2434
- bytes15?: undefined;
2435
- bytes13?: undefined;
2436
2448
  int8?: undefined;
2437
- int32?: undefined;
2438
2449
  int16?: undefined;
2439
- int40?: undefined;
2440
- int120?: undefined;
2441
- int240?: undefined;
2442
2450
  int24?: undefined;
2451
+ int32?: undefined;
2452
+ int40?: undefined;
2443
2453
  int48?: undefined;
2444
2454
  int56?: undefined;
2445
2455
  int64?: undefined;
@@ -2449,6 +2459,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2449
2459
  int96?: undefined;
2450
2460
  int104?: undefined;
2451
2461
  int112?: undefined;
2462
+ int120?: undefined;
2452
2463
  int128?: undefined;
2453
2464
  int136?: undefined;
2454
2465
  int144?: undefined;
@@ -2463,19 +2474,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2463
2474
  int216?: undefined;
2464
2475
  int224?: undefined;
2465
2476
  int232?: undefined;
2477
+ int240?: undefined;
2466
2478
  int248?: undefined;
2467
2479
  int256?: undefined;
2468
2480
  uint16?: undefined;
2469
- uint40?: undefined;
2470
- uint120?: undefined;
2471
- uint240?: undefined;
2472
2481
  uint24?: undefined;
2482
+ uint40?: undefined;
2473
2483
  uint56?: undefined;
2474
2484
  uint72?: undefined;
2475
2485
  uint80?: undefined;
2476
2486
  uint88?: undefined;
2477
2487
  uint96?: undefined;
2478
2488
  uint104?: undefined;
2489
+ uint120?: undefined;
2479
2490
  uint128?: undefined;
2480
2491
  uint136?: undefined;
2481
2492
  uint144?: undefined;
@@ -2489,8 +2500,9 @@ export declare const optionArgsSchema: z.ZodObject<{
2489
2500
  uint216?: undefined;
2490
2501
  uint224?: undefined;
2491
2502
  uint232?: undefined;
2503
+ uint240?: undefined;
2492
2504
  uint248?: undefined;
2493
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2505
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2494
2506
  publicKey: `0x${string}`;
2495
2507
  source: "privateKey";
2496
2508
  type: "local";
@@ -2499,6 +2511,8 @@ export declare const optionArgsSchema: z.ZodObject<{
2499
2511
  "executor-gas-multiplier": bigint;
2500
2512
  "send-handle-ops-retry-count": number;
2501
2513
  "transaction-underpriced-multiplier": bigint;
2514
+ "bundler-initial-commission": bigint;
2515
+ "arbitrum-gas-bid-multiplier": bigint;
2502
2516
  "binary-search-max-retries": number;
2503
2517
  "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
2504
2518
  "legacy-transactions": boolean;
@@ -2554,14 +2568,14 @@ export declare const optionArgsSchema: z.ZodObject<{
2554
2568
  sign: (parameters: {
2555
2569
  hash: `0x${string}`;
2556
2570
  }) => Promise<`0x${string}`>;
2557
- signAuthorization: (parameters: import("viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2571
+ signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
2558
2572
  signMessage: ({ message }: {
2559
2573
  message: import("viem").SignableMessage;
2560
2574
  }) => Promise<`0x${string}`>;
2561
2575
  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?: {
2562
2576
  serializer?: serializer | undefined;
2563
2577
  } | 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}`>;
2564
- signTypedData: <const typedData extends Record<string, unknown> | {
2578
+ signTypedData: <const typedData extends {
2565
2579
  [x: string]: readonly import("viem").TypedDataParameter[];
2566
2580
  [x: `string[${string}]`]: undefined;
2567
2581
  [x: `function[${string}]`]: undefined;
@@ -2588,33 +2602,31 @@ export declare const optionArgsSchema: z.ZodObject<{
2588
2602
  [x: `bytes9[${string}]`]: undefined;
2589
2603
  [x: `bytes10[${string}]`]: undefined;
2590
2604
  [x: `bytes20[${string}]`]: undefined;
2591
- [x: `bytes19[${string}]`]: undefined;
2592
2605
  [x: `bytes12[${string}]`]: undefined;
2606
+ [x: `bytes13[${string}]`]: undefined;
2593
2607
  [x: `bytes14[${string}]`]: undefined;
2608
+ [x: `bytes15[${string}]`]: undefined;
2594
2609
  [x: `bytes16[${string}]`]: undefined;
2610
+ [x: `bytes17[${string}]`]: undefined;
2595
2611
  [x: `bytes18[${string}]`]: undefined;
2612
+ [x: `bytes19[${string}]`]: undefined;
2613
+ [x: `bytes21[${string}]`]: undefined;
2614
+ [x: `bytes22[${string}]`]: undefined;
2615
+ [x: `bytes23[${string}]`]: undefined;
2616
+ [x: `bytes24[${string}]`]: undefined;
2596
2617
  [x: `bytes25[${string}]`]: undefined;
2618
+ [x: `bytes26[${string}]`]: undefined;
2619
+ [x: `bytes27[${string}]`]: undefined;
2620
+ [x: `bytes28[${string}]`]: undefined;
2621
+ [x: `bytes29[${string}]`]: undefined;
2597
2622
  [x: `bytes30[${string}]`]: undefined;
2598
2623
  [x: `bytes31[${string}]`]: undefined;
2599
- [x: `bytes29[${string}]`]: undefined;
2600
- [x: `bytes28[${string}]`]: undefined;
2601
- [x: `bytes27[${string}]`]: undefined;
2602
- [x: `bytes26[${string}]`]: undefined;
2603
- [x: `bytes24[${string}]`]: undefined;
2604
- [x: `bytes23[${string}]`]: undefined;
2605
- [x: `bytes22[${string}]`]: undefined;
2606
- [x: `bytes21[${string}]`]: undefined;
2607
- [x: `bytes17[${string}]`]: undefined;
2608
- [x: `bytes15[${string}]`]: undefined;
2609
- [x: `bytes13[${string}]`]: undefined;
2610
2624
  [x: `int[${string}]`]: undefined;
2611
2625
  [x: `int8[${string}]`]: undefined;
2612
- [x: `int32[${string}]`]: undefined;
2613
2626
  [x: `int16[${string}]`]: undefined;
2614
- [x: `int40[${string}]`]: undefined;
2615
- [x: `int120[${string}]`]: undefined;
2616
- [x: `int240[${string}]`]: undefined;
2617
2627
  [x: `int24[${string}]`]: undefined;
2628
+ [x: `int32[${string}]`]: undefined;
2629
+ [x: `int40[${string}]`]: undefined;
2618
2630
  [x: `int48[${string}]`]: undefined;
2619
2631
  [x: `int56[${string}]`]: undefined;
2620
2632
  [x: `int64[${string}]`]: undefined;
@@ -2624,6 +2636,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2624
2636
  [x: `int96[${string}]`]: undefined;
2625
2637
  [x: `int104[${string}]`]: undefined;
2626
2638
  [x: `int112[${string}]`]: undefined;
2639
+ [x: `int120[${string}]`]: undefined;
2627
2640
  [x: `int128[${string}]`]: undefined;
2628
2641
  [x: `int136[${string}]`]: undefined;
2629
2642
  [x: `int144[${string}]`]: undefined;
@@ -2638,20 +2651,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2638
2651
  [x: `int216[${string}]`]: undefined;
2639
2652
  [x: `int224[${string}]`]: undefined;
2640
2653
  [x: `int232[${string}]`]: undefined;
2654
+ [x: `int240[${string}]`]: undefined;
2641
2655
  [x: `int248[${string}]`]: undefined;
2642
2656
  [x: `int256[${string}]`]: undefined;
2643
2657
  [x: `uint[${string}]`]: undefined;
2644
2658
  [x: `uint16[${string}]`]: undefined;
2645
- [x: `uint40[${string}]`]: undefined;
2646
- [x: `uint120[${string}]`]: undefined;
2647
- [x: `uint240[${string}]`]: undefined;
2648
2659
  [x: `uint24[${string}]`]: undefined;
2660
+ [x: `uint40[${string}]`]: undefined;
2649
2661
  [x: `uint56[${string}]`]: undefined;
2650
2662
  [x: `uint72[${string}]`]: undefined;
2651
2663
  [x: `uint80[${string}]`]: undefined;
2652
2664
  [x: `uint88[${string}]`]: undefined;
2653
2665
  [x: `uint96[${string}]`]: undefined;
2654
2666
  [x: `uint104[${string}]`]: undefined;
2667
+ [x: `uint120[${string}]`]: undefined;
2655
2668
  [x: `uint128[${string}]`]: undefined;
2656
2669
  [x: `uint136[${string}]`]: undefined;
2657
2670
  [x: `uint144[${string}]`]: undefined;
@@ -2665,6 +2678,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2665
2678
  [x: `uint216[${string}]`]: undefined;
2666
2679
  [x: `uint224[${string}]`]: undefined;
2667
2680
  [x: `uint232[${string}]`]: undefined;
2681
+ [x: `uint240[${string}]`]: undefined;
2668
2682
  [x: `uint248[${string}]`]: undefined;
2669
2683
  string?: undefined;
2670
2684
  address?: undefined;
@@ -2690,32 +2704,30 @@ export declare const optionArgsSchema: z.ZodObject<{
2690
2704
  bytes9?: undefined;
2691
2705
  bytes10?: undefined;
2692
2706
  bytes20?: undefined;
2693
- bytes19?: undefined;
2694
2707
  bytes12?: undefined;
2708
+ bytes13?: undefined;
2695
2709
  bytes14?: undefined;
2710
+ bytes15?: undefined;
2696
2711
  bytes16?: undefined;
2712
+ bytes17?: undefined;
2697
2713
  bytes18?: undefined;
2714
+ bytes19?: undefined;
2715
+ bytes21?: undefined;
2716
+ bytes22?: undefined;
2717
+ bytes23?: undefined;
2718
+ bytes24?: undefined;
2698
2719
  bytes25?: undefined;
2720
+ bytes26?: undefined;
2721
+ bytes27?: undefined;
2722
+ bytes28?: undefined;
2723
+ bytes29?: undefined;
2699
2724
  bytes30?: undefined;
2700
2725
  bytes31?: undefined;
2701
- bytes29?: undefined;
2702
- bytes28?: undefined;
2703
- bytes27?: undefined;
2704
- bytes26?: undefined;
2705
- bytes24?: undefined;
2706
- bytes23?: undefined;
2707
- bytes22?: undefined;
2708
- bytes21?: undefined;
2709
- bytes17?: undefined;
2710
- bytes15?: undefined;
2711
- bytes13?: undefined;
2712
2726
  int8?: undefined;
2713
- int32?: undefined;
2714
2727
  int16?: undefined;
2715
- int40?: undefined;
2716
- int120?: undefined;
2717
- int240?: undefined;
2718
2728
  int24?: undefined;
2729
+ int32?: undefined;
2730
+ int40?: undefined;
2719
2731
  int48?: undefined;
2720
2732
  int56?: undefined;
2721
2733
  int64?: undefined;
@@ -2725,6 +2737,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2725
2737
  int96?: undefined;
2726
2738
  int104?: undefined;
2727
2739
  int112?: undefined;
2740
+ int120?: undefined;
2728
2741
  int128?: undefined;
2729
2742
  int136?: undefined;
2730
2743
  int144?: undefined;
@@ -2739,19 +2752,19 @@ export declare const optionArgsSchema: z.ZodObject<{
2739
2752
  int216?: undefined;
2740
2753
  int224?: undefined;
2741
2754
  int232?: undefined;
2755
+ int240?: undefined;
2742
2756
  int248?: undefined;
2743
2757
  int256?: undefined;
2744
2758
  uint16?: undefined;
2745
- uint40?: undefined;
2746
- uint120?: undefined;
2747
- uint240?: undefined;
2748
2759
  uint24?: undefined;
2760
+ uint40?: undefined;
2749
2761
  uint56?: undefined;
2750
2762
  uint72?: undefined;
2751
2763
  uint80?: undefined;
2752
2764
  uint88?: undefined;
2753
2765
  uint96?: undefined;
2754
2766
  uint104?: undefined;
2767
+ uint120?: undefined;
2755
2768
  uint128?: undefined;
2756
2769
  uint136?: undefined;
2757
2770
  uint144?: undefined;
@@ -2765,14 +2778,16 @@ export declare const optionArgsSchema: z.ZodObject<{
2765
2778
  uint216?: undefined;
2766
2779
  uint224?: undefined;
2767
2780
  uint232?: undefined;
2781
+ uint240?: undefined;
2768
2782
  uint248?: undefined;
2769
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2783
+ } | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
2770
2784
  publicKey: `0x${string}`;
2771
2785
  source: "privateKey";
2772
2786
  type: "local";
2773
2787
  } | undefined;
2774
2788
  "max-executors"?: number | undefined;
2775
2789
  "min-executor-balance"?: bigint | undefined;
2790
+ "pimlico-simulation-contract"?: `0x${string}` | undefined;
2776
2791
  "entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
2777
2792
  "entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
2778
2793
  "eth-call-sender-address"?: `0x${string}` | undefined;
@@ -2802,7 +2817,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2802
2817
  "gas-price-refresh-interval": number;
2803
2818
  "rpc-methods": string | null;
2804
2819
  "enable-instant-bundling-endpoint": boolean;
2805
- "local-gas-calculation": boolean;
2820
+ "rpc-gas-estimate": boolean;
2806
2821
  "no-profit-bundling": boolean;
2807
2822
  "utility-wallet-monitor": boolean;
2808
2823
  "utility-wallet-monitor-interval": number;
@@ -2858,7 +2873,10 @@ export declare const optionArgsSchema: z.ZodObject<{
2858
2873
  "max-executors"?: number | undefined;
2859
2874
  "min-executor-balance"?: string | undefined;
2860
2875
  "send-handle-ops-retry-count"?: number | undefined;
2876
+ "bundler-initial-commission"?: string | undefined;
2877
+ "arbitrum-gas-bid-multiplier"?: string | undefined;
2861
2878
  "binary-search-max-retries"?: number | undefined;
2879
+ "pimlico-simulation-contract"?: unknown;
2862
2880
  "entrypoint-simulation-contract-v7"?: unknown;
2863
2881
  "entrypoint-simulation-contract-v8"?: unknown;
2864
2882
  "binary-search-tolerance-delta"?: string | undefined;