@pimlico/alto 0.0.19 → 0.0.20

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 (337) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/ERC165.sol/ERC165.json +1 -1
  3. package/contracts/ERC20.sol/ERC20.json +1 -1
  4. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  5. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  6. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  7. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  8. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  9. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  10. package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  11. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  12. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  13. package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  14. package/contracts/Exec.sol/Exec.json +1 -1
  15. package/contracts/IAccount.sol/IAccount.json +1 -1
  16. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  17. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  18. package/contracts/IERC165.sol/IERC165.json +1 -1
  19. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  20. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  21. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -0
  22. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
  23. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  24. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  25. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  26. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  27. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  28. package/contracts/LibBytes.sol/LibBytes.json +1 -1
  29. package/contracts/Math.sol/Math.json +1 -1
  30. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  31. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  32. package/contracts/Panic.sol/Panic.json +1 -1
  33. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  34. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
  35. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  36. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  37. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  38. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  39. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  40. package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -0
  41. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  42. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  43. package/contracts/Strings.sol/Strings.json +1 -1
  44. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  45. package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
  46. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  47. package/contracts/account-abstraction-v9/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
  48. package/contracts/account-abstraction-v9/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  49. package/contracts/account-abstraction-v9/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
  50. package/contracts/account-abstraction-v9/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
  51. package/contracts/build-info/338795fc743ca612.json +1 -0
  52. package/contracts/build-info/44a9648cfe32a468.json +1 -0
  53. package/contracts/build-info/{880955d5786bfdae.json → 8dbf8a4ad39019b5.json} +1 -1
  54. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  55. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  56. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  57. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  58. package/contracts/core/Eip7702Support.sol/Eip7702Support.json +1 -0
  59. package/contracts/core/NonceManager.sol/NonceManager.json +1 -0
  60. package/contracts/core/SenderCreator.sol/SenderCreator.json +1 -0
  61. package/contracts/core/StakeManager.sol/StakeManager.json +1 -0
  62. package/contracts/core/UserOperationLib.sol/UserOperationLib.json +1 -0
  63. package/contracts/interfaces/IAccount.sol/IAccount.json +1 -0
  64. package/contracts/interfaces/IAccountExecute.sol/IAccountExecute.json +1 -0
  65. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  66. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  67. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  68. package/contracts/interfaces/IPaymaster.sol/IPaymaster.json +1 -0
  69. package/contracts/interfaces/ISenderCreator.sol/ISenderCreator.json +1 -0
  70. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  71. package/contracts/overrides/Eip7702Support.sol/Eip7702Support.json +1 -0
  72. package/contracts/overrides/NonceManager.sol/NonceManager.json +1 -0
  73. package/contracts/overrides/SenderCreator.sol/SenderCreator.json +1 -0
  74. package/contracts/overrides/StakeManager.sol/StakeManager.json +1 -0
  75. package/contracts/overrides/UserOperationLib.sol/UserOperationLib.json +1 -0
  76. package/contracts/utils/Exec.sol/Exec.json +1 -1
  77. package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -0
  78. package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
  79. package/esm/cli/alto.js +13 -6
  80. package/esm/cli/alto.js.map +1 -1
  81. package/esm/cli/config/bundler.d.ts +190 -148
  82. package/esm/cli/config/bundler.js +72 -83
  83. package/esm/cli/config/bundler.js.map +1 -1
  84. package/esm/cli/config/options.d.ts +2 -1
  85. package/esm/cli/config/options.js +105 -68
  86. package/esm/cli/config/options.js.map +1 -1
  87. package/esm/cli/customTransport.d.ts +3 -3
  88. package/esm/cli/deploySimulationsContract.d.ts +1 -0
  89. package/esm/cli/deploySimulationsContract.js +41 -5
  90. package/esm/cli/deploySimulationsContract.js.map +1 -1
  91. package/esm/cli/handler.js +48 -52
  92. package/esm/cli/handler.js.map +1 -1
  93. package/esm/cli/setupServer.js +46 -47
  94. package/esm/cli/setupServer.js.map +1 -1
  95. package/esm/cli/shutDown.d.ts +20 -0
  96. package/esm/cli/shutDown.js +260 -0
  97. package/esm/cli/shutDown.js.map +1 -0
  98. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  99. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  100. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  101. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  102. package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  103. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  104. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  105. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  106. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  107. package/esm/createConfig.d.ts +9 -2
  108. package/esm/createConfig.js.map +1 -1
  109. package/esm/executor/{userOpMonitor.d.ts → bundleManager.d.ts} +38 -32
  110. package/esm/executor/{userOpMonitor.js → bundleManager.js} +127 -99
  111. package/esm/executor/bundleManager.js.map +1 -0
  112. package/esm/executor/executor.d.ts +4 -3
  113. package/esm/executor/executor.js +33 -20
  114. package/esm/executor/executor.js.map +1 -1
  115. package/esm/executor/executorManager.d.ts +17 -15
  116. package/esm/executor/executorManager.js +130 -55
  117. package/esm/executor/executorManager.js.map +1 -1
  118. package/esm/executor/filterOpsAndEstimateGas.d.ts +17 -2
  119. package/esm/executor/filterOpsAndEstimateGas.js +100 -77
  120. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
  121. package/esm/executor/index.d.ts +1 -0
  122. package/esm/executor/index.js +1 -0
  123. package/esm/executor/index.js.map +1 -1
  124. package/esm/executor/senderManager/createMemorySenderManager.js +13 -0
  125. package/esm/executor/senderManager/createMemorySenderManager.js.map +1 -1
  126. package/esm/executor/senderManager/createRedisSenderManager.d.ts +2 -1
  127. package/esm/executor/senderManager/createRedisSenderManager.js +3 -6
  128. package/esm/executor/senderManager/createRedisSenderManager.js.map +1 -1
  129. package/esm/executor/senderManager/flushOnStartUp.js +4 -4
  130. package/esm/executor/senderManager/flushOnStartUp.js.map +1 -1
  131. package/esm/executor/senderManager/index.d.ts +1 -0
  132. package/esm/executor/senderManager/index.js +6 -2
  133. package/esm/executor/senderManager/index.js.map +1 -1
  134. package/esm/executor/senderManager/validateAndRefill.js +2 -2
  135. package/esm/executor/senderManager/validateAndRefill.js.map +1 -1
  136. package/esm/executor/utilityWalletMonitor.d.ts +4 -4
  137. package/esm/executor/utilityWalletMonitor.js +1 -1
  138. package/esm/executor/utilityWalletMonitor.js.map +1 -1
  139. package/esm/executor/utils.d.ts +7 -2
  140. package/esm/executor/utils.js +57 -26
  141. package/esm/executor/utils.js.map +1 -1
  142. package/esm/handlers/arbitrumGasPriceManager.d.ts +3 -2
  143. package/esm/handlers/arbitrumGasPriceManager.js +6 -2
  144. package/esm/handlers/arbitrumGasPriceManager.js.map +1 -1
  145. package/esm/handlers/eventManager.d.ts +9 -9
  146. package/esm/handlers/eventManager.js +59 -60
  147. package/esm/handlers/eventManager.js.map +1 -1
  148. package/esm/handlers/gasPriceManager.d.ts +8 -9
  149. package/esm/handlers/gasPriceManager.js +68 -80
  150. package/esm/handlers/gasPriceManager.js.map +1 -1
  151. package/esm/handlers/mantleGasPriceManager.d.ts +4 -4
  152. package/esm/handlers/mantleGasPriceManager.js +4 -4
  153. package/esm/handlers/mantleGasPriceManager.js.map +1 -1
  154. package/esm/handlers/optimismManager.d.ts +1 -1
  155. package/esm/handlers/optimismManager.js +1 -1
  156. package/esm/handlers/optimismManager.js.map +1 -1
  157. package/esm/mempool/index.d.ts +1 -1
  158. package/esm/mempool/index.js +1 -1
  159. package/esm/mempool/index.js.map +1 -1
  160. package/esm/mempool/mempool.d.ts +57 -22
  161. package/esm/mempool/mempool.js +180 -134
  162. package/esm/mempool/mempool.js.map +1 -1
  163. package/esm/mempool/reputationManager.d.ts +14 -14
  164. package/esm/mempool/reputationManager.js +36 -39
  165. package/esm/mempool/reputationManager.js.map +1 -1
  166. package/esm/mempool/statusManager.d.ts +20 -0
  167. package/esm/mempool/statusManager.js +143 -0
  168. package/esm/mempool/statusManager.js.map +1 -0
  169. package/esm/receiptCache/createMemoryReceiptCache.d.ts +3 -0
  170. package/esm/receiptCache/createMemoryReceiptCache.js +30 -0
  171. package/esm/receiptCache/createMemoryReceiptCache.js.map +1 -0
  172. package/esm/receiptCache/createRedisReceiptCache.d.ts +10 -0
  173. package/esm/receiptCache/createRedisReceiptCache.js +56 -0
  174. package/esm/receiptCache/createRedisReceiptCache.js.map +1 -0
  175. package/esm/receiptCache/index.d.ts +11 -0
  176. package/esm/receiptCache/index.js +21 -0
  177. package/esm/receiptCache/index.js.map +1 -0
  178. package/esm/rpc/createMethodHandler.js.map +1 -1
  179. package/esm/rpc/estimation/gasEstimationHandler.d.ts +2 -4
  180. package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
  181. package/esm/rpc/estimation/gasEstimations06.d.ts +6 -7
  182. package/esm/rpc/estimation/gasEstimations06.js +1 -5
  183. package/esm/rpc/estimation/gasEstimations06.js.map +1 -1
  184. package/esm/rpc/estimation/gasEstimations07.d.ts +13 -41
  185. package/esm/rpc/estimation/gasEstimations07.js +27 -34
  186. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  187. package/esm/{utils/preVerificationGasCalulator.d.ts → rpc/estimation/preVerificationGasCalculator.d.ts} +20 -6
  188. package/esm/{utils/preVerificationGasCalulator.js → rpc/estimation/preVerificationGasCalculator.js} +95 -47
  189. package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -0
  190. package/esm/rpc/estimation/types.d.ts +4 -2
  191. package/esm/rpc/estimation/utils.d.ts +10 -8
  192. package/esm/rpc/estimation/utils.js +54 -48
  193. package/esm/rpc/estimation/utils.js.map +1 -1
  194. package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
  195. package/esm/rpc/methods/debug_bundler_clearReputation.js +1 -1
  196. package/esm/rpc/methods/debug_bundler_clearReputation.js.map +1 -1
  197. package/esm/rpc/methods/debug_bundler_clearState.js +1 -1
  198. package/esm/rpc/methods/debug_bundler_clearState.js.map +1 -1
  199. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
  200. package/esm/rpc/methods/debug_bundler_dumpReputation.js +1 -1
  201. package/esm/rpc/methods/debug_bundler_dumpReputation.js.map +1 -1
  202. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
  203. package/esm/rpc/methods/eth_estimateUserOperationGas.js +50 -29
  204. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
  205. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
  206. package/esm/rpc/methods/eth_getUserOperationByHash.js.map +1 -1
  207. package/esm/rpc/methods/eth_getUserOperationReceipt.d.ts +26 -26
  208. package/esm/rpc/methods/eth_getUserOperationReceipt.js +1 -1
  209. package/esm/rpc/methods/eth_sendUserOperation.d.ts +305 -1
  210. package/esm/rpc/methods/eth_sendUserOperation.js +132 -36
  211. package/esm/rpc/methods/eth_sendUserOperation.js.map +1 -1
  212. package/esm/rpc/methods/pimlico_getUserOperationStatus.js +1 -1
  213. package/esm/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -1
  214. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +330 -26
  215. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +15 -27
  216. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
  217. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
  218. package/esm/rpc/methods/pimlico_simulateAssetChange.js +14 -19
  219. package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -1
  220. package/esm/rpc/rpcHandler.d.ts +21 -22
  221. package/esm/rpc/rpcHandler.js +15 -17
  222. package/esm/rpc/rpcHandler.js.map +1 -1
  223. package/esm/rpc/server.d.ts +5 -5
  224. package/esm/rpc/server.js +15 -11
  225. package/esm/rpc/server.js.map +1 -1
  226. package/esm/rpc/validation/BundlerCollectorTracerV06.js +1 -1
  227. package/esm/rpc/validation/BundlerCollectorTracerV06.js.map +1 -1
  228. package/esm/rpc/validation/BundlerCollectorTracerV07.js +1 -1
  229. package/esm/rpc/validation/BundlerCollectorTracerV07.js.map +1 -1
  230. package/esm/rpc/validation/SafeValidator.d.ts +13 -14
  231. package/esm/rpc/validation/SafeValidator.js +24 -24
  232. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  233. package/esm/rpc/validation/TracerResultParserV06.d.ts +2 -2
  234. package/esm/rpc/validation/TracerResultParserV06.js +11 -11
  235. package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
  236. package/esm/rpc/validation/TracerResultParserV07.d.ts +2 -2
  237. package/esm/rpc/validation/TracerResultParserV07.js +13 -13
  238. package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
  239. package/esm/rpc/validation/UnsafeValidator.d.ts +18 -14
  240. package/esm/rpc/validation/UnsafeValidator.js +71 -40
  241. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  242. package/esm/store/createMempoolStore.d.ts +1 -1
  243. package/esm/store/createMempoolStore.js +63 -139
  244. package/esm/store/createMempoolStore.js.map +1 -1
  245. package/esm/store/index.d.ts +4 -75
  246. package/esm/store/index.js +4 -1
  247. package/esm/store/index.js.map +1 -1
  248. package/esm/store/outstanding/index.d.ts +13 -0
  249. package/esm/store/outstanding/index.js +16 -0
  250. package/esm/store/outstanding/index.js.map +1 -0
  251. package/esm/store/{createMemoryOutstandingStore.d.ts → outstanding/memory.d.ts} +14 -13
  252. package/esm/store/outstanding/memory.js +263 -0
  253. package/esm/store/outstanding/memory.js.map +1 -0
  254. package/esm/store/outstanding/redis.d.ts +11 -0
  255. package/esm/store/outstanding/redis.js +229 -0
  256. package/esm/store/outstanding/redis.js.map +1 -0
  257. package/esm/store/outstanding/types.d.ts +19 -0
  258. package/esm/store/outstanding/types.js +2 -0
  259. package/esm/store/outstanding/types.js.map +1 -0
  260. package/esm/store/processing/index.d.ts +11 -0
  261. package/esm/store/processing/index.js +17 -0
  262. package/esm/store/processing/index.js.map +1 -0
  263. package/esm/store/processing/memory.d.ts +16 -0
  264. package/esm/store/processing/memory.js +58 -0
  265. package/esm/store/processing/memory.js.map +1 -0
  266. package/esm/store/processing/redis.d.ts +23 -0
  267. package/esm/store/processing/redis.js +85 -0
  268. package/esm/store/processing/redis.js.map +1 -0
  269. package/esm/store/processing/types.d.ts +10 -0
  270. package/esm/store/processing/types.js +2 -0
  271. package/esm/store/processing/types.js.map +1 -0
  272. package/esm/store/types.d.ts +50 -0
  273. package/esm/store/types.js +2 -0
  274. package/esm/store/types.js.map +1 -0
  275. package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
  276. package/esm/types/contracts/PimlicoSimulations.js +105 -0
  277. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  278. package/esm/types/gasPrice.js +0 -18
  279. package/esm/types/gasPrice.js.map +1 -1
  280. package/esm/types/interfaces.d.ts +15 -10
  281. package/esm/types/mempool.d.ts +3 -0
  282. package/esm/types/schemas.d.ts +13174 -4732
  283. package/esm/types/schemas.js +113 -25
  284. package/esm/types/schemas.js.map +1 -1
  285. package/esm/types/utils.d.ts +2 -5
  286. package/esm/types/utils.js +16 -18
  287. package/esm/types/utils.js.map +1 -1
  288. package/esm/types/validation.d.ts +7646 -6912
  289. package/esm/types/validation.js +122 -152
  290. package/esm/types/validation.js.map +1 -1
  291. package/esm/utils/eip7702.d.ts +2 -1
  292. package/esm/utils/eip7702.js +14 -8
  293. package/esm/utils/eip7702.js.map +1 -1
  294. package/esm/utils/entryPointOverrides.js +18 -4
  295. package/esm/utils/entryPointOverrides.js.map +1 -1
  296. package/esm/utils/helpers.d.ts +2 -1
  297. package/esm/utils/helpers.js +30 -11
  298. package/esm/utils/helpers.js.map +1 -1
  299. package/esm/utils/index.d.ts +0 -1
  300. package/esm/utils/index.js +0 -1
  301. package/esm/utils/index.js.map +1 -1
  302. package/esm/utils/metrics.d.ts +2 -1
  303. package/esm/utils/metrics.js +15 -8
  304. package/esm/utils/metrics.js.map +1 -1
  305. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js +8 -9
  306. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +1 -1
  307. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +24 -2
  308. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js +85 -64
  309. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js.map +1 -1
  310. package/esm/utils/minMaxQueue/index.d.ts +2 -2
  311. package/esm/utils/minMaxQueue/index.js +4 -3
  312. package/esm/utils/minMaxQueue/index.js.map +1 -1
  313. package/esm/utils/rpc-reply.d.ts +3 -3
  314. package/esm/utils/rpc-reply.js.map +1 -1
  315. package/esm/utils/toViemStateOverrides.js +7 -7
  316. package/esm/utils/toViemStateOverrides.js.map +1 -1
  317. package/esm/utils/userop.d.ts +87 -55
  318. package/esm/utils/userop.js +138 -248
  319. package/esm/utils/userop.js.map +1 -1
  320. package/package.json +4 -2
  321. package/contracts/build-info/7710b5a048396e70.json +0 -1
  322. package/esm/executor/userOpMonitor.js.map +0 -1
  323. package/esm/mempool/monitoring.d.ts +0 -15
  324. package/esm/mempool/monitoring.js +0 -118
  325. package/esm/mempool/monitoring.js.map +0 -1
  326. package/esm/store/createMemoryOutstandingStore.js +0 -240
  327. package/esm/store/createMemoryOutstandingStore.js.map +0 -1
  328. package/esm/store/createRedisOutstandingStore.d.ts +0 -27
  329. package/esm/store/createRedisOutstandingStore.js +0 -344
  330. package/esm/store/createRedisOutstandingStore.js.map +0 -1
  331. package/esm/store/createRedisStore.d.ts +0 -9
  332. package/esm/store/createRedisStore.js +0 -131
  333. package/esm/store/createRedisStore.js.map +0 -1
  334. package/esm/store/createStore.d.ts +0 -6
  335. package/esm/store/createStore.js +0 -66
  336. package/esm/store/createStore.js.map +0 -1
  337. package/esm/utils/preVerificationGasCalulator.js.map +0 -1
