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