@pimlico/alto 0.0.0-main.20250428T104157 → 0.0.0-main.20250429T114818

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