@@ -17,11 +17,13 @@ export declare const bundlerArgsSchema: z.ZodObject<{
17
17
  "mempool-max-parallel-ops": z.ZodDefault<z.ZodNumber>;
18
18
  "mempool-max-queued-ops": z.ZodDefault<z.ZodNumber>;
19
19
  "enforce-unique-senders-per-bundle": z.ZodDefault<z.ZodBoolean>;
20
+ "max-gas-per-user-op": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
20
21
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
21
22
  "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
23
  "enable-instant-bundling-endpoint": z.ZodBoolean;
23
24
  "rpc-gas-estimate": z.ZodBoolean;
24
- "flashblocks-enabled": z.ZodBoolean;
25
+ "flashblocks-preconfirmation-time": z.ZodOptional<z.ZodNumber>;
26
+ "receipt-cache-ttl": z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
25
27
  }, "strip", z.ZodTypeAny, {
26
28
  entrypoints: `0x${string}`[];
27
29
  "deterministic-deployer-address": `0x${string}`;
@@ -39,11 +41,13 @@ export declare const bundlerArgsSchema: z.ZodObject<{
39
41
  "mempool-max-parallel-ops": number;
40
42
  "mempool-max-queued-ops": number;
41
43
  "enforce-unique-senders-per-bundle": boolean;
44
+ "max-gas-per-user-op": bigint;
42
45
  "max-gas-per-bundle": bigint;
43
46
  "rpc-methods": string[] | null;
44
47
  "enable-instant-bundling-endpoint": boolean;
45
48
  "rpc-gas-estimate": boolean;
46
- "flashblocks-enabled": boolean;
49
+ "receipt-cache-ttl": number;
50
+ "flashblocks-preconfirmation-time"?: number | undefined;
47
51
  }, {
48
52
  entrypoints: string;
49
53
  "deterministic-deployer-address": string;
@@ -56,18 +60,21 @@ export declare const bundlerArgsSchema: z.ZodObject<{
56
60
  "rpc-methods": string | null;
57
61
  "enable-instant-bundling-endpoint": boolean;
58
62
  "rpc-gas-estimate": boolean;
59
- "flashblocks-enabled": boolean;
60
63
  "gas-price-bump"?: string | undefined;
61
64
  "mempool-max-parallel-ops"?: number | undefined;
62
65
  "mempool-max-queued-ops"?: number | undefined;
63
66
  "enforce-unique-senders-per-bundle"?: boolean | undefined;
67
+ "max-gas-per-user-op"?: string | undefined;
64
68
  "max-gas-per-bundle"?: string | undefined;
69
+ "flashblocks-preconfirmation-time"?: number | undefined;
70
+ "receipt-cache-ttl"?: number | undefined;
65
71
  }>;
66
72
  export declare const executorArgsSchema: z.ZodObject<{
73
+ "max-bundle-count": z.ZodOptional<z.ZodNumber>;
67
74
  "resubmit-stuck-timeout": z.ZodDefault<z.ZodNumber>;
75
+ "max-resubmits": z.ZodOptional<z.ZodNumber>;
68
76
  "refilling-wallets": z.ZodDefault<z.ZodBoolean>;
69
77
  "refill-helper-contract": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
70
- "no-profit-bundling": z.ZodBoolean;
71
78
  "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
72
79
  address: `0x${string}`;
73
80
  nonceManager?: import("viem").NonceManager | undefined;
@@ -80,7 +87,7 @@ export declare const executorArgsSchema: z.ZodObject<{
80
87
  }) => Promise<`0x${string}`>;
81
88
  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?: {
82
89
  serializer?: serializer | undefined;
83
- } | 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}`>;
90
+ } | undefined) => Promise<`0x${string}`>;
84
91
  signTypedData: <const typedData extends {
85
92
  [x: string]: readonly import("viem").TypedDataParameter[];
86
93
  [x: `string[${string}]`]: undefined;
@@ -107,13 +114,13 @@ export declare const executorArgsSchema: z.ZodObject<{
107
114
  [x: `bytes8[${string}]`]: undefined;
108
115
  [x: `bytes9[${string}]`]: undefined;
109
116
  [x: `bytes10[${string}]`]: undefined;
110
- [x: `bytes16[${string}]`]: undefined;
117
+ [x: `bytes17[${string}]`]: undefined;
111
118
  [x: `bytes20[${string}]`]: undefined;
112
119
  [x: `bytes12[${string}]`]: undefined;
113
120
  [x: `bytes13[${string}]`]: undefined;
114
121
  [x: `bytes14[${string}]`]: undefined;
115
122
  [x: `bytes15[${string}]`]: undefined;
116
- [x: `bytes17[${string}]`]: undefined;
123
+ [x: `bytes16[${string}]`]: undefined;
117
124
  [x: `bytes18[${string}]`]: undefined;
118
125
  [x: `bytes19[${string}]`]: undefined;
119
126
  [x: `bytes21[${string}]`]: undefined;
@@ -209,13 +216,13 @@ export declare const executorArgsSchema: z.ZodObject<{
209
216
  bytes8?: undefined;
210
217
  bytes9?: undefined;
211
218
  bytes10?: undefined;
212
- bytes16?: undefined;
219
+ bytes17?: undefined;
213
220
  bytes20?: undefined;
214
221
  bytes12?: undefined;
215
222
  bytes13?: undefined;
216
223
  bytes14?: undefined;
217
224
  bytes15?: undefined;
218
- bytes17?: undefined;
225
+ bytes16?: undefined;
219
226
  bytes18?: undefined;
220
227
  bytes19?: undefined;
221
228
  bytes21?: undefined;
@@ -307,7 +314,7 @@ export declare const executorArgsSchema: z.ZodObject<{
307
314
  }) => Promise<`0x${string}`>;
308
315
  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?: {
309
316
  serializer?: serializer | undefined;
310
- } | 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}`>;
317
+ } | undefined) => Promise<`0x${string}`>;
311
318
  signTypedData: <const typedData extends {
312
319
  [x: string]: readonly import("viem").TypedDataParameter[];
313
320
  [x: `string[${string}]`]: undefined;
@@ -334,13 +341,13 @@ export declare const executorArgsSchema: z.ZodObject<{
334
341
  [x: `bytes8[${string}]`]: undefined;
335
342
  [x: `bytes9[${string}]`]: undefined;
336
343
  [x: `bytes10[${string}]`]: undefined;
337
- [x: `bytes16[${string}]`]: undefined;
344
+ [x: `bytes17[${string}]`]: undefined;
338
345
  [x: `bytes20[${string}]`]: undefined;
339
346
  [x: `bytes12[${string}]`]: undefined;
340
347
  [x: `bytes13[${string}]`]: undefined;
341
348
  [x: `bytes14[${string}]`]: undefined;
342
349
  [x: `bytes15[${string}]`]: undefined;
343
- [x: `bytes17[${string}]`]: undefined;
350
+ [x: `bytes16[${string}]`]: undefined;
344
351
  [x: `bytes18[${string}]`]: undefined;
345
352
  [x: `bytes19[${string}]`]: undefined;
346
353
  [x: `bytes21[${string}]`]: undefined;
@@ -436,13 +443,13 @@ export declare const executorArgsSchema: z.ZodObject<{
436
443
  bytes8?: undefined;
437
444
  bytes9?: undefined;
438
445
  bytes10?: undefined;
439
- bytes16?: undefined;
446
+ bytes17?: undefined;
440
447
  bytes20?: undefined;
441
448
  bytes12?: undefined;
442
449
  bytes13?: undefined;
443
450
  bytes14?: undefined;
444
451
  bytes15?: undefined;
445
- bytes17?: undefined;
452
+ bytes16?: undefined;
446
453
  bytes18?: undefined;
447
454
  bytes19?: undefined;
448
455
  bytes21?: undefined;
@@ -529,7 +536,7 @@ export declare const executorArgsSchema: z.ZodObject<{
529
536
  }) => Promise<`0x${string}`>;
530
537
  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?: {
531
538
  serializer?: serializer | undefined;
532
- } | 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}`>;
539
+ } | undefined) => Promise<`0x${string}`>;
533
540
  signTypedData: <const typedData extends {
534
541
  [x: string]: readonly import("viem").TypedDataParameter[];
535
542
  [x: `string[${string}]`]: undefined;
@@ -556,13 +563,13 @@ export declare const executorArgsSchema: z.ZodObject<{
556
563
  [x: `bytes8[${string}]`]: undefined;
557
564
  [x: `bytes9[${string}]`]: undefined;
558
565
  [x: `bytes10[${string}]`]: undefined;
559
- [x: `bytes16[${string}]`]: undefined;
566
+ [x: `bytes17[${string}]`]: undefined;
560
567
  [x: `bytes20[${string}]`]: undefined;
561
568
  [x: `bytes12[${string}]`]: undefined;
562
569
  [x: `bytes13[${string}]`]: undefined;
563
570
  [x: `bytes14[${string}]`]: undefined;
564
571
  [x: `bytes15[${string}]`]: undefined;
565
- [x: `bytes17[${string}]`]: undefined;
572
+ [x: `bytes16[${string}]`]: undefined;
566
573
  [x: `bytes18[${string}]`]: undefined;
567
574
  [x: `bytes19[${string}]`]: undefined;
568
575
  [x: `bytes21[${string}]`]: undefined;
@@ -658,13 +665,13 @@ export declare const executorArgsSchema: z.ZodObject<{
658
665
  bytes8?: undefined;
659
666
  bytes9?: undefined;
660
667
  bytes10?: undefined;
661
- bytes16?: undefined;
668
+ bytes17?: undefined;
662
669
  bytes20?: undefined;
663
670
  bytes12?: undefined;
664
671
  bytes13?: undefined;
665
672
  bytes14?: undefined;
666
673
  bytes15?: undefined;
667
- bytes17?: undefined;
674
+ bytes16?: undefined;
668
675
  bytes18?: undefined;
669
676
  bytes19?: undefined;
670
677
  bytes21?: undefined;
@@ -747,12 +754,11 @@ export declare const executorArgsSchema: z.ZodObject<{
747
754
  "send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
748
755
  "transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
749
756
  "bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
750
- "arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
751
757
  "binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
758
+ "private-endpoint-submission-attempts": z.ZodDefault<z.ZodNumber>;
752
759
  }, "strip", z.ZodTypeAny, {
753
760
  "resubmit-stuck-timeout": number;
754
761
  "refilling-wallets": boolean;
755
- "no-profit-bundling": boolean;
756
762
  "utility-wallet-monitor": boolean;
757
763
  "utility-wallet-monitor-interval": number;
758
764
  "resubmit-multiplier-ceiling": bigint;
@@ -769,7 +775,7 @@ export declare const executorArgsSchema: z.ZodObject<{
769
775
  }) => Promise<`0x${string}`>;
770
776
  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?: {
771
777
  serializer?: serializer | undefined;
772
- } | 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}`>;
778
+ } | undefined) => Promise<`0x${string}`>;
773
779
  signTypedData: <const typedData extends {
774
780
  [x: string]: readonly import("viem").TypedDataParameter[];
775
781
  [x: `string[${string}]`]: undefined;
@@ -796,13 +802,13 @@ export declare const executorArgsSchema: z.ZodObject<{
796
802
  [x: `bytes8[${string}]`]: undefined;
797
803
  [x: `bytes9[${string}]`]: undefined;
798
804
  [x: `bytes10[${string}]`]: undefined;
799
- [x: `bytes16[${string}]`]: undefined;
805
+ [x: `bytes17[${string}]`]: undefined;
800
806
  [x: `bytes20[${string}]`]: undefined;
801
807
  [x: `bytes12[${string}]`]: undefined;
802
808
  [x: `bytes13[${string}]`]: undefined;
803
809
  [x: `bytes14[${string}]`]: undefined;
804
810
  [x: `bytes15[${string}]`]: undefined;
805
- [x: `bytes17[${string}]`]: undefined;
811
+ [x: `bytes16[${string}]`]: undefined;
806
812
  [x: `bytes18[${string}]`]: undefined;
807
813
  [x: `bytes19[${string}]`]: undefined;
808
814
  [x: `bytes21[${string}]`]: undefined;
@@ -898,13 +904,13 @@ export declare const executorArgsSchema: z.ZodObject<{
898
904
  bytes8?: undefined;
899
905
  bytes9?: undefined;
900
906
  bytes10?: undefined;
901
- bytes16?: undefined;
907
+ bytes17?: undefined;
902
908
  bytes20?: undefined;
903
909
  bytes12?: undefined;
904
910
  bytes13?: undefined;
905
911
  bytes14?: undefined;
906
912
  bytes15?: undefined;
907
- bytes17?: undefined;
913
+ bytes16?: undefined;
908
914
  bytes18?: undefined;
909
915
  bytes19?: undefined;
910
916
  bytes21?: undefined;
@@ -985,8 +991,10 @@ export declare const executorArgsSchema: z.ZodObject<{
985
991
  "send-handle-ops-retry-count": number;
986
992
  "transaction-underpriced-multiplier": bigint;
987
993
  "bundler-initial-commission": bigint;
988
- "arbitrum-gas-bid-multiplier": bigint;
989
994
  "binary-search-max-retries": number;
995
+ "private-endpoint-submission-attempts": number;
996
+ "max-bundle-count"?: number | undefined;
997
+ "max-resubmits"?: number | undefined;
990
998
  "refill-helper-contract"?: `0x${string}` | undefined;
991
999
  "utility-private-key"?: {
992
1000
  address: `0x${string}`;
@@ -1000,7 +1008,7 @@ export declare const executorArgsSchema: z.ZodObject<{
1000
1008
  }) => Promise<`0x${string}`>;
1001
1009
  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?: {
1002
1010
  serializer?: serializer | undefined;
1003
- } | 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}`>;
1011
+ } | undefined) => Promise<`0x${string}`>;
1004
1012
  signTypedData: <const typedData extends {
1005
1013
  [x: string]: readonly import("viem").TypedDataParameter[];
1006
1014
  [x: `string[${string}]`]: undefined;
@@ -1027,13 +1035,13 @@ export declare const executorArgsSchema: z.ZodObject<{
1027
1035
  [x: `bytes8[${string}]`]: undefined;
1028
1036
  [x: `bytes9[${string}]`]: undefined;
1029
1037
  [x: `bytes10[${string}]`]: undefined;
1030
- [x: `bytes16[${string}]`]: undefined;
1038
+ [x: `bytes17[${string}]`]: undefined;
1031
1039
  [x: `bytes20[${string}]`]: undefined;
1032
1040
  [x: `bytes12[${string}]`]: undefined;
1033
1041
  [x: `bytes13[${string}]`]: undefined;
1034
1042
  [x: `bytes14[${string}]`]: undefined;
1035
1043
  [x: `bytes15[${string}]`]: undefined;
1036
- [x: `bytes17[${string}]`]: undefined;
1044
+ [x: `bytes16[${string}]`]: undefined;
1037
1045
  [x: `bytes18[${string}]`]: undefined;
1038
1046
  [x: `bytes19[${string}]`]: undefined;
1039
1047
  [x: `bytes21[${string}]`]: undefined;
@@ -1129,13 +1137,13 @@ export declare const executorArgsSchema: z.ZodObject<{
1129
1137
  bytes8?: undefined;
1130
1138
  bytes9?: undefined;
1131
1139
  bytes10?: undefined;
1132
- bytes16?: undefined;
1140
+ bytes17?: undefined;
1133
1141
  bytes20?: undefined;
1134
1142
  bytes12?: undefined;
1135
1143
  bytes13?: undefined;
1136
1144
  bytes14?: undefined;
1137
1145
  bytes15?: undefined;
1138
- bytes17?: undefined;
1146
+ bytes16?: undefined;
1139
1147
  bytes18?: undefined;
1140
1148
  bytes19?: undefined;
1141
1149
  bytes21?: undefined;
@@ -1214,7 +1222,6 @@ export declare const executorArgsSchema: z.ZodObject<{
1214
1222
  "max-executors"?: number | undefined;
1215
1223
  "min-executor-balance"?: bigint | undefined;
1216
1224
  }, {
1217
- "no-profit-bundling": boolean;
1218
1225
  "utility-wallet-monitor": boolean;
1219
1226
  "utility-wallet-monitor-interval": number;
1220
1227
  "resubmit-multiplier-ceiling": string;
@@ -1222,7 +1229,9 @@ export declare const executorArgsSchema: z.ZodObject<{
1222
1229
  "executor-refill-interval": number;
1223
1230
  "executor-gas-multiplier": string;
1224
1231
  "transaction-underpriced-multiplier": string;
1232
+ "max-bundle-count"?: number | undefined;
1225
1233
  "resubmit-stuck-timeout"?: number | undefined;
1234
+ "max-resubmits"?: number | undefined;
1226
1235
  "refilling-wallets"?: boolean | undefined;
1227
1236
  "refill-helper-contract"?: string | undefined;
1228
1237
  "utility-private-key"?: string | undefined;
@@ -1231,11 +1240,11 @@ export declare const executorArgsSchema: z.ZodObject<{
1231
1240
  "min-executor-balance"?: string | undefined;
1232
1241
  "send-handle-ops-retry-count"?: number | undefined;
1233
1242
  "bundler-initial-commission"?: string | undefined;
1234
- "arbitrum-gas-bid-multiplier"?: string | undefined;
1235
1243
  "binary-search-max-retries"?: number | undefined;
1244
+ "private-endpoint-submission-attempts"?: number | undefined;
1236
1245
  }>;
1237
1246
  export declare const compatibilityArgsSchema: z.ZodObject<{
1238
- "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "etherlink"]>;
1247
+ "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "etherlink", "monad"]>;
1239
1248
  "legacy-transactions": z.ZodBoolean;
1240
1249
  "api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
1241
1250
  "default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
@@ -1245,9 +1254,11 @@ export declare const compatibilityArgsSchema: z.ZodObject<{
1245
1254
  "fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
1246
1255
  "floor-max-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
1247
1256
  "floor-max-priority-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
1257
+ "static-max-priority-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
1248
1258
  "supports-eip7623": z.ZodDefault<z.ZodBoolean>;
1259
+ "arbitrum-base-fee-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
1249
1260
  }, "strip", z.ZodTypeAny, {
1250
- "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
1261
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink" | "monad";
1251
1262
  "legacy-transactions": boolean;
1252
1263
  "api-version": ApiVersion[];
1253
1264
  "default-api-version": "v1" | "v2";
@@ -1255,11 +1266,13 @@ export declare const compatibilityArgsSchema: z.ZodObject<{
1255
1266
  "flush-stuck-transactions-during-startup": boolean;
1256
1267
  "is-gas-free-chain": boolean;
1257
1268
  "supports-eip7623": boolean;
1269
+ "arbitrum-base-fee-multiplier": bigint;
1258
1270
  "fixed-gas-limit-for-estimation"?: bigint | undefined;
1259
1271
  "floor-max-fee-per-gas"?: bigint | undefined;
1260
1272
  "floor-max-priority-fee-per-gas"?: bigint | undefined;
1273
+ "static-max-priority-fee-per-gas"?: bigint | undefined;
1261
1274
  }, {
1262
- "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
1275
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink" | "monad";
1263
1276
  "legacy-transactions": boolean;
1264
1277
  "balance-override": boolean;
1265
1278
  "flush-stuck-transactions-during-startup": boolean;
@@ -1269,7 +1282,9 @@ export declare const compatibilityArgsSchema: z.ZodObject<{
1269
1282
  "fixed-gas-limit-for-estimation"?: string | undefined;
1270
1283
  "floor-max-fee-per-gas"?: string | undefined;
1271
1284
  "floor-max-priority-fee-per-gas"?: string | undefined;
1285
+ "static-max-priority-fee-per-gas"?: string | undefined;
1272
1286
  "supports-eip7623"?: boolean | undefined;
1287
+ "arbitrum-base-fee-multiplier"?: string | undefined;
1273
1288
  }>;
1274
1289
  export declare const serverArgsSchema: z.ZodObject<{
1275
1290
  port: z.ZodNumber;
@@ -1316,8 +1331,6 @@ export declare const rpcArgsSchema: z.ZodObject<{
1316
1331
  "code-override-support"?: boolean | undefined;
1317
1332
  }>;
1318
1333
  export declare const logArgsSchema: z.ZodObject<{
1319
- "redis-queue-endpoint": z.ZodOptional<z.ZodString>;
1320
- "redis-event-manager-queue-name": z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1321
1334
  json: z.ZodBoolean;
1322
1335
  "log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
1323
1336
  "public-client-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
@@ -1330,8 +1343,6 @@ export declare const logArgsSchema: z.ZodObject<{
1330
1343
  }, "strip", z.ZodTypeAny, {
1331
1344
  json: boolean;
1332
1345
  "log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
1333
- "redis-queue-endpoint"?: string | undefined;
1334
- "redis-event-manager-queue-name"?: string | undefined;
1335
1346
  "public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
1336
1347
  "wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
1337
1348
  "rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
@@ -1342,8 +1353,6 @@ export declare const logArgsSchema: z.ZodObject<{
1342
1353
  }, {
1343
1354
  json: boolean;
1344
1355
  "log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
1345
- "redis-queue-endpoint"?: string | undefined;
1346
- "redis-event-manager-queue-name"?: unknown;
1347
1356
  "public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
1348
1357
  "wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
1349
1358
  "rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
@@ -1360,6 +1369,7 @@ export declare const debugArgsSchema: z.ZodObject<{
1360
1369
  "expiration-check": z.ZodBoolean;
1361
1370
  "dangerous-skip-user-operation-validation": z.ZodBoolean;
1362
1371
  "deploy-simulations-contract": z.ZodBoolean;
1372
+ "enable-cors": z.ZodBoolean;
1363
1373
  }, "strip", z.ZodTypeAny, {
1364
1374
  "bundle-mode": "manual" | "auto";
1365
1375
  "min-bundle-interval": number;
@@ -1368,12 +1378,14 @@ export declare const debugArgsSchema: z.ZodObject<{
1368
1378
  "expiration-check": boolean;
1369
1379
  "dangerous-skip-user-operation-validation": boolean;
1370
1380
  "deploy-simulations-contract": boolean;
1381
+ "enable-cors": boolean;
1371
1382
  }, {
1372
1383
  "bundle-mode": "manual" | "auto";
1373
1384
  "enable-debug-endpoints": boolean;
1374
1385
  "expiration-check": boolean;
1375
1386
  "dangerous-skip-user-operation-validation": boolean;
1376
1387
  "deploy-simulations-contract": boolean;
1388
+ "enable-cors": boolean;
1377
1389
  "min-bundle-interval"?: number | undefined;
1378
1390
  "max-bundle-interval"?: number | undefined;
1379
1391
  }>;
@@ -1381,6 +1393,7 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1381
1393
  "pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1382
1394
  "entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1383
1395
  "entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1396
+ "entrypoint-simulation-contract-v9": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
1384
1397
  "binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
1385
1398
  "binary-search-gas-allowance": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
1386
1399
  "v6-call-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
@@ -1395,9 +1408,9 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1395
1408
  "simulation-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
1396
1409
  "simulation-paymaster-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
1397
1410
  "simulation-paymaster-post-op-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
1398
- "paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
1399
1411
  "eth-call-sender-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1400
1412
  "split-simulation-calls": z.ZodBoolean;
1413
+ "call-gas-limit-floor": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
1401
1414
  }, "strip", z.ZodTypeAny, {
1402
1415
  "binary-search-tolerance-delta": bigint;
1403
1416
  "binary-search-gas-allowance": bigint;
@@ -1413,11 +1426,12 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1413
1426
  "simulation-verification-gas-limit": bigint;
1414
1427
  "simulation-paymaster-verification-gas-limit": bigint;
1415
1428
  "simulation-paymaster-post-op-gas-limit": bigint;
1416
- "paymaster-gas-limit-multiplier": bigint;
1417
1429
  "split-simulation-calls": boolean;
1430
+ "call-gas-limit-floor": bigint;
1418
1431
  "pimlico-simulation-contract"?: `0x${string}` | undefined;
1419
1432
  "entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
1420
1433
  "entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
1434
+ "entrypoint-simulation-contract-v9"?: `0x${string}` | undefined;
1421
1435
  "eth-call-sender-address"?: `0x${string}` | undefined;
1422
1436
  }, {
1423
1437
  "v6-call-gas-limit-multiplier": string;
@@ -1432,54 +1446,62 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
1432
1446
  "simulation-verification-gas-limit": string;
1433
1447
  "simulation-paymaster-verification-gas-limit": string;
1434
1448
  "simulation-paymaster-post-op-gas-limit": string;
1435
- "paymaster-gas-limit-multiplier": string;
1436
1449
  "split-simulation-calls": boolean;
1437
1450
  "pimlico-simulation-contract"?: unknown;
1438
1451
  "entrypoint-simulation-contract-v7"?: unknown;
1439
1452
  "entrypoint-simulation-contract-v8"?: unknown;
1453
+ "entrypoint-simulation-contract-v9"?: unknown;
1440
1454
  "binary-search-tolerance-delta"?: string | undefined;
1441
1455
  "binary-search-gas-allowance"?: string | undefined;
1442
1456
  "eth-call-sender-address"?: string | undefined;
1457
+ "call-gas-limit-floor"?: string | undefined;
1443
1458
  }>;
1444
1459
  export declare const mempoolArgsSchema: z.ZodObject<{
1445
- "redis-mempool-url": z.ZodOptional<z.ZodString>;
1446
- "redis-mempool-concurrency": z.ZodDefault<z.ZodNumber>;
1447
- "redis-mempool-queue-name": z.ZodString;
1448
- "redis-op-status-url": z.ZodOptional<z.ZodString>;
1449
- "redis-op-status-queue-name": z.ZodString;
1450
- "redis-sender-manager-url": z.ZodOptional<z.ZodString>;
1451
- "redis-sender-manager-queue-name": z.ZodString;
1452
- "redis-gas-price-queue-url": z.ZodOptional<z.ZodString>;
1453
- "redis-gas-price-queue-name": z.ZodString;
1460
+ "restoration-queue-timeout": z.ZodDefault<z.ZodNumber>;
1454
1461
  "mempool-max-parallel-ops": z.ZodDefault<z.ZodNumber>;
1455
1462
  "mempool-max-queued-ops": z.ZodDefault<z.ZodNumber>;
1463
+ "mempool-pop-batch-size": z.ZodDefault<z.ZodNumber>;
1456
1464
  "enforce-unique-senders-per-bundle": z.ZodDefault<z.ZodBoolean>;
1465
+ "ignored-paymasters": z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodString>, `0x${string}`[], string | undefined>>;
1457
1466
  }, "strip", z.ZodTypeAny, {
1458
1467
  "mempool-max-parallel-ops": number;
1459
1468
  "mempool-max-queued-ops": number;
1460
1469
  "enforce-unique-senders-per-bundle": boolean;
1461
- "redis-mempool-concurrency": number;
1462
- "redis-mempool-queue-name": string;
1463
- "redis-op-status-queue-name": string;
1464
- "redis-sender-manager-queue-name": string;
1465
- "redis-gas-price-queue-name": string;
1466
- "redis-mempool-url"?: string | undefined;
1467
- "redis-op-status-url"?: string | undefined;
1468
- "redis-sender-manager-url"?: string | undefined;
1469
- "redis-gas-price-queue-url"?: string | undefined;
1470
+ "restoration-queue-timeout": number;
1471
+ "mempool-pop-batch-size": number;
1472
+ "ignored-paymasters": `0x${string}`[];
1470
1473
  }, {
1471
- "redis-mempool-queue-name": string;
1472
- "redis-op-status-queue-name": string;
1473
- "redis-sender-manager-queue-name": string;
1474
- "redis-gas-price-queue-name": string;
1475
- "redis-mempool-url"?: string | undefined;
1476
- "redis-mempool-concurrency"?: number | undefined;
1477
- "redis-op-status-url"?: string | undefined;
1478
- "redis-sender-manager-url"?: string | undefined;
1479
- "redis-gas-price-queue-url"?: string | undefined;
1474
+ "restoration-queue-timeout"?: number | undefined;
1480
1475
  "mempool-max-parallel-ops"?: number | undefined;
1481
1476
  "mempool-max-queued-ops"?: number | undefined;
1477
+ "mempool-pop-batch-size"?: number | undefined;
1482
1478
  "enforce-unique-senders-per-bundle"?: boolean | undefined;
1479
+ "ignored-paymasters"?: string | undefined;
1480
+ }>;
1481
+ export declare const redisArgsSchema: z.ZodObject<{
1482
+ "enable-horizontal-scaling": z.ZodDefault<z.ZodBoolean>;
1483
+ "enable-redis-receipt-cache": z.ZodDefault<z.ZodBoolean>;
1484
+ "redis-key-prefix": z.ZodDefault<z.ZodString>;
1485
+ "redis-endpoint": z.ZodOptional<z.ZodString>;
1486
+ "redis-events-queue-endpoint": z.ZodOptional<z.ZodString>;
1487
+ "redis-events-queue-name": z.ZodOptional<z.ZodString>;
1488
+ "redis-events-queue-flush-interval": z.ZodDefault<z.ZodNumber>;
1489
+ }, "strip", z.ZodTypeAny, {
1490
+ "enable-horizontal-scaling": boolean;
1491
+ "enable-redis-receipt-cache": boolean;
1492
+ "redis-key-prefix": string;
1493
+ "redis-events-queue-flush-interval": number;
1494
+ "redis-endpoint"?: string | undefined;
1495
+ "redis-events-queue-endpoint"?: string | undefined;
1496
+ "redis-events-queue-name"?: string | undefined;
1497
+ }, {
1498
+ "enable-horizontal-scaling"?: boolean | undefined;
1499
+ "enable-redis-receipt-cache"?: boolean | undefined;
1500
+ "redis-key-prefix"?: string | undefined;
1501
+ "redis-endpoint"?: string | undefined;
1502
+ "redis-events-queue-endpoint"?: string | undefined;
1503
+ "redis-events-queue-name"?: string | undefined;
1504
+ "redis-events-queue-flush-interval"?: number | undefined;
1483
1505
  }>;
1484
1506
  export type IBundlerArgs = z.infer<typeof bundlerArgsSchema>;
1485
1507
  export type IBundlerArgsInput = z.input<typeof bundlerArgsSchema>;
@@ -1499,23 +1521,29 @@ export type IGasEstimationArgs = z.infer<typeof gasEstimationArgsSchema>;
1499
1521
  export type IGasEstimationArgsInput = z.input<typeof gasEstimationArgsSchema>;
1500
1522
  export type IMempoolArgs = z.infer<typeof mempoolArgsSchema>;
1501
1523
  export type IMempoolArgsInput = z.input<typeof mempoolArgsSchema>;
1524
+ export type IOptions = z.infer<typeof optionArgsSchema>;
1525
+ export type IOptionsInput = z.input<typeof optionArgsSchema>;
1526
+ export type IRedisArgs = z.infer<typeof redisArgsSchema>;
1527
+ export type IRedisArgsInput = z.input<typeof redisArgsSchema>;
1502
1528
  export declare const optionArgsSchema: z.ZodObject<{
1503
- "redis-mempool-url": z.ZodOptional<z.ZodString>;
1504
- "redis-mempool-concurrency": z.ZodDefault<z.ZodNumber>;
1505
- "redis-mempool-queue-name": z.ZodString;
1506
- "redis-op-status-url": z.ZodOptional<z.ZodString>;
1507
- "redis-op-status-queue-name": z.ZodString;
1508
- "redis-sender-manager-url": z.ZodOptional<z.ZodString>;
1509
- "redis-sender-manager-queue-name": z.ZodString;
1510
- "redis-gas-price-queue-url": z.ZodOptional<z.ZodString>;
1511
- "redis-gas-price-queue-name": z.ZodString;
1529
+ "enable-horizontal-scaling": z.ZodDefault<z.ZodBoolean>;
1530
+ "enable-redis-receipt-cache": z.ZodDefault<z.ZodBoolean>;
1531
+ "redis-key-prefix": z.ZodDefault<z.ZodString>;
1532
+ "redis-endpoint": z.ZodOptional<z.ZodString>;
1533
+ "redis-events-queue-endpoint": z.ZodOptional<z.ZodString>;
1534
+ "redis-events-queue-name": z.ZodOptional<z.ZodString>;
1535
+ "redis-events-queue-flush-interval": z.ZodDefault<z.ZodNumber>;
1536
+ "restoration-queue-timeout": z.ZodDefault<z.ZodNumber>;
1512
1537
  "mempool-max-parallel-ops": z.ZodDefault<z.ZodNumber>;
1513
1538
  "mempool-max-queued-ops": z.ZodDefault<z.ZodNumber>;
1539
+ "mempool-pop-batch-size": z.ZodDefault<z.ZodNumber>;
1514
1540
  "enforce-unique-senders-per-bundle": z.ZodDefault<z.ZodBoolean>;
1541
+ "ignored-paymasters": z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodString>, `0x${string}`[], string | undefined>>;
1542
+ "max-bundle-count": z.ZodOptional<z.ZodNumber>;
1515
1543
  "resubmit-stuck-timeout": z.ZodDefault<z.ZodNumber>;
1544
+ "max-resubmits": z.ZodOptional<z.ZodNumber>;
1516
1545
  "refilling-wallets": z.ZodDefault<z.ZodBoolean>;
1517
1546
  "refill-helper-contract": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
1518
- "no-profit-bundling": z.ZodBoolean;
1519
1547
  "utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
1520
1548
  address: `0x${string}`;
1521
1549
  nonceManager?: import("viem").NonceManager | undefined;
@@ -1528,7 +1556,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1528
1556
  }) => Promise<`0x${string}`>;
1529
1557
  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?: {
1530
1558
  serializer?: serializer | undefined;
1531
- } | 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}`>;
1559
+ } | undefined) => Promise<`0x${string}`>;
1532
1560
  signTypedData: <const typedData extends {
1533
1561
  [x: string]: readonly import("viem").TypedDataParameter[];
1534
1562
  [x: `string[${string}]`]: undefined;
@@ -1555,13 +1583,13 @@ export declare const optionArgsSchema: z.ZodObject<{
1555
1583
  [x: `bytes8[${string}]`]: undefined;
1556
1584
  [x: `bytes9[${string}]`]: undefined;
1557
1585
  [x: `bytes10[${string}]`]: undefined;
1558
- [x: `bytes16[${string}]`]: undefined;
1586
+ [x: `bytes17[${string}]`]: undefined;
1559
1587
  [x: `bytes20[${string}]`]: undefined;
1560
1588
  [x: `bytes12[${string}]`]: undefined;
1561
1589
  [x: `bytes13[${string}]`]: undefined;
1562
1590
  [x: `bytes14[${string}]`]: undefined;
1563
1591
  [x: `bytes15[${string}]`]: undefined;
1564
- [x: `bytes17[${string}]`]: undefined;
1592
+ [x: `bytes16[${string}]`]: undefined;
1565
1593
  [x: `bytes18[${string}]`]: undefined;
1566
1594
  [x: `bytes19[${string}]`]: undefined;
1567
1595
  [x: `bytes21[${string}]`]: undefined;
@@ -1657,13 +1685,13 @@ export declare const optionArgsSchema: z.ZodObject<{
1657
1685
  bytes8?: undefined;
1658
1686
  bytes9?: undefined;
1659
1687
  bytes10?: undefined;
1660
- bytes16?: undefined;
1688
+ bytes17?: undefined;
1661
1689
  bytes20?: undefined;
1662
1690
  bytes12?: undefined;
1663
1691
  bytes13?: undefined;
1664
1692
  bytes14?: undefined;
1665
1693
  bytes15?: undefined;
1666
- bytes17?: undefined;
1694
+ bytes16?: undefined;
1667
1695
  bytes18?: undefined;
1668
1696
  bytes19?: undefined;
1669
1697
  bytes21?: undefined;
@@ -1755,7 +1783,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1755
1783
  }) => Promise<`0x${string}`>;
1756
1784
  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?: {
1757
1785
  serializer?: serializer | undefined;
1758
- } | 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}`>;
1786
+ } | undefined) => Promise<`0x${string}`>;
1759
1787
  signTypedData: <const typedData extends {
1760
1788
  [x: string]: readonly import("viem").TypedDataParameter[];
1761
1789
  [x: `string[${string}]`]: undefined;
@@ -1782,13 +1810,13 @@ export declare const optionArgsSchema: z.ZodObject<{
1782
1810
  [x: `bytes8[${string}]`]: undefined;
1783
1811
  [x: `bytes9[${string}]`]: undefined;
1784
1812
  [x: `bytes10[${string}]`]: undefined;
1785
- [x: `bytes16[${string}]`]: undefined;
1813
+ [x: `bytes17[${string}]`]: undefined;
1786
1814
  [x: `bytes20[${string}]`]: undefined;
1787
1815
  [x: `bytes12[${string}]`]: undefined;
1788
1816
  [x: `bytes13[${string}]`]: undefined;
1789
1817
  [x: `bytes14[${string}]`]: undefined;
1790
1818
  [x: `bytes15[${string}]`]: undefined;
1791
- [x: `bytes17[${string}]`]: undefined;
1819
+ [x: `bytes16[${string}]`]: undefined;
1792
1820
  [x: `bytes18[${string}]`]: undefined;
1793
1821
  [x: `bytes19[${string}]`]: undefined;
1794
1822
  [x: `bytes21[${string}]`]: undefined;
@@ -1884,13 +1912,13 @@ export declare const optionArgsSchema: z.ZodObject<{
1884
1912
  bytes8?: undefined;
1885
1913
  bytes9?: undefined;
1886
1914
  bytes10?: undefined;
1887
- bytes16?: undefined;
1915
+ bytes17?: undefined;
1888
1916
  bytes20?: undefined;
1889
1917
  bytes12?: undefined;
1890
1918
  bytes13?: undefined;
1891
1919
  bytes14?: undefined;
1892
1920
  bytes15?: undefined;
1893
- bytes17?: undefined;
1921
+ bytes16?: undefined;
1894
1922
  bytes18?: undefined;
1895
1923
  bytes19?: undefined;
1896
1924
  bytes21?: undefined;
@@ -1977,7 +2005,7 @@ export declare const optionArgsSchema: z.ZodObject<{
1977
2005
  }) => Promise<`0x${string}`>;
1978
2006
  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?: {
1979
2007
  serializer?: serializer | undefined;
1980
- } | 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}`>;
2008
+ } | undefined) => Promise<`0x${string}`>;
1981
2009
  signTypedData: <const typedData extends {
1982
2010
  [x: string]: readonly import("viem").TypedDataParameter[];
1983
2011
  [x: `string[${string}]`]: undefined;
@@ -2004,13 +2032,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2004
2032
  [x: `bytes8[${string}]`]: undefined;
2005
2033
  [x: `bytes9[${string}]`]: undefined;
2006
2034
  [x: `bytes10[${string}]`]: undefined;
2007
- [x: `bytes16[${string}]`]: undefined;
2035
+ [x: `bytes17[${string}]`]: undefined;
2008
2036
  [x: `bytes20[${string}]`]: undefined;
2009
2037
  [x: `bytes12[${string}]`]: undefined;
2010
2038
  [x: `bytes13[${string}]`]: undefined;
2011
2039
  [x: `bytes14[${string}]`]: undefined;
2012
2040
  [x: `bytes15[${string}]`]: undefined;
2013
- [x: `bytes17[${string}]`]: undefined;
2041
+ [x: `bytes16[${string}]`]: undefined;
2014
2042
  [x: `bytes18[${string}]`]: undefined;
2015
2043
  [x: `bytes19[${string}]`]: undefined;
2016
2044
  [x: `bytes21[${string}]`]: undefined;
@@ -2106,13 +2134,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2106
2134
  bytes8?: undefined;
2107
2135
  bytes9?: undefined;
2108
2136
  bytes10?: undefined;
2109
- bytes16?: undefined;
2137
+ bytes17?: undefined;
2110
2138
  bytes20?: undefined;
2111
2139
  bytes12?: undefined;
2112
2140
  bytes13?: undefined;
2113
2141
  bytes14?: undefined;
2114
2142
  bytes15?: undefined;
2115
- bytes17?: undefined;
2143
+ bytes16?: undefined;
2116
2144
  bytes18?: undefined;
2117
2145
  bytes19?: undefined;
2118
2146
  bytes21?: undefined;
@@ -2195,11 +2223,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2195
2223
  "send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
2196
2224
  "transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2197
2225
  "bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2198
- "arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2199
2226
  "binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
2227
+ "private-endpoint-submission-attempts": z.ZodDefault<z.ZodNumber>;
2200
2228
  "pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2201
2229
  "entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2202
2230
  "entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2231
+ "entrypoint-simulation-contract-v9": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
2203
2232
  "binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2204
2233
  "binary-search-gas-allowance": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2205
2234
  "v6-call-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
@@ -2214,9 +2243,9 @@ export declare const optionArgsSchema: z.ZodObject<{
2214
2243
  "simulation-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
2215
2244
  "simulation-paymaster-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
2216
2245
  "simulation-paymaster-post-op-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
2217
- "paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
2218
2246
  "eth-call-sender-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
2219
2247
  "split-simulation-calls": z.ZodBoolean;
2248
+ "call-gas-limit-floor": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2220
2249
  "bundle-mode": z.ZodEnum<["auto", "manual"]>;
2221
2250
  "min-bundle-interval": z.ZodDefault<z.ZodNumber>;
2222
2251
  "max-bundle-interval": z.ZodDefault<z.ZodNumber>;
@@ -2224,6 +2253,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2224
2253
  "expiration-check": z.ZodBoolean;
2225
2254
  "dangerous-skip-user-operation-validation": z.ZodBoolean;
2226
2255
  "deploy-simulations-contract": z.ZodBoolean;
2256
+ "enable-cors": z.ZodBoolean;
2227
2257
  "rpc-url": z.ZodString;
2228
2258
  "send-transaction-rpc-url": z.ZodOptional<z.ZodString>;
2229
2259
  "block-time": z.ZodNumber;
@@ -2236,8 +2266,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2236
2266
  timeout: z.ZodOptional<z.ZodNumber>;
2237
2267
  websocket: z.ZodDefault<z.ZodBoolean>;
2238
2268
  "websocket-max-payload-size": z.ZodDefault<z.ZodNumber>;
2239
- "redis-queue-endpoint": z.ZodOptional<z.ZodString>;
2240
- "redis-event-manager-queue-name": z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
2241
2269
  json: z.ZodBoolean;
2242
2270
  "log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
2243
2271
  "public-client-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
@@ -2247,7 +2275,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2247
2275
  "executor-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
2248
2276
  "reputation-manager-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
2249
2277
  "nonce-queuer-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
2250
- "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "etherlink"]>;
2278
+ "chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "etherlink", "monad"]>;
2251
2279
  "legacy-transactions": z.ZodBoolean;
2252
2280
  "api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
2253
2281
  "default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
@@ -2257,7 +2285,9 @@ export declare const optionArgsSchema: z.ZodObject<{
2257
2285
  "fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
2258
2286
  "floor-max-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
2259
2287
  "floor-max-priority-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
2288
+ "static-max-priority-fee-per-gas": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
2260
2289
  "supports-eip7623": z.ZodDefault<z.ZodBoolean>;
2290
+ "arbitrum-base-fee-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2261
2291
  entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
2262
2292
  "deterministic-deployer-address": z.ZodEffects<z.ZodString, `0x${string}`, string>;
2263
2293
  "safe-mode": z.ZodBoolean;
@@ -2271,11 +2301,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2271
2301
  fast: bigint;
2272
2302
  }, string>;
2273
2303
  "gas-price-refresh-interval": z.ZodNumber;
2304
+ "max-gas-per-user-op": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2274
2305
  "max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
2275
2306
  "rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
2276
2307
  "enable-instant-bundling-endpoint": z.ZodBoolean;
2277
2308
  "rpc-gas-estimate": z.ZodBoolean;
2278
- "flashblocks-enabled": z.ZodBoolean;
2309
+ "flashblocks-preconfirmation-time": z.ZodOptional<z.ZodNumber>;
2310
+ "receipt-cache-ttl": z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2279
2311
  }, "strip", z.ZodTypeAny, {
2280
2312
  entrypoints: `0x${string}`[];
2281
2313
  "deterministic-deployer-address": `0x${string}`;
@@ -2293,14 +2325,14 @@ export declare const optionArgsSchema: z.ZodObject<{
2293
2325
  "mempool-max-parallel-ops": number;
2294
2326
  "mempool-max-queued-ops": number;
2295
2327
  "enforce-unique-senders-per-bundle": boolean;
2328
+ "max-gas-per-user-op": bigint;
2296
2329
  "max-gas-per-bundle": bigint;
2297
2330
  "rpc-methods": string[] | null;
2298
2331
  "enable-instant-bundling-endpoint": boolean;
2299
2332
  "rpc-gas-estimate": boolean;
2300
- "flashblocks-enabled": boolean;
2333
+ "receipt-cache-ttl": number;
2301
2334
  "resubmit-stuck-timeout": number;
2302
2335
  "refilling-wallets": boolean;
2303
- "no-profit-bundling": boolean;
2304
2336
  "utility-wallet-monitor": boolean;
2305
2337
  "utility-wallet-monitor-interval": number;
2306
2338
  "resubmit-multiplier-ceiling": bigint;
@@ -2317,7 +2349,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2317
2349
  }) => Promise<`0x${string}`>;
2318
2350
  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?: {
2319
2351
  serializer?: serializer | undefined;
2320
- } | 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}`>;
2352
+ } | undefined) => Promise<`0x${string}`>;
2321
2353
  signTypedData: <const typedData extends {
2322
2354
  [x: string]: readonly import("viem").TypedDataParameter[];
2323
2355
  [x: `string[${string}]`]: undefined;
@@ -2344,13 +2376,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2344
2376
  [x: `bytes8[${string}]`]: undefined;
2345
2377
  [x: `bytes9[${string}]`]: undefined;
2346
2378
  [x: `bytes10[${string}]`]: undefined;
2347
- [x: `bytes16[${string}]`]: undefined;
2379
+ [x: `bytes17[${string}]`]: undefined;
2348
2380
  [x: `bytes20[${string}]`]: undefined;
2349
2381
  [x: `bytes12[${string}]`]: undefined;
2350
2382
  [x: `bytes13[${string}]`]: undefined;
2351
2383
  [x: `bytes14[${string}]`]: undefined;
2352
2384
  [x: `bytes15[${string}]`]: undefined;
2353
- [x: `bytes17[${string}]`]: undefined;
2385
+ [x: `bytes16[${string}]`]: undefined;
2354
2386
  [x: `bytes18[${string}]`]: undefined;
2355
2387
  [x: `bytes19[${string}]`]: undefined;
2356
2388
  [x: `bytes21[${string}]`]: undefined;
@@ -2446,13 +2478,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2446
2478
  bytes8?: undefined;
2447
2479
  bytes9?: undefined;
2448
2480
  bytes10?: undefined;
2449
- bytes16?: undefined;
2481
+ bytes17?: undefined;
2450
2482
  bytes20?: undefined;
2451
2483
  bytes12?: undefined;
2452
2484
  bytes13?: undefined;
2453
2485
  bytes14?: undefined;
2454
2486
  bytes15?: undefined;
2455
- bytes17?: undefined;
2487
+ bytes16?: undefined;
2456
2488
  bytes18?: undefined;
2457
2489
  bytes19?: undefined;
2458
2490
  bytes21?: undefined;
@@ -2533,9 +2565,9 @@ export declare const optionArgsSchema: z.ZodObject<{
2533
2565
  "send-handle-ops-retry-count": number;
2534
2566
  "transaction-underpriced-multiplier": bigint;
2535
2567
  "bundler-initial-commission": bigint;
2536
- "arbitrum-gas-bid-multiplier": bigint;
2537
2568
  "binary-search-max-retries": number;
2538
- "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
2569
+ "private-endpoint-submission-attempts": number;
2570
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink" | "monad";
2539
2571
  "legacy-transactions": boolean;
2540
2572
  "api-version": ApiVersion[];
2541
2573
  "default-api-version": "v1" | "v2";
@@ -2543,6 +2575,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2543
2575
  "flush-stuck-transactions-during-startup": boolean;
2544
2576
  "is-gas-free-chain": boolean;
2545
2577
  "supports-eip7623": boolean;
2578
+ "arbitrum-base-fee-multiplier": bigint;
2546
2579
  port: number;
2547
2580
  websocket: boolean;
2548
2581
  "websocket-max-payload-size": number;
@@ -2561,6 +2594,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2561
2594
  "expiration-check": boolean;
2562
2595
  "dangerous-skip-user-operation-validation": boolean;
2563
2596
  "deploy-simulations-contract": boolean;
2597
+ "enable-cors": boolean;
2564
2598
  "binary-search-tolerance-delta": bigint;
2565
2599
  "binary-search-gas-allowance": bigint;
2566
2600
  "v6-call-gas-limit-multiplier": bigint;
@@ -2575,17 +2609,20 @@ export declare const optionArgsSchema: z.ZodObject<{
2575
2609
  "simulation-verification-gas-limit": bigint;
2576
2610
  "simulation-paymaster-verification-gas-limit": bigint;
2577
2611
  "simulation-paymaster-post-op-gas-limit": bigint;
2578
- "paymaster-gas-limit-multiplier": bigint;
2579
2612
  "split-simulation-calls": boolean;
2580
- "redis-mempool-concurrency": number;
2581
- "redis-mempool-queue-name": string;
2582
- "redis-op-status-queue-name": string;
2583
- "redis-sender-manager-queue-name": string;
2584
- "redis-gas-price-queue-name": string;
2585
- "redis-mempool-url"?: string | undefined;
2586
- "redis-op-status-url"?: string | undefined;
2587
- "redis-sender-manager-url"?: string | undefined;
2588
- "redis-gas-price-queue-url"?: string | undefined;
2613
+ "call-gas-limit-floor": bigint;
2614
+ "restoration-queue-timeout": number;
2615
+ "mempool-pop-batch-size": number;
2616
+ "ignored-paymasters": `0x${string}`[];
2617
+ "enable-horizontal-scaling": boolean;
2618
+ "enable-redis-receipt-cache": boolean;
2619
+ "redis-key-prefix": string;
2620
+ "redis-events-queue-flush-interval": number;
2621
+ "redis-endpoint"?: string | undefined;
2622
+ "redis-events-queue-endpoint"?: string | undefined;
2623
+ "redis-events-queue-name"?: string | undefined;
2624
+ "max-bundle-count"?: number | undefined;
2625
+ "max-resubmits"?: number | undefined;
2589
2626
  "refill-helper-contract"?: `0x${string}` | undefined;
2590
2627
  "utility-private-key"?: {
2591
2628
  address: `0x${string}`;
@@ -2599,7 +2636,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2599
2636
  }) => Promise<`0x${string}`>;
2600
2637
  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?: {
2601
2638
  serializer?: serializer | undefined;
2602
- } | 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}`>;
2639
+ } | undefined) => Promise<`0x${string}`>;
2603
2640
  signTypedData: <const typedData extends {
2604
2641
  [x: string]: readonly import("viem").TypedDataParameter[];
2605
2642
  [x: `string[${string}]`]: undefined;
@@ -2626,13 +2663,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2626
2663
  [x: `bytes8[${string}]`]: undefined;
2627
2664
  [x: `bytes9[${string}]`]: undefined;
2628
2665
  [x: `bytes10[${string}]`]: undefined;
2629
- [x: `bytes16[${string}]`]: undefined;
2666
+ [x: `bytes17[${string}]`]: undefined;
2630
2667
  [x: `bytes20[${string}]`]: undefined;
2631
2668
  [x: `bytes12[${string}]`]: undefined;
2632
2669
  [x: `bytes13[${string}]`]: undefined;
2633
2670
  [x: `bytes14[${string}]`]: undefined;
2634
2671
  [x: `bytes15[${string}]`]: undefined;
2635
- [x: `bytes17[${string}]`]: undefined;
2672
+ [x: `bytes16[${string}]`]: undefined;
2636
2673
  [x: `bytes18[${string}]`]: undefined;
2637
2674
  [x: `bytes19[${string}]`]: undefined;
2638
2675
  [x: `bytes21[${string}]`]: undefined;
@@ -2728,13 +2765,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2728
2765
  bytes8?: undefined;
2729
2766
  bytes9?: undefined;
2730
2767
  bytes10?: undefined;
2731
- bytes16?: undefined;
2768
+ bytes17?: undefined;
2732
2769
  bytes20?: undefined;
2733
2770
  bytes12?: undefined;
2734
2771
  bytes13?: undefined;
2735
2772
  bytes14?: undefined;
2736
2773
  bytes15?: undefined;
2737
- bytes17?: undefined;
2774
+ bytes16?: undefined;
2738
2775
  bytes18?: undefined;
2739
2776
  bytes19?: undefined;
2740
2777
  bytes21?: undefined;
@@ -2815,12 +2852,11 @@ export declare const optionArgsSchema: z.ZodObject<{
2815
2852
  "pimlico-simulation-contract"?: `0x${string}` | undefined;
2816
2853
  "entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
2817
2854
  "entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
2855
+ "entrypoint-simulation-contract-v9"?: `0x${string}` | undefined;
2818
2856
  "eth-call-sender-address"?: `0x${string}` | undefined;
2819
2857
  "send-transaction-rpc-url"?: string | undefined;
2820
2858
  "max-block-range"?: number | undefined;
2821
2859
  timeout?: number | undefined;
2822
- "redis-queue-endpoint"?: string | undefined;
2823
- "redis-event-manager-queue-name"?: string | undefined;
2824
2860
  "public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
2825
2861
  "wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
2826
2862
  "rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
@@ -2831,6 +2867,8 @@ export declare const optionArgsSchema: z.ZodObject<{
2831
2867
  "fixed-gas-limit-for-estimation"?: bigint | undefined;
2832
2868
  "floor-max-fee-per-gas"?: bigint | undefined;
2833
2869
  "floor-max-priority-fee-per-gas"?: bigint | undefined;
2870
+ "static-max-priority-fee-per-gas"?: bigint | undefined;
2871
+ "flashblocks-preconfirmation-time"?: number | undefined;
2834
2872
  }, {
2835
2873
  entrypoints: string;
2836
2874
  "deterministic-deployer-address": string;
@@ -2843,8 +2881,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2843
2881
  "rpc-methods": string | null;
2844
2882
  "enable-instant-bundling-endpoint": boolean;
2845
2883
  "rpc-gas-estimate": boolean;
2846
- "flashblocks-enabled": boolean;
2847
- "no-profit-bundling": boolean;
2848
2884
  "utility-wallet-monitor": boolean;
2849
2885
  "utility-wallet-monitor-interval": number;
2850
2886
  "resubmit-multiplier-ceiling": string;
@@ -2852,7 +2888,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2852
2888
  "executor-refill-interval": number;
2853
2889
  "executor-gas-multiplier": string;
2854
2890
  "transaction-underpriced-multiplier": string;
2855
- "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
2891
+ "chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink" | "monad";
2856
2892
  "legacy-transactions": boolean;
2857
2893
  "balance-override": boolean;
2858
2894
  "flush-stuck-transactions-during-startup": boolean;
@@ -2867,6 +2903,7 @@ export declare const optionArgsSchema: z.ZodObject<{
2867
2903
  "expiration-check": boolean;
2868
2904
  "dangerous-skip-user-operation-validation": boolean;
2869
2905
  "deploy-simulations-contract": boolean;
2906
+ "enable-cors": boolean;
2870
2907
  "v6-call-gas-limit-multiplier": string;
2871
2908
  "v6-verification-gas-limit-multiplier": string;
2872
2909
  "v6-pre-verification-gas-limit-multiplier": string;
@@ -2879,21 +2916,23 @@ export declare const optionArgsSchema: z.ZodObject<{
2879
2916
  "simulation-verification-gas-limit": string;
2880
2917
  "simulation-paymaster-verification-gas-limit": string;
2881
2918
  "simulation-paymaster-post-op-gas-limit": string;
2882
- "paymaster-gas-limit-multiplier": string;
2883
2919
  "split-simulation-calls": boolean;
2884
- "redis-mempool-queue-name": string;
2885
- "redis-op-status-queue-name": string;
2886
- "redis-sender-manager-queue-name": string;
2887
- "redis-gas-price-queue-name": string;
2888
- "redis-mempool-url"?: string | undefined;
2889
- "redis-mempool-concurrency"?: number | undefined;
2890
- "redis-op-status-url"?: string | undefined;
2891
- "redis-sender-manager-url"?: string | undefined;
2892
- "redis-gas-price-queue-url"?: string | undefined;
2920
+ "enable-horizontal-scaling"?: boolean | undefined;
2921
+ "enable-redis-receipt-cache"?: boolean | undefined;
2922
+ "redis-key-prefix"?: string | undefined;
2923
+ "redis-endpoint"?: string | undefined;
2924
+ "redis-events-queue-endpoint"?: string | undefined;
2925
+ "redis-events-queue-name"?: string | undefined;
2926
+ "redis-events-queue-flush-interval"?: number | undefined;
2927
+ "restoration-queue-timeout"?: number | undefined;
2893
2928
  "mempool-max-parallel-ops"?: number | undefined;
2894
2929
  "mempool-max-queued-ops"?: number | undefined;
2930
+ "mempool-pop-batch-size"?: number | undefined;
2895
2931
  "enforce-unique-senders-per-bundle"?: boolean | undefined;
2932
+ "ignored-paymasters"?: string | undefined;
2933
+ "max-bundle-count"?: number | undefined;
2896
2934
  "resubmit-stuck-timeout"?: number | undefined;
2935
+ "max-resubmits"?: number | undefined;
2897
2936
  "refilling-wallets"?: boolean | undefined;
2898
2937
  "refill-helper-contract"?: string | undefined;
2899
2938
  "utility-private-key"?: string | undefined;
@@ -2902,14 +2941,16 @@ export declare const optionArgsSchema: z.ZodObject<{
2902
2941
  "min-executor-balance"?: string | undefined;
2903
2942
  "send-handle-ops-retry-count"?: number | undefined;
2904
2943
  "bundler-initial-commission"?: string | undefined;
2905
- "arbitrum-gas-bid-multiplier"?: string | undefined;
2906
2944
  "binary-search-max-retries"?: number | undefined;
2945
+ "private-endpoint-submission-attempts"?: number | undefined;
2907
2946
  "pimlico-simulation-contract"?: unknown;
2908
2947
  "entrypoint-simulation-contract-v7"?: unknown;
2909
2948
  "entrypoint-simulation-contract-v8"?: unknown;
2949
+ "entrypoint-simulation-contract-v9"?: unknown;
2910
2950
  "binary-search-tolerance-delta"?: string | undefined;
2911
2951
  "binary-search-gas-allowance"?: string | undefined;
2912
2952
  "eth-call-sender-address"?: string | undefined;
2953
+ "call-gas-limit-floor"?: string | undefined;
2913
2954
  "min-bundle-interval"?: number | undefined;
2914
2955
  "max-bundle-interval"?: number | undefined;
2915
2956
  "send-transaction-rpc-url"?: string | undefined;
@@ -2921,8 +2962,6 @@ export declare const optionArgsSchema: z.ZodObject<{
2921
2962
  timeout?: number | undefined;
2922
2963
  websocket?: boolean | undefined;
2923
2964
  "websocket-max-payload-size"?: number | undefined;
2924
- "redis-queue-endpoint"?: string | undefined;
2925
- "redis-event-manager-queue-name"?: unknown;
2926
2965
  "public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
2927
2966
  "wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
2928
2967
  "rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
@@ -2935,10 +2974,13 @@ export declare const optionArgsSchema: z.ZodObject<{
2935
2974
  "fixed-gas-limit-for-estimation"?: string | undefined;
2936
2975
  "floor-max-fee-per-gas"?: string | undefined;
2937
2976
  "floor-max-priority-fee-per-gas"?: string | undefined;
2977
+ "static-max-priority-fee-per-gas"?: string | undefined;
2938
2978
  "supports-eip7623"?: boolean | undefined;
2979
+ "arbitrum-base-fee-multiplier"?: string | undefined;
2939
2980
  "gas-price-bump"?: string | undefined;
2981
+ "max-gas-per-user-op"?: string | undefined;
2940
2982
  "max-gas-per-bundle"?: string | undefined;
2983
+ "flashblocks-preconfirmation-time"?: number | undefined;
2984
+ "receipt-cache-ttl"?: number | undefined;
2941
2985
  }>;
2942
- export type IOptions = z.infer<typeof optionArgsSchema>;
2943
- export type IOptionsInput = z.input<typeof optionArgsSchema>;
2944
2986
  //# sourceMappingURL=bundler.d.ts.map