@pimlico/alto 0.0.7 → 0.0.9
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/esm/cli/alto.js +3 -1
- package/esm/cli/alto.js.map +1 -1
- package/esm/cli/config/bundler.d.ts +320 -272
- package/esm/cli/config/bundler.js +26 -7
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +65 -10
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/customTransport.js +40 -7
- package/esm/cli/customTransport.js.map +1 -1
- package/esm/cli/deploySimulationsContract.d.ts +8 -0
- package/esm/cli/deploySimulationsContract.js +35 -0
- package/esm/cli/deploySimulationsContract.js.map +1 -0
- package/esm/cli/handler.d.ts +2 -2
- package/esm/cli/handler.js +78 -89
- package/esm/cli/handler.js.map +1 -1
- package/esm/cli/instrumentation.js +4 -2
- package/esm/cli/instrumentation.js.map +1 -1
- package/esm/cli/parseArgs.d.ts +8 -0
- package/esm/cli/parseArgs.js +21 -0
- package/esm/cli/parseArgs.js.map +1 -0
- package/esm/cli/setupServer.d.ts +4 -9
- package/esm/cli/setupServer.js +100 -82
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/createConfig.d.ts +15 -0
- package/esm/createConfig.js +8 -0
- package/esm/createConfig.js.map +1 -0
- package/esm/executor/executor.d.ts +48 -14
- package/esm/executor/executor.js +262 -139
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +14 -10
- package/esm/executor/executorManager.js +36 -39
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/senderManager.d.ts +11 -6
- package/esm/executor/senderManager.js +39 -36
- package/esm/executor/senderManager.js.map +1 -1
- package/esm/executor/utilityWalletMonitor.d.ts +9 -5
- package/esm/executor/utilityWalletMonitor.js +8 -8
- package/esm/executor/utilityWalletMonitor.js.map +1 -1
- package/esm/executor/utils.d.ts +2 -1
- package/esm/executor/utils.js +7 -2
- package/esm/executor/utils.js.map +1 -1
- package/esm/handlers/arbitrumGasPriceManager.d.ts +11 -0
- package/esm/handlers/arbitrumGasPriceManager.js +29 -0
- package/esm/handlers/arbitrumGasPriceManager.js.map +1 -0
- package/esm/handlers/eventManager.d.ts +7 -3
- package/esm/handlers/eventManager.js +24 -16
- package/esm/handlers/eventManager.js.map +1 -1
- package/esm/handlers/gasPriceManager.d.ts +14 -41
- package/esm/handlers/gasPriceManager.js +87 -208
- package/esm/handlers/gasPriceManager.js.map +1 -1
- package/esm/handlers/mantleGasPriceManager.d.ts +20 -0
- package/esm/handlers/mantleGasPriceManager.js +28 -0
- package/esm/handlers/mantleGasPriceManager.js.map +1 -0
- package/esm/mempool/mempool.d.ts +13 -10
- package/esm/mempool/mempool.js +29 -26
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/mempool/reputationManager.d.ts +4 -6
- package/esm/mempool/reputationManager.js +25 -29
- package/esm/mempool/reputationManager.js.map +1 -1
- package/esm/mempool/store.d.ts +1 -1
- package/esm/rpc/estimation/gasEstimationHandler.d.ts +7 -7
- package/esm/rpc/estimation/gasEstimationHandler.js +18 -33
- package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV06.d.ts +7 -7
- package/esm/rpc/estimation/gasEstimationsV06.js +90 -48
- package/esm/rpc/estimation/gasEstimationsV06.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV07.d.ts +7 -12
- package/esm/rpc/estimation/gasEstimationsV07.js +53 -37
- package/esm/rpc/estimation/gasEstimationsV07.js.map +1 -1
- package/esm/rpc/nonceQueuer.d.ts +10 -6
- package/esm/rpc/nonceQueuer.js +10 -10
- package/esm/rpc/nonceQueuer.js.map +1 -1
- package/esm/rpc/rpcHandler.d.ts +19 -16
- package/esm/rpc/rpcHandler.js +98 -90
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/rpc/server.d.ts +9 -7
- package/esm/rpc/server.js +27 -25
- package/esm/rpc/server.js.map +1 -1
- package/esm/rpc/validation/SafeValidator.d.ts +11 -6
- package/esm/rpc/validation/SafeValidator.js +14 -11
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV06.d.ts +1 -1
- package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV07.d.ts +1 -1
- package/esm/rpc/validation/TracerResultParserV07.js +1 -1
- package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
- package/esm/rpc/validation/UnsafeValidator.d.ts +11 -12
- package/esm/rpc/validation/UnsafeValidator.js +28 -29
- package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
- package/esm/types/contracts/ArbitrumL1FeeAbi.d.ts +32 -0
- package/esm/types/contracts/ArbitrumL1FeeAbi.js +42 -0
- package/esm/types/contracts/ArbitrumL1FeeAbi.js.map +1 -0
- package/esm/types/contracts/EntryPointSimulationsV6.d.ts +34 -0
- package/esm/types/contracts/EntryPointSimulationsV6.js +48 -0
- package/esm/types/contracts/EntryPointSimulationsV6.js.map +1 -0
- package/esm/types/contracts/{EntryPointSimulations.d.ts → EntryPointSimulationsV7.d.ts} +1 -9
- package/esm/types/contracts/{EntryPointSimulations.js → EntryPointSimulationsV7.js} +1 -13
- package/esm/types/contracts/EntryPointSimulationsV7.js.map +1 -0
- package/esm/types/contracts/MantleBvmGasPriceOracle.d.ts +219 -0
- package/esm/types/contracts/MantleBvmGasPriceOracle.js +177 -0
- package/esm/types/contracts/MantleBvmGasPriceOracle.js.map +1 -0
- package/esm/types/contracts/OpL1FeeAbi.d.ts +114 -0
- package/esm/types/contracts/OpL1FeeAbi.js +74 -0
- package/esm/types/contracts/OpL1FeeAbi.js.map +1 -0
- package/esm/types/contracts/PimlicoEntryPointSimulations.d.ts +1 -1
- package/esm/types/contracts/PimlicoEntryPointSimulations.js +1 -1
- package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +1 -1
- package/esm/types/contracts/index.d.ts +5 -1
- package/esm/types/contracts/index.js +5 -1
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/interfaces.d.ts +2 -2
- package/esm/types/mempool.d.ts +1 -2
- package/esm/types/mempool.js.map +1 -1
- package/esm/types/schemas.d.ts +26 -26
- package/esm/types/schemas.js +3 -3
- package/esm/types/schemas.js.map +1 -1
- package/esm/types/utils.d.ts +1 -1
- package/esm/utils/bigInt.js +2 -2
- package/esm/utils/bigInt.js.map +1 -1
- package/esm/utils/helpers.js +1 -1
- package/esm/utils/helpers.js.map +1 -1
- package/esm/utils/metrics.d.ts +1 -0
- package/esm/utils/metrics.js +7 -0
- package/esm/utils/metrics.js.map +1 -1
- package/esm/utils/rpc-reply.d.ts +1 -1
- package/esm/utils/timedQueue.d.ts +12 -0
- package/esm/utils/timedQueue.js +51 -0
- package/esm/utils/timedQueue.js.map +1 -0
- package/esm/utils/userop.d.ts +3 -3
- package/esm/utils/userop.js +4 -3
- package/esm/utils/userop.js.map +1 -1
- package/esm/utils/validation.d.ts +14 -6
- package/esm/utils/validation.js +160 -168
- package/esm/utils/validation.js.map +1 -1
- package/lib/cli/alto.js +2 -0
- package/lib/cli/alto.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +320 -272
- package/lib/cli/config/bundler.js +25 -6
- package/lib/cli/config/bundler.js.map +1 -1
- package/lib/cli/config/options.js +65 -10
- package/lib/cli/config/options.js.map +1 -1
- package/lib/cli/customTransport.js +38 -5
- package/lib/cli/customTransport.js.map +1 -1
- package/lib/cli/deploySimulationsContract.d.ts +8 -0
- package/lib/cli/deploySimulationsContract.js +39 -0
- package/lib/cli/deploySimulationsContract.js.map +1 -0
- package/lib/cli/handler.d.ts +2 -2
- package/lib/cli/handler.js +77 -88
- package/lib/cli/handler.js.map +1 -1
- package/lib/cli/instrumentation.js +4 -2
- package/lib/cli/instrumentation.js.map +1 -1
- package/lib/cli/parseArgs.d.ts +8 -0
- package/lib/cli/parseArgs.js +25 -0
- package/lib/cli/parseArgs.js.map +1 -0
- package/lib/cli/setupServer.d.ts +4 -9
- package/lib/cli/setupServer.js +100 -82
- package/lib/cli/setupServer.js.map +1 -1
- package/lib/createConfig.d.ts +15 -0
- package/lib/createConfig.js +12 -0
- package/lib/createConfig.js.map +1 -0
- package/lib/executor/executor.d.ts +48 -14
- package/lib/executor/executor.js +258 -135
- package/lib/executor/executor.js.map +1 -1
- package/lib/executor/executorManager.d.ts +14 -10
- package/lib/executor/executorManager.js +34 -37
- package/lib/executor/executorManager.js.map +1 -1
- package/lib/executor/senderManager.d.ts +11 -6
- package/lib/executor/senderManager.js +39 -36
- package/lib/executor/senderManager.js.map +1 -1
- package/lib/executor/utilityWalletMonitor.d.ts +9 -5
- package/lib/executor/utilityWalletMonitor.js +8 -8
- package/lib/executor/utilityWalletMonitor.js.map +1 -1
- package/lib/executor/utils.d.ts +2 -1
- package/lib/executor/utils.js +9 -3
- package/lib/executor/utils.js.map +1 -1
- package/lib/handlers/arbitrumGasPriceManager.d.ts +11 -0
- package/lib/handlers/arbitrumGasPriceManager.js +33 -0
- package/lib/handlers/arbitrumGasPriceManager.js.map +1 -0
- package/lib/handlers/eventManager.d.ts +7 -3
- package/lib/handlers/eventManager.js +24 -16
- package/lib/handlers/eventManager.js.map +1 -1
- package/lib/handlers/gasPriceManager.d.ts +14 -41
- package/lib/handlers/gasPriceManager.js +85 -206
- package/lib/handlers/gasPriceManager.js.map +1 -1
- package/lib/handlers/mantleGasPriceManager.d.ts +20 -0
- package/lib/handlers/mantleGasPriceManager.js +32 -0
- package/lib/handlers/mantleGasPriceManager.js.map +1 -0
- package/lib/mempool/mempool.d.ts +13 -10
- package/lib/mempool/mempool.js +28 -25
- package/lib/mempool/mempool.js.map +1 -1
- package/lib/mempool/reputationManager.d.ts +4 -6
- package/lib/mempool/reputationManager.js +25 -29
- package/lib/mempool/reputationManager.js.map +1 -1
- package/lib/mempool/store.d.ts +1 -1
- package/lib/rpc/estimation/gasEstimationHandler.d.ts +7 -7
- package/lib/rpc/estimation/gasEstimationHandler.js +18 -33
- package/lib/rpc/estimation/gasEstimationHandler.js.map +1 -1
- package/lib/rpc/estimation/gasEstimationsV06.d.ts +7 -7
- package/lib/rpc/estimation/gasEstimationsV06.js +88 -46
- package/lib/rpc/estimation/gasEstimationsV06.js.map +1 -1
- package/lib/rpc/estimation/gasEstimationsV07.d.ts +7 -12
- package/lib/rpc/estimation/gasEstimationsV07.js +52 -36
- package/lib/rpc/estimation/gasEstimationsV07.js.map +1 -1
- package/lib/rpc/nonceQueuer.d.ts +10 -6
- package/lib/rpc/nonceQueuer.js +9 -9
- package/lib/rpc/nonceQueuer.js.map +1 -1
- package/lib/rpc/rpcHandler.d.ts +19 -16
- package/lib/rpc/rpcHandler.js +97 -89
- package/lib/rpc/rpcHandler.js.map +1 -1
- package/lib/rpc/server.d.ts +9 -7
- package/lib/rpc/server.js +26 -24
- package/lib/rpc/server.js.map +1 -1
- package/lib/rpc/validation/SafeValidator.d.ts +11 -6
- package/lib/rpc/validation/SafeValidator.js +13 -10
- package/lib/rpc/validation/SafeValidator.js.map +1 -1
- package/lib/rpc/validation/TracerResultParserV06.d.ts +1 -1
- package/lib/rpc/validation/TracerResultParserV07.d.ts +1 -1
- package/lib/rpc/validation/TracerResultParserV07.js +1 -1
- package/lib/rpc/validation/TracerResultParserV07.js.map +1 -1
- package/lib/rpc/validation/UnsafeValidator.d.ts +11 -12
- package/lib/rpc/validation/UnsafeValidator.js +28 -29
- package/lib/rpc/validation/UnsafeValidator.js.map +1 -1
- package/lib/types/contracts/ArbitrumL1FeeAbi.d.ts +32 -0
- package/lib/types/contracts/ArbitrumL1FeeAbi.js +45 -0
- package/lib/types/contracts/ArbitrumL1FeeAbi.js.map +1 -0
- package/lib/types/contracts/EntryPointSimulationsV6.d.ts +34 -0
- package/lib/types/contracts/EntryPointSimulationsV6.js +51 -0
- package/lib/types/contracts/EntryPointSimulationsV6.js.map +1 -0
- package/lib/types/contracts/{EntryPointSimulations.d.ts → EntryPointSimulationsV7.d.ts} +1 -9
- package/lib/types/contracts/{EntryPointSimulations.js → EntryPointSimulationsV7.js} +2 -14
- package/lib/types/contracts/EntryPointSimulationsV7.js.map +1 -0
- package/lib/types/contracts/MantleBvmGasPriceOracle.d.ts +219 -0
- package/lib/types/contracts/MantleBvmGasPriceOracle.js +180 -0
- package/lib/types/contracts/MantleBvmGasPriceOracle.js.map +1 -0
- package/lib/types/contracts/OpL1FeeAbi.d.ts +114 -0
- package/lib/types/contracts/OpL1FeeAbi.js +77 -0
- package/lib/types/contracts/OpL1FeeAbi.js.map +1 -0
- package/lib/types/contracts/PimlicoEntryPointSimulations.d.ts +1 -1
- package/lib/types/contracts/PimlicoEntryPointSimulations.js +1 -1
- package/lib/types/contracts/PimlicoEntryPointSimulations.js.map +1 -1
- package/lib/types/contracts/index.d.ts +5 -1
- package/lib/types/contracts/index.js +5 -1
- package/lib/types/contracts/index.js.map +1 -1
- package/lib/types/interfaces.d.ts +2 -2
- package/lib/types/mempool.d.ts +1 -2
- package/lib/types/mempool.js.map +1 -1
- package/lib/types/schemas.d.ts +26 -26
- package/lib/types/schemas.js +3 -3
- package/lib/types/schemas.js.map +1 -1
- package/lib/types/utils.d.ts +1 -1
- package/lib/utils/bigInt.js +2 -2
- package/lib/utils/bigInt.js.map +1 -1
- package/lib/utils/metrics.d.ts +1 -0
- package/lib/utils/metrics.js +7 -0
- package/lib/utils/metrics.js.map +1 -1
- package/lib/utils/rpc-reply.d.ts +1 -1
- package/lib/utils/timedQueue.d.ts +12 -0
- package/lib/utils/timedQueue.js +55 -0
- package/lib/utils/timedQueue.js.map +1 -0
- package/lib/utils/userop.d.ts +3 -3
- package/lib/utils/userop.js +3 -2
- package/lib/utils/userop.js.map +1 -1
- package/lib/utils/validation.d.ts +14 -6
- package/lib/utils/validation.js +164 -168
- package/lib/utils/validation.js.map +1 -1
- package/package.json +1 -1
- package/esm/types/contracts/EntryPointSimulations.js.map +0 -1
- package/lib/types/contracts/EntryPointSimulations.js.map +0 -1
|
@@ -3,6 +3,7 @@ import { z } from "zod";
|
|
|
3
3
|
export declare const bundlerArgsSchema: z.ZodObject<{
|
|
4
4
|
entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
|
|
5
5
|
"entrypoint-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
6
|
+
"refill-helper-contract": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
6
7
|
"no-profit-bundling": z.ZodBoolean;
|
|
7
8
|
"safe-mode": z.ZodBoolean;
|
|
8
9
|
"utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
|
|
@@ -33,6 +34,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
33
34
|
[x: `uint192[${string}]`]: undefined;
|
|
34
35
|
[x: `bytes4[${string}]`]: undefined;
|
|
35
36
|
[x: `uint8[${string}]`]: undefined;
|
|
37
|
+
[x: `uint64[${string}]`]: undefined;
|
|
36
38
|
[x: `bytes1[${string}]`]: undefined;
|
|
37
39
|
[x: `bytes11[${string}]`]: undefined;
|
|
38
40
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -43,34 +45,32 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
43
45
|
[x: `bytes8[${string}]`]: undefined;
|
|
44
46
|
[x: `bytes9[${string}]`]: undefined;
|
|
45
47
|
[x: `bytes10[${string}]`]: undefined;
|
|
46
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
47
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
48
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
49
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
50
48
|
[x: `bytes20[${string}]`]: undefined;
|
|
51
|
-
[x: `
|
|
52
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
49
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
53
50
|
[x: `bytes31[${string}]`]: undefined;
|
|
51
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
54
52
|
[x: `bytes29[${string}]`]: undefined;
|
|
55
53
|
[x: `bytes28[${string}]`]: undefined;
|
|
56
54
|
[x: `bytes27[${string}]`]: undefined;
|
|
57
55
|
[x: `bytes26[${string}]`]: undefined;
|
|
56
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
58
57
|
[x: `bytes24[${string}]`]: undefined;
|
|
59
58
|
[x: `bytes23[${string}]`]: undefined;
|
|
60
59
|
[x: `bytes22[${string}]`]: undefined;
|
|
61
60
|
[x: `bytes21[${string}]`]: undefined;
|
|
62
61
|
[x: `bytes19[${string}]`]: undefined;
|
|
63
62
|
[x: `bytes17[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
64
64
|
[x: `bytes15[${string}]`]: undefined;
|
|
65
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
65
66
|
[x: `bytes13[${string}]`]: undefined;
|
|
67
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
66
68
|
[x: `int[${string}]`]: undefined;
|
|
67
69
|
[x: `int8[${string}]`]: undefined;
|
|
68
|
-
[x: `int16[${string}]`]: undefined;
|
|
69
70
|
[x: `int40[${string}]`]: undefined;
|
|
70
|
-
[x: `int120[${string}]`]: undefined;
|
|
71
|
-
[x: `int240[${string}]`]: undefined;
|
|
72
71
|
[x: `int32[${string}]`]: undefined;
|
|
73
72
|
[x: `int24[${string}]`]: undefined;
|
|
73
|
+
[x: `int16[${string}]`]: undefined;
|
|
74
74
|
[x: `int48[${string}]`]: undefined;
|
|
75
75
|
[x: `int56[${string}]`]: undefined;
|
|
76
76
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -80,6 +80,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
80
80
|
[x: `int96[${string}]`]: undefined;
|
|
81
81
|
[x: `int104[${string}]`]: undefined;
|
|
82
82
|
[x: `int112[${string}]`]: undefined;
|
|
83
|
+
[x: `int120[${string}]`]: undefined;
|
|
83
84
|
[x: `int128[${string}]`]: undefined;
|
|
84
85
|
[x: `int136[${string}]`]: undefined;
|
|
85
86
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -94,21 +95,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
94
95
|
[x: `int216[${string}]`]: undefined;
|
|
95
96
|
[x: `int224[${string}]`]: undefined;
|
|
96
97
|
[x: `int232[${string}]`]: undefined;
|
|
98
|
+
[x: `int240[${string}]`]: undefined;
|
|
97
99
|
[x: `int248[${string}]`]: undefined;
|
|
98
100
|
[x: `int256[${string}]`]: undefined;
|
|
99
101
|
[x: `uint[${string}]`]: undefined;
|
|
100
|
-
[x: `uint16[${string}]`]: undefined;
|
|
101
102
|
[x: `uint40[${string}]`]: undefined;
|
|
102
|
-
[x: `uint120[${string}]`]: undefined;
|
|
103
|
-
[x: `uint240[${string}]`]: undefined;
|
|
104
103
|
[x: `uint24[${string}]`]: undefined;
|
|
104
|
+
[x: `uint16[${string}]`]: undefined;
|
|
105
105
|
[x: `uint56[${string}]`]: undefined;
|
|
106
|
-
[x: `uint64[${string}]`]: undefined;
|
|
107
106
|
[x: `uint72[${string}]`]: undefined;
|
|
108
107
|
[x: `uint80[${string}]`]: undefined;
|
|
109
108
|
[x: `uint88[${string}]`]: undefined;
|
|
110
109
|
[x: `uint96[${string}]`]: undefined;
|
|
111
110
|
[x: `uint104[${string}]`]: undefined;
|
|
111
|
+
[x: `uint120[${string}]`]: undefined;
|
|
112
112
|
[x: `uint128[${string}]`]: undefined;
|
|
113
113
|
[x: `uint136[${string}]`]: undefined;
|
|
114
114
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -122,6 +122,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
122
122
|
[x: `uint216[${string}]`]: undefined;
|
|
123
123
|
[x: `uint224[${string}]`]: undefined;
|
|
124
124
|
[x: `uint232[${string}]`]: undefined;
|
|
125
|
+
[x: `uint240[${string}]`]: undefined;
|
|
125
126
|
[x: `uint248[${string}]`]: undefined;
|
|
126
127
|
string?: undefined;
|
|
127
128
|
address?: undefined;
|
|
@@ -135,6 +136,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
135
136
|
uint192?: undefined;
|
|
136
137
|
bytes4?: undefined;
|
|
137
138
|
uint8?: undefined;
|
|
139
|
+
uint64?: undefined;
|
|
138
140
|
bytes1?: undefined;
|
|
139
141
|
bytes11?: undefined;
|
|
140
142
|
bytes2?: undefined;
|
|
@@ -145,33 +147,31 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
145
147
|
bytes8?: undefined;
|
|
146
148
|
bytes9?: undefined;
|
|
147
149
|
bytes10?: undefined;
|
|
148
|
-
bytes18?: undefined;
|
|
149
|
-
bytes12?: undefined;
|
|
150
|
-
bytes14?: undefined;
|
|
151
|
-
bytes16?: undefined;
|
|
152
150
|
bytes20?: undefined;
|
|
153
|
-
|
|
154
|
-
bytes30?: undefined;
|
|
151
|
+
bytes18?: undefined;
|
|
155
152
|
bytes31?: undefined;
|
|
153
|
+
bytes30?: undefined;
|
|
156
154
|
bytes29?: undefined;
|
|
157
155
|
bytes28?: undefined;
|
|
158
156
|
bytes27?: undefined;
|
|
159
157
|
bytes26?: undefined;
|
|
158
|
+
bytes25?: undefined;
|
|
160
159
|
bytes24?: undefined;
|
|
161
160
|
bytes23?: undefined;
|
|
162
161
|
bytes22?: undefined;
|
|
163
162
|
bytes21?: undefined;
|
|
164
163
|
bytes19?: undefined;
|
|
165
164
|
bytes17?: undefined;
|
|
165
|
+
bytes16?: undefined;
|
|
166
166
|
bytes15?: undefined;
|
|
167
|
+
bytes14?: undefined;
|
|
167
168
|
bytes13?: undefined;
|
|
169
|
+
bytes12?: undefined;
|
|
168
170
|
int8?: undefined;
|
|
169
|
-
int16?: undefined;
|
|
170
171
|
int40?: undefined;
|
|
171
|
-
int120?: undefined;
|
|
172
|
-
int240?: undefined;
|
|
173
172
|
int32?: undefined;
|
|
174
173
|
int24?: undefined;
|
|
174
|
+
int16?: undefined;
|
|
175
175
|
int48?: undefined;
|
|
176
176
|
int56?: undefined;
|
|
177
177
|
int64?: undefined;
|
|
@@ -181,6 +181,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
181
181
|
int96?: undefined;
|
|
182
182
|
int104?: undefined;
|
|
183
183
|
int112?: undefined;
|
|
184
|
+
int120?: undefined;
|
|
184
185
|
int128?: undefined;
|
|
185
186
|
int136?: undefined;
|
|
186
187
|
int144?: undefined;
|
|
@@ -195,20 +196,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
195
196
|
int216?: undefined;
|
|
196
197
|
int224?: undefined;
|
|
197
198
|
int232?: undefined;
|
|
199
|
+
int240?: undefined;
|
|
198
200
|
int248?: undefined;
|
|
199
201
|
int256?: undefined;
|
|
200
|
-
uint16?: undefined;
|
|
201
202
|
uint40?: undefined;
|
|
202
|
-
uint120?: undefined;
|
|
203
|
-
uint240?: undefined;
|
|
204
203
|
uint24?: undefined;
|
|
204
|
+
uint16?: undefined;
|
|
205
205
|
uint56?: undefined;
|
|
206
|
-
uint64?: undefined;
|
|
207
206
|
uint72?: undefined;
|
|
208
207
|
uint80?: undefined;
|
|
209
208
|
uint88?: undefined;
|
|
210
209
|
uint96?: undefined;
|
|
211
210
|
uint104?: undefined;
|
|
211
|
+
uint120?: undefined;
|
|
212
212
|
uint128?: undefined;
|
|
213
213
|
uint136?: undefined;
|
|
214
214
|
uint144?: undefined;
|
|
@@ -222,6 +222,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
222
222
|
uint216?: undefined;
|
|
223
223
|
uint224?: undefined;
|
|
224
224
|
uint232?: undefined;
|
|
225
|
+
uint240?: undefined;
|
|
225
226
|
uint248?: undefined;
|
|
226
227
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
227
228
|
publicKey: `0x${string}`;
|
|
@@ -258,6 +259,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
258
259
|
[x: `uint192[${string}]`]: undefined;
|
|
259
260
|
[x: `bytes4[${string}]`]: undefined;
|
|
260
261
|
[x: `uint8[${string}]`]: undefined;
|
|
262
|
+
[x: `uint64[${string}]`]: undefined;
|
|
261
263
|
[x: `bytes1[${string}]`]: undefined;
|
|
262
264
|
[x: `bytes11[${string}]`]: undefined;
|
|
263
265
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -268,34 +270,32 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
268
270
|
[x: `bytes8[${string}]`]: undefined;
|
|
269
271
|
[x: `bytes9[${string}]`]: undefined;
|
|
270
272
|
[x: `bytes10[${string}]`]: undefined;
|
|
271
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
272
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
273
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
274
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
275
273
|
[x: `bytes20[${string}]`]: undefined;
|
|
276
|
-
[x: `
|
|
277
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
274
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
278
275
|
[x: `bytes31[${string}]`]: undefined;
|
|
276
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
279
277
|
[x: `bytes29[${string}]`]: undefined;
|
|
280
278
|
[x: `bytes28[${string}]`]: undefined;
|
|
281
279
|
[x: `bytes27[${string}]`]: undefined;
|
|
282
280
|
[x: `bytes26[${string}]`]: undefined;
|
|
281
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
283
282
|
[x: `bytes24[${string}]`]: undefined;
|
|
284
283
|
[x: `bytes23[${string}]`]: undefined;
|
|
285
284
|
[x: `bytes22[${string}]`]: undefined;
|
|
286
285
|
[x: `bytes21[${string}]`]: undefined;
|
|
287
286
|
[x: `bytes19[${string}]`]: undefined;
|
|
288
287
|
[x: `bytes17[${string}]`]: undefined;
|
|
288
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
289
289
|
[x: `bytes15[${string}]`]: undefined;
|
|
290
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
290
291
|
[x: `bytes13[${string}]`]: undefined;
|
|
292
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
291
293
|
[x: `int[${string}]`]: undefined;
|
|
292
294
|
[x: `int8[${string}]`]: undefined;
|
|
293
|
-
[x: `int16[${string}]`]: undefined;
|
|
294
295
|
[x: `int40[${string}]`]: undefined;
|
|
295
|
-
[x: `int120[${string}]`]: undefined;
|
|
296
|
-
[x: `int240[${string}]`]: undefined;
|
|
297
296
|
[x: `int32[${string}]`]: undefined;
|
|
298
297
|
[x: `int24[${string}]`]: undefined;
|
|
298
|
+
[x: `int16[${string}]`]: undefined;
|
|
299
299
|
[x: `int48[${string}]`]: undefined;
|
|
300
300
|
[x: `int56[${string}]`]: undefined;
|
|
301
301
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -305,6 +305,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
305
305
|
[x: `int96[${string}]`]: undefined;
|
|
306
306
|
[x: `int104[${string}]`]: undefined;
|
|
307
307
|
[x: `int112[${string}]`]: undefined;
|
|
308
|
+
[x: `int120[${string}]`]: undefined;
|
|
308
309
|
[x: `int128[${string}]`]: undefined;
|
|
309
310
|
[x: `int136[${string}]`]: undefined;
|
|
310
311
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -319,21 +320,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
319
320
|
[x: `int216[${string}]`]: undefined;
|
|
320
321
|
[x: `int224[${string}]`]: undefined;
|
|
321
322
|
[x: `int232[${string}]`]: undefined;
|
|
323
|
+
[x: `int240[${string}]`]: undefined;
|
|
322
324
|
[x: `int248[${string}]`]: undefined;
|
|
323
325
|
[x: `int256[${string}]`]: undefined;
|
|
324
326
|
[x: `uint[${string}]`]: undefined;
|
|
325
|
-
[x: `uint16[${string}]`]: undefined;
|
|
326
327
|
[x: `uint40[${string}]`]: undefined;
|
|
327
|
-
[x: `uint120[${string}]`]: undefined;
|
|
328
|
-
[x: `uint240[${string}]`]: undefined;
|
|
329
328
|
[x: `uint24[${string}]`]: undefined;
|
|
329
|
+
[x: `uint16[${string}]`]: undefined;
|
|
330
330
|
[x: `uint56[${string}]`]: undefined;
|
|
331
|
-
[x: `uint64[${string}]`]: undefined;
|
|
332
331
|
[x: `uint72[${string}]`]: undefined;
|
|
333
332
|
[x: `uint80[${string}]`]: undefined;
|
|
334
333
|
[x: `uint88[${string}]`]: undefined;
|
|
335
334
|
[x: `uint96[${string}]`]: undefined;
|
|
336
335
|
[x: `uint104[${string}]`]: undefined;
|
|
336
|
+
[x: `uint120[${string}]`]: undefined;
|
|
337
337
|
[x: `uint128[${string}]`]: undefined;
|
|
338
338
|
[x: `uint136[${string}]`]: undefined;
|
|
339
339
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -347,6 +347,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
347
347
|
[x: `uint216[${string}]`]: undefined;
|
|
348
348
|
[x: `uint224[${string}]`]: undefined;
|
|
349
349
|
[x: `uint232[${string}]`]: undefined;
|
|
350
|
+
[x: `uint240[${string}]`]: undefined;
|
|
350
351
|
[x: `uint248[${string}]`]: undefined;
|
|
351
352
|
string?: undefined;
|
|
352
353
|
address?: undefined;
|
|
@@ -360,6 +361,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
360
361
|
uint192?: undefined;
|
|
361
362
|
bytes4?: undefined;
|
|
362
363
|
uint8?: undefined;
|
|
364
|
+
uint64?: undefined;
|
|
363
365
|
bytes1?: undefined;
|
|
364
366
|
bytes11?: undefined;
|
|
365
367
|
bytes2?: undefined;
|
|
@@ -370,33 +372,31 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
370
372
|
bytes8?: undefined;
|
|
371
373
|
bytes9?: undefined;
|
|
372
374
|
bytes10?: undefined;
|
|
373
|
-
bytes18?: undefined;
|
|
374
|
-
bytes12?: undefined;
|
|
375
|
-
bytes14?: undefined;
|
|
376
|
-
bytes16?: undefined;
|
|
377
375
|
bytes20?: undefined;
|
|
378
|
-
|
|
379
|
-
bytes30?: undefined;
|
|
376
|
+
bytes18?: undefined;
|
|
380
377
|
bytes31?: undefined;
|
|
378
|
+
bytes30?: undefined;
|
|
381
379
|
bytes29?: undefined;
|
|
382
380
|
bytes28?: undefined;
|
|
383
381
|
bytes27?: undefined;
|
|
384
382
|
bytes26?: undefined;
|
|
383
|
+
bytes25?: undefined;
|
|
385
384
|
bytes24?: undefined;
|
|
386
385
|
bytes23?: undefined;
|
|
387
386
|
bytes22?: undefined;
|
|
388
387
|
bytes21?: undefined;
|
|
389
388
|
bytes19?: undefined;
|
|
390
389
|
bytes17?: undefined;
|
|
390
|
+
bytes16?: undefined;
|
|
391
391
|
bytes15?: undefined;
|
|
392
|
+
bytes14?: undefined;
|
|
392
393
|
bytes13?: undefined;
|
|
394
|
+
bytes12?: undefined;
|
|
393
395
|
int8?: undefined;
|
|
394
|
-
int16?: undefined;
|
|
395
396
|
int40?: undefined;
|
|
396
|
-
int120?: undefined;
|
|
397
|
-
int240?: undefined;
|
|
398
397
|
int32?: undefined;
|
|
399
398
|
int24?: undefined;
|
|
399
|
+
int16?: undefined;
|
|
400
400
|
int48?: undefined;
|
|
401
401
|
int56?: undefined;
|
|
402
402
|
int64?: undefined;
|
|
@@ -406,6 +406,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
406
406
|
int96?: undefined;
|
|
407
407
|
int104?: undefined;
|
|
408
408
|
int112?: undefined;
|
|
409
|
+
int120?: undefined;
|
|
409
410
|
int128?: undefined;
|
|
410
411
|
int136?: undefined;
|
|
411
412
|
int144?: undefined;
|
|
@@ -420,20 +421,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
420
421
|
int216?: undefined;
|
|
421
422
|
int224?: undefined;
|
|
422
423
|
int232?: undefined;
|
|
424
|
+
int240?: undefined;
|
|
423
425
|
int248?: undefined;
|
|
424
426
|
int256?: undefined;
|
|
425
|
-
uint16?: undefined;
|
|
426
427
|
uint40?: undefined;
|
|
427
|
-
uint120?: undefined;
|
|
428
|
-
uint240?: undefined;
|
|
429
428
|
uint24?: undefined;
|
|
429
|
+
uint16?: undefined;
|
|
430
430
|
uint56?: undefined;
|
|
431
|
-
uint64?: undefined;
|
|
432
431
|
uint72?: undefined;
|
|
433
432
|
uint80?: undefined;
|
|
434
433
|
uint88?: undefined;
|
|
435
434
|
uint96?: undefined;
|
|
436
435
|
uint104?: undefined;
|
|
436
|
+
uint120?: undefined;
|
|
437
437
|
uint128?: undefined;
|
|
438
438
|
uint136?: undefined;
|
|
439
439
|
uint144?: undefined;
|
|
@@ -447,6 +447,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
447
447
|
uint216?: undefined;
|
|
448
448
|
uint224?: undefined;
|
|
449
449
|
uint232?: undefined;
|
|
450
|
+
uint240?: undefined;
|
|
450
451
|
uint248?: undefined;
|
|
451
452
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
452
453
|
publicKey: `0x${string}`;
|
|
@@ -480,6 +481,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
480
481
|
[x: `uint192[${string}]`]: undefined;
|
|
481
482
|
[x: `bytes4[${string}]`]: undefined;
|
|
482
483
|
[x: `uint8[${string}]`]: undefined;
|
|
484
|
+
[x: `uint64[${string}]`]: undefined;
|
|
483
485
|
[x: `bytes1[${string}]`]: undefined;
|
|
484
486
|
[x: `bytes11[${string}]`]: undefined;
|
|
485
487
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -490,34 +492,32 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
490
492
|
[x: `bytes8[${string}]`]: undefined;
|
|
491
493
|
[x: `bytes9[${string}]`]: undefined;
|
|
492
494
|
[x: `bytes10[${string}]`]: undefined;
|
|
493
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
494
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
495
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
496
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
497
495
|
[x: `bytes20[${string}]`]: undefined;
|
|
498
|
-
[x: `
|
|
499
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
496
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
500
497
|
[x: `bytes31[${string}]`]: undefined;
|
|
498
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
501
499
|
[x: `bytes29[${string}]`]: undefined;
|
|
502
500
|
[x: `bytes28[${string}]`]: undefined;
|
|
503
501
|
[x: `bytes27[${string}]`]: undefined;
|
|
504
502
|
[x: `bytes26[${string}]`]: undefined;
|
|
503
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
505
504
|
[x: `bytes24[${string}]`]: undefined;
|
|
506
505
|
[x: `bytes23[${string}]`]: undefined;
|
|
507
506
|
[x: `bytes22[${string}]`]: undefined;
|
|
508
507
|
[x: `bytes21[${string}]`]: undefined;
|
|
509
508
|
[x: `bytes19[${string}]`]: undefined;
|
|
510
509
|
[x: `bytes17[${string}]`]: undefined;
|
|
510
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
511
511
|
[x: `bytes15[${string}]`]: undefined;
|
|
512
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
512
513
|
[x: `bytes13[${string}]`]: undefined;
|
|
514
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
513
515
|
[x: `int[${string}]`]: undefined;
|
|
514
516
|
[x: `int8[${string}]`]: undefined;
|
|
515
|
-
[x: `int16[${string}]`]: undefined;
|
|
516
517
|
[x: `int40[${string}]`]: undefined;
|
|
517
|
-
[x: `int120[${string}]`]: undefined;
|
|
518
|
-
[x: `int240[${string}]`]: undefined;
|
|
519
518
|
[x: `int32[${string}]`]: undefined;
|
|
520
519
|
[x: `int24[${string}]`]: undefined;
|
|
520
|
+
[x: `int16[${string}]`]: undefined;
|
|
521
521
|
[x: `int48[${string}]`]: undefined;
|
|
522
522
|
[x: `int56[${string}]`]: undefined;
|
|
523
523
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -527,6 +527,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
527
527
|
[x: `int96[${string}]`]: undefined;
|
|
528
528
|
[x: `int104[${string}]`]: undefined;
|
|
529
529
|
[x: `int112[${string}]`]: undefined;
|
|
530
|
+
[x: `int120[${string}]`]: undefined;
|
|
530
531
|
[x: `int128[${string}]`]: undefined;
|
|
531
532
|
[x: `int136[${string}]`]: undefined;
|
|
532
533
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -541,21 +542,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
541
542
|
[x: `int216[${string}]`]: undefined;
|
|
542
543
|
[x: `int224[${string}]`]: undefined;
|
|
543
544
|
[x: `int232[${string}]`]: undefined;
|
|
545
|
+
[x: `int240[${string}]`]: undefined;
|
|
544
546
|
[x: `int248[${string}]`]: undefined;
|
|
545
547
|
[x: `int256[${string}]`]: undefined;
|
|
546
548
|
[x: `uint[${string}]`]: undefined;
|
|
547
|
-
[x: `uint16[${string}]`]: undefined;
|
|
548
549
|
[x: `uint40[${string}]`]: undefined;
|
|
549
|
-
[x: `uint120[${string}]`]: undefined;
|
|
550
|
-
[x: `uint240[${string}]`]: undefined;
|
|
551
550
|
[x: `uint24[${string}]`]: undefined;
|
|
551
|
+
[x: `uint16[${string}]`]: undefined;
|
|
552
552
|
[x: `uint56[${string}]`]: undefined;
|
|
553
|
-
[x: `uint64[${string}]`]: undefined;
|
|
554
553
|
[x: `uint72[${string}]`]: undefined;
|
|
555
554
|
[x: `uint80[${string}]`]: undefined;
|
|
556
555
|
[x: `uint88[${string}]`]: undefined;
|
|
557
556
|
[x: `uint96[${string}]`]: undefined;
|
|
558
557
|
[x: `uint104[${string}]`]: undefined;
|
|
558
|
+
[x: `uint120[${string}]`]: undefined;
|
|
559
559
|
[x: `uint128[${string}]`]: undefined;
|
|
560
560
|
[x: `uint136[${string}]`]: undefined;
|
|
561
561
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -569,6 +569,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
569
569
|
[x: `uint216[${string}]`]: undefined;
|
|
570
570
|
[x: `uint224[${string}]`]: undefined;
|
|
571
571
|
[x: `uint232[${string}]`]: undefined;
|
|
572
|
+
[x: `uint240[${string}]`]: undefined;
|
|
572
573
|
[x: `uint248[${string}]`]: undefined;
|
|
573
574
|
string?: undefined;
|
|
574
575
|
address?: undefined;
|
|
@@ -582,6 +583,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
582
583
|
uint192?: undefined;
|
|
583
584
|
bytes4?: undefined;
|
|
584
585
|
uint8?: undefined;
|
|
586
|
+
uint64?: undefined;
|
|
585
587
|
bytes1?: undefined;
|
|
586
588
|
bytes11?: undefined;
|
|
587
589
|
bytes2?: undefined;
|
|
@@ -592,33 +594,31 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
592
594
|
bytes8?: undefined;
|
|
593
595
|
bytes9?: undefined;
|
|
594
596
|
bytes10?: undefined;
|
|
595
|
-
bytes18?: undefined;
|
|
596
|
-
bytes12?: undefined;
|
|
597
|
-
bytes14?: undefined;
|
|
598
|
-
bytes16?: undefined;
|
|
599
597
|
bytes20?: undefined;
|
|
600
|
-
|
|
601
|
-
bytes30?: undefined;
|
|
598
|
+
bytes18?: undefined;
|
|
602
599
|
bytes31?: undefined;
|
|
600
|
+
bytes30?: undefined;
|
|
603
601
|
bytes29?: undefined;
|
|
604
602
|
bytes28?: undefined;
|
|
605
603
|
bytes27?: undefined;
|
|
606
604
|
bytes26?: undefined;
|
|
605
|
+
bytes25?: undefined;
|
|
607
606
|
bytes24?: undefined;
|
|
608
607
|
bytes23?: undefined;
|
|
609
608
|
bytes22?: undefined;
|
|
610
609
|
bytes21?: undefined;
|
|
611
610
|
bytes19?: undefined;
|
|
612
611
|
bytes17?: undefined;
|
|
612
|
+
bytes16?: undefined;
|
|
613
613
|
bytes15?: undefined;
|
|
614
|
+
bytes14?: undefined;
|
|
614
615
|
bytes13?: undefined;
|
|
616
|
+
bytes12?: undefined;
|
|
615
617
|
int8?: undefined;
|
|
616
|
-
int16?: undefined;
|
|
617
618
|
int40?: undefined;
|
|
618
|
-
int120?: undefined;
|
|
619
|
-
int240?: undefined;
|
|
620
619
|
int32?: undefined;
|
|
621
620
|
int24?: undefined;
|
|
621
|
+
int16?: undefined;
|
|
622
622
|
int48?: undefined;
|
|
623
623
|
int56?: undefined;
|
|
624
624
|
int64?: undefined;
|
|
@@ -628,6 +628,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
628
628
|
int96?: undefined;
|
|
629
629
|
int104?: undefined;
|
|
630
630
|
int112?: undefined;
|
|
631
|
+
int120?: undefined;
|
|
631
632
|
int128?: undefined;
|
|
632
633
|
int136?: undefined;
|
|
633
634
|
int144?: undefined;
|
|
@@ -642,20 +643,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
642
643
|
int216?: undefined;
|
|
643
644
|
int224?: undefined;
|
|
644
645
|
int232?: undefined;
|
|
646
|
+
int240?: undefined;
|
|
645
647
|
int248?: undefined;
|
|
646
648
|
int256?: undefined;
|
|
647
|
-
uint16?: undefined;
|
|
648
649
|
uint40?: undefined;
|
|
649
|
-
uint120?: undefined;
|
|
650
|
-
uint240?: undefined;
|
|
651
650
|
uint24?: undefined;
|
|
651
|
+
uint16?: undefined;
|
|
652
652
|
uint56?: undefined;
|
|
653
|
-
uint64?: undefined;
|
|
654
653
|
uint72?: undefined;
|
|
655
654
|
uint80?: undefined;
|
|
656
655
|
uint88?: undefined;
|
|
657
656
|
uint96?: undefined;
|
|
658
657
|
uint104?: undefined;
|
|
658
|
+
uint120?: undefined;
|
|
659
659
|
uint128?: undefined;
|
|
660
660
|
uint136?: undefined;
|
|
661
661
|
uint144?: undefined;
|
|
@@ -669,6 +669,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
669
669
|
uint216?: undefined;
|
|
670
670
|
uint224?: undefined;
|
|
671
671
|
uint232?: undefined;
|
|
672
|
+
uint240?: undefined;
|
|
672
673
|
uint248?: undefined;
|
|
673
674
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
674
675
|
publicKey: `0x${string}`;
|
|
@@ -733,6 +734,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
733
734
|
[x: `uint192[${string}]`]: undefined;
|
|
734
735
|
[x: `bytes4[${string}]`]: undefined;
|
|
735
736
|
[x: `uint8[${string}]`]: undefined;
|
|
737
|
+
[x: `uint64[${string}]`]: undefined;
|
|
736
738
|
[x: `bytes1[${string}]`]: undefined;
|
|
737
739
|
[x: `bytes11[${string}]`]: undefined;
|
|
738
740
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -743,34 +745,32 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
743
745
|
[x: `bytes8[${string}]`]: undefined;
|
|
744
746
|
[x: `bytes9[${string}]`]: undefined;
|
|
745
747
|
[x: `bytes10[${string}]`]: undefined;
|
|
746
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
747
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
748
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
749
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
750
748
|
[x: `bytes20[${string}]`]: undefined;
|
|
751
|
-
[x: `
|
|
752
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
749
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
753
750
|
[x: `bytes31[${string}]`]: undefined;
|
|
751
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
754
752
|
[x: `bytes29[${string}]`]: undefined;
|
|
755
753
|
[x: `bytes28[${string}]`]: undefined;
|
|
756
754
|
[x: `bytes27[${string}]`]: undefined;
|
|
757
755
|
[x: `bytes26[${string}]`]: undefined;
|
|
756
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
758
757
|
[x: `bytes24[${string}]`]: undefined;
|
|
759
758
|
[x: `bytes23[${string}]`]: undefined;
|
|
760
759
|
[x: `bytes22[${string}]`]: undefined;
|
|
761
760
|
[x: `bytes21[${string}]`]: undefined;
|
|
762
761
|
[x: `bytes19[${string}]`]: undefined;
|
|
763
762
|
[x: `bytes17[${string}]`]: undefined;
|
|
763
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
764
764
|
[x: `bytes15[${string}]`]: undefined;
|
|
765
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
765
766
|
[x: `bytes13[${string}]`]: undefined;
|
|
767
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
766
768
|
[x: `int[${string}]`]: undefined;
|
|
767
769
|
[x: `int8[${string}]`]: undefined;
|
|
768
|
-
[x: `int16[${string}]`]: undefined;
|
|
769
770
|
[x: `int40[${string}]`]: undefined;
|
|
770
|
-
[x: `int120[${string}]`]: undefined;
|
|
771
|
-
[x: `int240[${string}]`]: undefined;
|
|
772
771
|
[x: `int32[${string}]`]: undefined;
|
|
773
772
|
[x: `int24[${string}]`]: undefined;
|
|
773
|
+
[x: `int16[${string}]`]: undefined;
|
|
774
774
|
[x: `int48[${string}]`]: undefined;
|
|
775
775
|
[x: `int56[${string}]`]: undefined;
|
|
776
776
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -780,6 +780,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
780
780
|
[x: `int96[${string}]`]: undefined;
|
|
781
781
|
[x: `int104[${string}]`]: undefined;
|
|
782
782
|
[x: `int112[${string}]`]: undefined;
|
|
783
|
+
[x: `int120[${string}]`]: undefined;
|
|
783
784
|
[x: `int128[${string}]`]: undefined;
|
|
784
785
|
[x: `int136[${string}]`]: undefined;
|
|
785
786
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -794,21 +795,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
794
795
|
[x: `int216[${string}]`]: undefined;
|
|
795
796
|
[x: `int224[${string}]`]: undefined;
|
|
796
797
|
[x: `int232[${string}]`]: undefined;
|
|
798
|
+
[x: `int240[${string}]`]: undefined;
|
|
797
799
|
[x: `int248[${string}]`]: undefined;
|
|
798
800
|
[x: `int256[${string}]`]: undefined;
|
|
799
801
|
[x: `uint[${string}]`]: undefined;
|
|
800
|
-
[x: `uint16[${string}]`]: undefined;
|
|
801
802
|
[x: `uint40[${string}]`]: undefined;
|
|
802
|
-
[x: `uint120[${string}]`]: undefined;
|
|
803
|
-
[x: `uint240[${string}]`]: undefined;
|
|
804
803
|
[x: `uint24[${string}]`]: undefined;
|
|
804
|
+
[x: `uint16[${string}]`]: undefined;
|
|
805
805
|
[x: `uint56[${string}]`]: undefined;
|
|
806
|
-
[x: `uint64[${string}]`]: undefined;
|
|
807
806
|
[x: `uint72[${string}]`]: undefined;
|
|
808
807
|
[x: `uint80[${string}]`]: undefined;
|
|
809
808
|
[x: `uint88[${string}]`]: undefined;
|
|
810
809
|
[x: `uint96[${string}]`]: undefined;
|
|
811
810
|
[x: `uint104[${string}]`]: undefined;
|
|
811
|
+
[x: `uint120[${string}]`]: undefined;
|
|
812
812
|
[x: `uint128[${string}]`]: undefined;
|
|
813
813
|
[x: `uint136[${string}]`]: undefined;
|
|
814
814
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -822,6 +822,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
822
822
|
[x: `uint216[${string}]`]: undefined;
|
|
823
823
|
[x: `uint224[${string}]`]: undefined;
|
|
824
824
|
[x: `uint232[${string}]`]: undefined;
|
|
825
|
+
[x: `uint240[${string}]`]: undefined;
|
|
825
826
|
[x: `uint248[${string}]`]: undefined;
|
|
826
827
|
string?: undefined;
|
|
827
828
|
address?: undefined;
|
|
@@ -835,6 +836,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
835
836
|
uint192?: undefined;
|
|
836
837
|
bytes4?: undefined;
|
|
837
838
|
uint8?: undefined;
|
|
839
|
+
uint64?: undefined;
|
|
838
840
|
bytes1?: undefined;
|
|
839
841
|
bytes11?: undefined;
|
|
840
842
|
bytes2?: undefined;
|
|
@@ -845,33 +847,31 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
845
847
|
bytes8?: undefined;
|
|
846
848
|
bytes9?: undefined;
|
|
847
849
|
bytes10?: undefined;
|
|
848
|
-
bytes18?: undefined;
|
|
849
|
-
bytes12?: undefined;
|
|
850
|
-
bytes14?: undefined;
|
|
851
|
-
bytes16?: undefined;
|
|
852
850
|
bytes20?: undefined;
|
|
853
|
-
|
|
854
|
-
bytes30?: undefined;
|
|
851
|
+
bytes18?: undefined;
|
|
855
852
|
bytes31?: undefined;
|
|
853
|
+
bytes30?: undefined;
|
|
856
854
|
bytes29?: undefined;
|
|
857
855
|
bytes28?: undefined;
|
|
858
856
|
bytes27?: undefined;
|
|
859
857
|
bytes26?: undefined;
|
|
858
|
+
bytes25?: undefined;
|
|
860
859
|
bytes24?: undefined;
|
|
861
860
|
bytes23?: undefined;
|
|
862
861
|
bytes22?: undefined;
|
|
863
862
|
bytes21?: undefined;
|
|
864
863
|
bytes19?: undefined;
|
|
865
864
|
bytes17?: undefined;
|
|
865
|
+
bytes16?: undefined;
|
|
866
866
|
bytes15?: undefined;
|
|
867
|
+
bytes14?: undefined;
|
|
867
868
|
bytes13?: undefined;
|
|
869
|
+
bytes12?: undefined;
|
|
868
870
|
int8?: undefined;
|
|
869
|
-
int16?: undefined;
|
|
870
871
|
int40?: undefined;
|
|
871
|
-
int120?: undefined;
|
|
872
|
-
int240?: undefined;
|
|
873
872
|
int32?: undefined;
|
|
874
873
|
int24?: undefined;
|
|
874
|
+
int16?: undefined;
|
|
875
875
|
int48?: undefined;
|
|
876
876
|
int56?: undefined;
|
|
877
877
|
int64?: undefined;
|
|
@@ -881,6 +881,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
881
881
|
int96?: undefined;
|
|
882
882
|
int104?: undefined;
|
|
883
883
|
int112?: undefined;
|
|
884
|
+
int120?: undefined;
|
|
884
885
|
int128?: undefined;
|
|
885
886
|
int136?: undefined;
|
|
886
887
|
int144?: undefined;
|
|
@@ -895,20 +896,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
895
896
|
int216?: undefined;
|
|
896
897
|
int224?: undefined;
|
|
897
898
|
int232?: undefined;
|
|
899
|
+
int240?: undefined;
|
|
898
900
|
int248?: undefined;
|
|
899
901
|
int256?: undefined;
|
|
900
|
-
uint16?: undefined;
|
|
901
902
|
uint40?: undefined;
|
|
902
|
-
uint120?: undefined;
|
|
903
|
-
uint240?: undefined;
|
|
904
903
|
uint24?: undefined;
|
|
904
|
+
uint16?: undefined;
|
|
905
905
|
uint56?: undefined;
|
|
906
|
-
uint64?: undefined;
|
|
907
906
|
uint72?: undefined;
|
|
908
907
|
uint80?: undefined;
|
|
909
908
|
uint88?: undefined;
|
|
910
909
|
uint96?: undefined;
|
|
911
910
|
uint104?: undefined;
|
|
911
|
+
uint120?: undefined;
|
|
912
912
|
uint128?: undefined;
|
|
913
913
|
uint136?: undefined;
|
|
914
914
|
uint144?: undefined;
|
|
@@ -922,6 +922,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
922
922
|
uint216?: undefined;
|
|
923
923
|
uint224?: undefined;
|
|
924
924
|
uint232?: undefined;
|
|
925
|
+
uint240?: undefined;
|
|
925
926
|
uint248?: undefined;
|
|
926
927
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
927
928
|
publicKey: `0x${string}`;
|
|
@@ -951,6 +952,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
951
952
|
"aa95-gas-multiplier": bigint;
|
|
952
953
|
"enable-instant-bundling-endpoint": boolean;
|
|
953
954
|
"entrypoint-simulation-contract"?: `0x${string}` | undefined;
|
|
955
|
+
"refill-helper-contract"?: `0x${string}` | undefined;
|
|
954
956
|
"utility-private-key"?: {
|
|
955
957
|
address: `0x${string}`;
|
|
956
958
|
nonceManager?: import("viem").NonceManager | undefined;
|
|
@@ -979,6 +981,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
979
981
|
[x: `uint192[${string}]`]: undefined;
|
|
980
982
|
[x: `bytes4[${string}]`]: undefined;
|
|
981
983
|
[x: `uint8[${string}]`]: undefined;
|
|
984
|
+
[x: `uint64[${string}]`]: undefined;
|
|
982
985
|
[x: `bytes1[${string}]`]: undefined;
|
|
983
986
|
[x: `bytes11[${string}]`]: undefined;
|
|
984
987
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -989,34 +992,32 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
989
992
|
[x: `bytes8[${string}]`]: undefined;
|
|
990
993
|
[x: `bytes9[${string}]`]: undefined;
|
|
991
994
|
[x: `bytes10[${string}]`]: undefined;
|
|
992
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
993
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
994
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
995
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
996
995
|
[x: `bytes20[${string}]`]: undefined;
|
|
997
|
-
[x: `
|
|
998
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
996
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
999
997
|
[x: `bytes31[${string}]`]: undefined;
|
|
998
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1000
999
|
[x: `bytes29[${string}]`]: undefined;
|
|
1001
1000
|
[x: `bytes28[${string}]`]: undefined;
|
|
1002
1001
|
[x: `bytes27[${string}]`]: undefined;
|
|
1003
1002
|
[x: `bytes26[${string}]`]: undefined;
|
|
1003
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1004
1004
|
[x: `bytes24[${string}]`]: undefined;
|
|
1005
1005
|
[x: `bytes23[${string}]`]: undefined;
|
|
1006
1006
|
[x: `bytes22[${string}]`]: undefined;
|
|
1007
1007
|
[x: `bytes21[${string}]`]: undefined;
|
|
1008
1008
|
[x: `bytes19[${string}]`]: undefined;
|
|
1009
1009
|
[x: `bytes17[${string}]`]: undefined;
|
|
1010
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1010
1011
|
[x: `bytes15[${string}]`]: undefined;
|
|
1012
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1011
1013
|
[x: `bytes13[${string}]`]: undefined;
|
|
1014
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1012
1015
|
[x: `int[${string}]`]: undefined;
|
|
1013
1016
|
[x: `int8[${string}]`]: undefined;
|
|
1014
|
-
[x: `int16[${string}]`]: undefined;
|
|
1015
1017
|
[x: `int40[${string}]`]: undefined;
|
|
1016
|
-
[x: `int120[${string}]`]: undefined;
|
|
1017
|
-
[x: `int240[${string}]`]: undefined;
|
|
1018
1018
|
[x: `int32[${string}]`]: undefined;
|
|
1019
1019
|
[x: `int24[${string}]`]: undefined;
|
|
1020
|
+
[x: `int16[${string}]`]: undefined;
|
|
1020
1021
|
[x: `int48[${string}]`]: undefined;
|
|
1021
1022
|
[x: `int56[${string}]`]: undefined;
|
|
1022
1023
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1026,6 +1027,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1026
1027
|
[x: `int96[${string}]`]: undefined;
|
|
1027
1028
|
[x: `int104[${string}]`]: undefined;
|
|
1028
1029
|
[x: `int112[${string}]`]: undefined;
|
|
1030
|
+
[x: `int120[${string}]`]: undefined;
|
|
1029
1031
|
[x: `int128[${string}]`]: undefined;
|
|
1030
1032
|
[x: `int136[${string}]`]: undefined;
|
|
1031
1033
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1040,21 +1042,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1040
1042
|
[x: `int216[${string}]`]: undefined;
|
|
1041
1043
|
[x: `int224[${string}]`]: undefined;
|
|
1042
1044
|
[x: `int232[${string}]`]: undefined;
|
|
1045
|
+
[x: `int240[${string}]`]: undefined;
|
|
1043
1046
|
[x: `int248[${string}]`]: undefined;
|
|
1044
1047
|
[x: `int256[${string}]`]: undefined;
|
|
1045
1048
|
[x: `uint[${string}]`]: undefined;
|
|
1046
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1047
1049
|
[x: `uint40[${string}]`]: undefined;
|
|
1048
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1049
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1050
1050
|
[x: `uint24[${string}]`]: undefined;
|
|
1051
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1051
1052
|
[x: `uint56[${string}]`]: undefined;
|
|
1052
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1053
1053
|
[x: `uint72[${string}]`]: undefined;
|
|
1054
1054
|
[x: `uint80[${string}]`]: undefined;
|
|
1055
1055
|
[x: `uint88[${string}]`]: undefined;
|
|
1056
1056
|
[x: `uint96[${string}]`]: undefined;
|
|
1057
1057
|
[x: `uint104[${string}]`]: undefined;
|
|
1058
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1058
1059
|
[x: `uint128[${string}]`]: undefined;
|
|
1059
1060
|
[x: `uint136[${string}]`]: undefined;
|
|
1060
1061
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1068,6 +1069,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1068
1069
|
[x: `uint216[${string}]`]: undefined;
|
|
1069
1070
|
[x: `uint224[${string}]`]: undefined;
|
|
1070
1071
|
[x: `uint232[${string}]`]: undefined;
|
|
1072
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1071
1073
|
[x: `uint248[${string}]`]: undefined;
|
|
1072
1074
|
string?: undefined;
|
|
1073
1075
|
address?: undefined;
|
|
@@ -1081,6 +1083,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1081
1083
|
uint192?: undefined;
|
|
1082
1084
|
bytes4?: undefined;
|
|
1083
1085
|
uint8?: undefined;
|
|
1086
|
+
uint64?: undefined;
|
|
1084
1087
|
bytes1?: undefined;
|
|
1085
1088
|
bytes11?: undefined;
|
|
1086
1089
|
bytes2?: undefined;
|
|
@@ -1091,33 +1094,31 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1091
1094
|
bytes8?: undefined;
|
|
1092
1095
|
bytes9?: undefined;
|
|
1093
1096
|
bytes10?: undefined;
|
|
1094
|
-
bytes18?: undefined;
|
|
1095
|
-
bytes12?: undefined;
|
|
1096
|
-
bytes14?: undefined;
|
|
1097
|
-
bytes16?: undefined;
|
|
1098
1097
|
bytes20?: undefined;
|
|
1099
|
-
|
|
1100
|
-
bytes30?: undefined;
|
|
1098
|
+
bytes18?: undefined;
|
|
1101
1099
|
bytes31?: undefined;
|
|
1100
|
+
bytes30?: undefined;
|
|
1102
1101
|
bytes29?: undefined;
|
|
1103
1102
|
bytes28?: undefined;
|
|
1104
1103
|
bytes27?: undefined;
|
|
1105
1104
|
bytes26?: undefined;
|
|
1105
|
+
bytes25?: undefined;
|
|
1106
1106
|
bytes24?: undefined;
|
|
1107
1107
|
bytes23?: undefined;
|
|
1108
1108
|
bytes22?: undefined;
|
|
1109
1109
|
bytes21?: undefined;
|
|
1110
1110
|
bytes19?: undefined;
|
|
1111
1111
|
bytes17?: undefined;
|
|
1112
|
+
bytes16?: undefined;
|
|
1112
1113
|
bytes15?: undefined;
|
|
1114
|
+
bytes14?: undefined;
|
|
1113
1115
|
bytes13?: undefined;
|
|
1116
|
+
bytes12?: undefined;
|
|
1114
1117
|
int8?: undefined;
|
|
1115
|
-
int16?: undefined;
|
|
1116
1118
|
int40?: undefined;
|
|
1117
|
-
int120?: undefined;
|
|
1118
|
-
int240?: undefined;
|
|
1119
1119
|
int32?: undefined;
|
|
1120
1120
|
int24?: undefined;
|
|
1121
|
+
int16?: undefined;
|
|
1121
1122
|
int48?: undefined;
|
|
1122
1123
|
int56?: undefined;
|
|
1123
1124
|
int64?: undefined;
|
|
@@ -1127,6 +1128,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1127
1128
|
int96?: undefined;
|
|
1128
1129
|
int104?: undefined;
|
|
1129
1130
|
int112?: undefined;
|
|
1131
|
+
int120?: undefined;
|
|
1130
1132
|
int128?: undefined;
|
|
1131
1133
|
int136?: undefined;
|
|
1132
1134
|
int144?: undefined;
|
|
@@ -1141,20 +1143,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1141
1143
|
int216?: undefined;
|
|
1142
1144
|
int224?: undefined;
|
|
1143
1145
|
int232?: undefined;
|
|
1146
|
+
int240?: undefined;
|
|
1144
1147
|
int248?: undefined;
|
|
1145
1148
|
int256?: undefined;
|
|
1146
|
-
uint16?: undefined;
|
|
1147
1149
|
uint40?: undefined;
|
|
1148
|
-
uint120?: undefined;
|
|
1149
|
-
uint240?: undefined;
|
|
1150
1150
|
uint24?: undefined;
|
|
1151
|
+
uint16?: undefined;
|
|
1151
1152
|
uint56?: undefined;
|
|
1152
|
-
uint64?: undefined;
|
|
1153
1153
|
uint72?: undefined;
|
|
1154
1154
|
uint80?: undefined;
|
|
1155
1155
|
uint88?: undefined;
|
|
1156
1156
|
uint96?: undefined;
|
|
1157
1157
|
uint104?: undefined;
|
|
1158
|
+
uint120?: undefined;
|
|
1158
1159
|
uint128?: undefined;
|
|
1159
1160
|
uint136?: undefined;
|
|
1160
1161
|
uint144?: undefined;
|
|
@@ -1168,6 +1169,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1168
1169
|
uint216?: undefined;
|
|
1169
1170
|
uint224?: undefined;
|
|
1170
1171
|
uint232?: undefined;
|
|
1172
|
+
uint240?: undefined;
|
|
1171
1173
|
uint248?: undefined;
|
|
1172
1174
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1173
1175
|
publicKey: `0x${string}`;
|
|
@@ -1196,6 +1198,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1196
1198
|
"aa95-gas-multiplier": string;
|
|
1197
1199
|
"enable-instant-bundling-endpoint": boolean;
|
|
1198
1200
|
"entrypoint-simulation-contract"?: unknown;
|
|
1201
|
+
"refill-helper-contract"?: string | undefined;
|
|
1199
1202
|
"utility-private-key"?: string | undefined;
|
|
1200
1203
|
"max-executors"?: number | undefined;
|
|
1201
1204
|
"min-executor-balance"?: string | undefined;
|
|
@@ -1207,32 +1210,29 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1207
1210
|
"refilling-wallets"?: boolean | undefined;
|
|
1208
1211
|
}>;
|
|
1209
1212
|
export declare const compatibilityArgsSchema: z.ZodObject<{
|
|
1210
|
-
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera"]>;
|
|
1213
|
+
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "skale"]>;
|
|
1211
1214
|
"legacy-transactions": z.ZodBoolean;
|
|
1212
1215
|
"api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
|
|
1213
1216
|
"default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
|
|
1214
1217
|
"balance-override": z.ZodBoolean;
|
|
1215
1218
|
"local-gas-limit-calculation": z.ZodBoolean;
|
|
1216
1219
|
"flush-stuck-transactions-during-startup": z.ZodBoolean;
|
|
1217
|
-
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1218
1220
|
"fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1219
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
1222
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "skale";
|
|
1221
1223
|
"legacy-transactions": boolean;
|
|
1222
1224
|
"api-version": ApiVersion[];
|
|
1223
1225
|
"default-api-version": "v1" | "v2";
|
|
1224
1226
|
"balance-override": boolean;
|
|
1225
1227
|
"local-gas-limit-calculation": boolean;
|
|
1226
1228
|
"flush-stuck-transactions-during-startup": boolean;
|
|
1227
|
-
"paymaster-gas-limit-multiplier": bigint;
|
|
1228
1229
|
"fixed-gas-limit-for-estimation"?: bigint | undefined;
|
|
1229
1230
|
}, {
|
|
1230
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
1231
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "skale";
|
|
1231
1232
|
"legacy-transactions": boolean;
|
|
1232
1233
|
"balance-override": boolean;
|
|
1233
1234
|
"local-gas-limit-calculation": boolean;
|
|
1234
1235
|
"flush-stuck-transactions-during-startup": boolean;
|
|
1235
|
-
"paymaster-gas-limit-multiplier": string;
|
|
1236
1236
|
"api-version"?: string | undefined;
|
|
1237
1237
|
"default-api-version"?: "v1" | "v2" | undefined;
|
|
1238
1238
|
"fixed-gas-limit-for-estimation"?: string | undefined;
|
|
@@ -1259,10 +1259,12 @@ export declare const rpcArgsSchema: z.ZodObject<{
|
|
|
1259
1259
|
"polling-interval": z.ZodNumber;
|
|
1260
1260
|
"max-block-range": z.ZodOptional<z.ZodNumber>;
|
|
1261
1261
|
"block-tag-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1262
|
+
"code-override-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1262
1263
|
}, "strip", z.ZodTypeAny, {
|
|
1263
1264
|
"rpc-url": string;
|
|
1264
1265
|
"polling-interval": number;
|
|
1265
1266
|
"block-tag-support": boolean;
|
|
1267
|
+
"code-override-support": boolean;
|
|
1266
1268
|
"send-transaction-rpc-url"?: string | undefined;
|
|
1267
1269
|
"max-block-range"?: number | undefined;
|
|
1268
1270
|
}, {
|
|
@@ -1271,6 +1273,7 @@ export declare const rpcArgsSchema: z.ZodObject<{
|
|
|
1271
1273
|
"send-transaction-rpc-url"?: string | undefined;
|
|
1272
1274
|
"max-block-range"?: number | undefined;
|
|
1273
1275
|
"block-tag-support"?: boolean | undefined;
|
|
1276
|
+
"code-override-support"?: boolean | undefined;
|
|
1274
1277
|
}>;
|
|
1275
1278
|
export declare const bundleCopmressionArgsSchema: z.ZodObject<{
|
|
1276
1279
|
"bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
@@ -1284,6 +1287,7 @@ export declare const bundleCopmressionArgsSchema: z.ZodObject<{
|
|
|
1284
1287
|
}>;
|
|
1285
1288
|
export declare const logArgsSchema: z.ZodObject<{
|
|
1286
1289
|
"redis-queue-endpoint": z.ZodOptional<z.ZodString>;
|
|
1290
|
+
"redis-event-manager-queue-name": z.ZodOptional<z.ZodString>;
|
|
1287
1291
|
json: z.ZodBoolean;
|
|
1288
1292
|
"network-name": z.ZodString;
|
|
1289
1293
|
"log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
|
|
@@ -1299,6 +1303,7 @@ export declare const logArgsSchema: z.ZodObject<{
|
|
|
1299
1303
|
"network-name": string;
|
|
1300
1304
|
"log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
|
|
1301
1305
|
"redis-queue-endpoint"?: string | undefined;
|
|
1306
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
1302
1307
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
1303
1308
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
1304
1309
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -1311,6 +1316,7 @@ export declare const logArgsSchema: z.ZodObject<{
|
|
|
1311
1316
|
"network-name": string;
|
|
1312
1317
|
"log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
|
|
1313
1318
|
"redis-queue-endpoint"?: string | undefined;
|
|
1319
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
1314
1320
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
1315
1321
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
1316
1322
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -1344,10 +1350,28 @@ export declare const debugArgsSchema: z.ZodObject<{
|
|
|
1344
1350
|
export declare const gasEstimationArgsSchema: z.ZodObject<{
|
|
1345
1351
|
"binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1346
1352
|
"binary-search-gas-allowance": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1353
|
+
"call-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1354
|
+
"simulation-call-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1355
|
+
"simulation-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1356
|
+
"simulation-paymaster-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1357
|
+
"simulation-paymaster-post-op-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1358
|
+
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1347
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1348
1360
|
"binary-search-tolerance-delta": bigint;
|
|
1349
1361
|
"binary-search-gas-allowance": bigint;
|
|
1362
|
+
"call-gas-limit-multiplier": bigint;
|
|
1363
|
+
"simulation-call-gas-limit": bigint;
|
|
1364
|
+
"simulation-verification-gas-limit": bigint;
|
|
1365
|
+
"simulation-paymaster-verification-gas-limit": bigint;
|
|
1366
|
+
"simulation-paymaster-post-op-gas-limit": bigint;
|
|
1367
|
+
"paymaster-gas-limit-multiplier": bigint;
|
|
1350
1368
|
}, {
|
|
1369
|
+
"call-gas-limit-multiplier": string;
|
|
1370
|
+
"simulation-call-gas-limit": string;
|
|
1371
|
+
"simulation-verification-gas-limit": string;
|
|
1372
|
+
"simulation-paymaster-verification-gas-limit": string;
|
|
1373
|
+
"simulation-paymaster-post-op-gas-limit": string;
|
|
1374
|
+
"paymaster-gas-limit-multiplier": string;
|
|
1351
1375
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
1352
1376
|
"binary-search-gas-allowance"?: string | undefined;
|
|
1353
1377
|
}>;
|
|
@@ -1370,6 +1394,12 @@ export type IGasEstimationArgsInput = z.input<typeof gasEstimationArgsSchema>;
|
|
|
1370
1394
|
export declare const optionArgsSchema: z.ZodObject<{
|
|
1371
1395
|
"binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1372
1396
|
"binary-search-gas-allowance": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1397
|
+
"call-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1398
|
+
"simulation-call-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1399
|
+
"simulation-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1400
|
+
"simulation-paymaster-verification-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1401
|
+
"simulation-paymaster-post-op-gas-limit": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1402
|
+
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1373
1403
|
"bundle-mode": z.ZodEnum<["auto", "manual"]>;
|
|
1374
1404
|
"enable-debug-endpoints": z.ZodBoolean;
|
|
1375
1405
|
"expiration-check": z.ZodBoolean;
|
|
@@ -1383,11 +1413,13 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1383
1413
|
"polling-interval": z.ZodNumber;
|
|
1384
1414
|
"max-block-range": z.ZodOptional<z.ZodNumber>;
|
|
1385
1415
|
"block-tag-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1416
|
+
"code-override-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1386
1417
|
port: z.ZodNumber;
|
|
1387
1418
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1388
1419
|
websocket: z.ZodDefault<z.ZodBoolean>;
|
|
1389
1420
|
"websocket-max-payload-size": z.ZodDefault<z.ZodNumber>;
|
|
1390
1421
|
"redis-queue-endpoint": z.ZodOptional<z.ZodString>;
|
|
1422
|
+
"redis-event-manager-queue-name": z.ZodOptional<z.ZodString>;
|
|
1391
1423
|
json: z.ZodBoolean;
|
|
1392
1424
|
"network-name": z.ZodString;
|
|
1393
1425
|
"log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
|
|
@@ -1398,17 +1430,17 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1398
1430
|
"executor-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1399
1431
|
"reputation-manager-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1400
1432
|
"nonce-queuer-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1401
|
-
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera"]>;
|
|
1433
|
+
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "skale"]>;
|
|
1402
1434
|
"legacy-transactions": z.ZodBoolean;
|
|
1403
1435
|
"api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
|
|
1404
1436
|
"default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
|
|
1405
1437
|
"balance-override": z.ZodBoolean;
|
|
1406
1438
|
"local-gas-limit-calculation": z.ZodBoolean;
|
|
1407
1439
|
"flush-stuck-transactions-during-startup": z.ZodBoolean;
|
|
1408
|
-
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1409
1440
|
"fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1410
1441
|
entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
|
|
1411
1442
|
"entrypoint-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
1443
|
+
"refill-helper-contract": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1412
1444
|
"no-profit-bundling": z.ZodBoolean;
|
|
1413
1445
|
"safe-mode": z.ZodBoolean;
|
|
1414
1446
|
"utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
|
|
@@ -1439,6 +1471,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1439
1471
|
[x: `uint192[${string}]`]: undefined;
|
|
1440
1472
|
[x: `bytes4[${string}]`]: undefined;
|
|
1441
1473
|
[x: `uint8[${string}]`]: undefined;
|
|
1474
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1442
1475
|
[x: `bytes1[${string}]`]: undefined;
|
|
1443
1476
|
[x: `bytes11[${string}]`]: undefined;
|
|
1444
1477
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1449,34 +1482,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1449
1482
|
[x: `bytes8[${string}]`]: undefined;
|
|
1450
1483
|
[x: `bytes9[${string}]`]: undefined;
|
|
1451
1484
|
[x: `bytes10[${string}]`]: undefined;
|
|
1452
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1453
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1454
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1455
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1456
1485
|
[x: `bytes20[${string}]`]: undefined;
|
|
1457
|
-
[x: `
|
|
1458
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1486
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1459
1487
|
[x: `bytes31[${string}]`]: undefined;
|
|
1488
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1460
1489
|
[x: `bytes29[${string}]`]: undefined;
|
|
1461
1490
|
[x: `bytes28[${string}]`]: undefined;
|
|
1462
1491
|
[x: `bytes27[${string}]`]: undefined;
|
|
1463
1492
|
[x: `bytes26[${string}]`]: undefined;
|
|
1493
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1464
1494
|
[x: `bytes24[${string}]`]: undefined;
|
|
1465
1495
|
[x: `bytes23[${string}]`]: undefined;
|
|
1466
1496
|
[x: `bytes22[${string}]`]: undefined;
|
|
1467
1497
|
[x: `bytes21[${string}]`]: undefined;
|
|
1468
1498
|
[x: `bytes19[${string}]`]: undefined;
|
|
1469
1499
|
[x: `bytes17[${string}]`]: undefined;
|
|
1500
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1470
1501
|
[x: `bytes15[${string}]`]: undefined;
|
|
1502
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1471
1503
|
[x: `bytes13[${string}]`]: undefined;
|
|
1504
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1472
1505
|
[x: `int[${string}]`]: undefined;
|
|
1473
1506
|
[x: `int8[${string}]`]: undefined;
|
|
1474
|
-
[x: `int16[${string}]`]: undefined;
|
|
1475
1507
|
[x: `int40[${string}]`]: undefined;
|
|
1476
|
-
[x: `int120[${string}]`]: undefined;
|
|
1477
|
-
[x: `int240[${string}]`]: undefined;
|
|
1478
1508
|
[x: `int32[${string}]`]: undefined;
|
|
1479
1509
|
[x: `int24[${string}]`]: undefined;
|
|
1510
|
+
[x: `int16[${string}]`]: undefined;
|
|
1480
1511
|
[x: `int48[${string}]`]: undefined;
|
|
1481
1512
|
[x: `int56[${string}]`]: undefined;
|
|
1482
1513
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1486,6 +1517,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1486
1517
|
[x: `int96[${string}]`]: undefined;
|
|
1487
1518
|
[x: `int104[${string}]`]: undefined;
|
|
1488
1519
|
[x: `int112[${string}]`]: undefined;
|
|
1520
|
+
[x: `int120[${string}]`]: undefined;
|
|
1489
1521
|
[x: `int128[${string}]`]: undefined;
|
|
1490
1522
|
[x: `int136[${string}]`]: undefined;
|
|
1491
1523
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1500,21 +1532,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1500
1532
|
[x: `int216[${string}]`]: undefined;
|
|
1501
1533
|
[x: `int224[${string}]`]: undefined;
|
|
1502
1534
|
[x: `int232[${string}]`]: undefined;
|
|
1535
|
+
[x: `int240[${string}]`]: undefined;
|
|
1503
1536
|
[x: `int248[${string}]`]: undefined;
|
|
1504
1537
|
[x: `int256[${string}]`]: undefined;
|
|
1505
1538
|
[x: `uint[${string}]`]: undefined;
|
|
1506
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1507
1539
|
[x: `uint40[${string}]`]: undefined;
|
|
1508
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1509
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1510
1540
|
[x: `uint24[${string}]`]: undefined;
|
|
1541
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1511
1542
|
[x: `uint56[${string}]`]: undefined;
|
|
1512
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1513
1543
|
[x: `uint72[${string}]`]: undefined;
|
|
1514
1544
|
[x: `uint80[${string}]`]: undefined;
|
|
1515
1545
|
[x: `uint88[${string}]`]: undefined;
|
|
1516
1546
|
[x: `uint96[${string}]`]: undefined;
|
|
1517
1547
|
[x: `uint104[${string}]`]: undefined;
|
|
1548
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1518
1549
|
[x: `uint128[${string}]`]: undefined;
|
|
1519
1550
|
[x: `uint136[${string}]`]: undefined;
|
|
1520
1551
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1528,6 +1559,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1528
1559
|
[x: `uint216[${string}]`]: undefined;
|
|
1529
1560
|
[x: `uint224[${string}]`]: undefined;
|
|
1530
1561
|
[x: `uint232[${string}]`]: undefined;
|
|
1562
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1531
1563
|
[x: `uint248[${string}]`]: undefined;
|
|
1532
1564
|
string?: undefined;
|
|
1533
1565
|
address?: undefined;
|
|
@@ -1541,6 +1573,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1541
1573
|
uint192?: undefined;
|
|
1542
1574
|
bytes4?: undefined;
|
|
1543
1575
|
uint8?: undefined;
|
|
1576
|
+
uint64?: undefined;
|
|
1544
1577
|
bytes1?: undefined;
|
|
1545
1578
|
bytes11?: undefined;
|
|
1546
1579
|
bytes2?: undefined;
|
|
@@ -1551,33 +1584,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1551
1584
|
bytes8?: undefined;
|
|
1552
1585
|
bytes9?: undefined;
|
|
1553
1586
|
bytes10?: undefined;
|
|
1554
|
-
bytes18?: undefined;
|
|
1555
|
-
bytes12?: undefined;
|
|
1556
|
-
bytes14?: undefined;
|
|
1557
|
-
bytes16?: undefined;
|
|
1558
1587
|
bytes20?: undefined;
|
|
1559
|
-
|
|
1560
|
-
bytes30?: undefined;
|
|
1588
|
+
bytes18?: undefined;
|
|
1561
1589
|
bytes31?: undefined;
|
|
1590
|
+
bytes30?: undefined;
|
|
1562
1591
|
bytes29?: undefined;
|
|
1563
1592
|
bytes28?: undefined;
|
|
1564
1593
|
bytes27?: undefined;
|
|
1565
1594
|
bytes26?: undefined;
|
|
1595
|
+
bytes25?: undefined;
|
|
1566
1596
|
bytes24?: undefined;
|
|
1567
1597
|
bytes23?: undefined;
|
|
1568
1598
|
bytes22?: undefined;
|
|
1569
1599
|
bytes21?: undefined;
|
|
1570
1600
|
bytes19?: undefined;
|
|
1571
1601
|
bytes17?: undefined;
|
|
1602
|
+
bytes16?: undefined;
|
|
1572
1603
|
bytes15?: undefined;
|
|
1604
|
+
bytes14?: undefined;
|
|
1573
1605
|
bytes13?: undefined;
|
|
1606
|
+
bytes12?: undefined;
|
|
1574
1607
|
int8?: undefined;
|
|
1575
|
-
int16?: undefined;
|
|
1576
1608
|
int40?: undefined;
|
|
1577
|
-
int120?: undefined;
|
|
1578
|
-
int240?: undefined;
|
|
1579
1609
|
int32?: undefined;
|
|
1580
1610
|
int24?: undefined;
|
|
1611
|
+
int16?: undefined;
|
|
1581
1612
|
int48?: undefined;
|
|
1582
1613
|
int56?: undefined;
|
|
1583
1614
|
int64?: undefined;
|
|
@@ -1587,6 +1618,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1587
1618
|
int96?: undefined;
|
|
1588
1619
|
int104?: undefined;
|
|
1589
1620
|
int112?: undefined;
|
|
1621
|
+
int120?: undefined;
|
|
1590
1622
|
int128?: undefined;
|
|
1591
1623
|
int136?: undefined;
|
|
1592
1624
|
int144?: undefined;
|
|
@@ -1601,20 +1633,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1601
1633
|
int216?: undefined;
|
|
1602
1634
|
int224?: undefined;
|
|
1603
1635
|
int232?: undefined;
|
|
1636
|
+
int240?: undefined;
|
|
1604
1637
|
int248?: undefined;
|
|
1605
1638
|
int256?: undefined;
|
|
1606
|
-
uint16?: undefined;
|
|
1607
1639
|
uint40?: undefined;
|
|
1608
|
-
uint120?: undefined;
|
|
1609
|
-
uint240?: undefined;
|
|
1610
1640
|
uint24?: undefined;
|
|
1641
|
+
uint16?: undefined;
|
|
1611
1642
|
uint56?: undefined;
|
|
1612
|
-
uint64?: undefined;
|
|
1613
1643
|
uint72?: undefined;
|
|
1614
1644
|
uint80?: undefined;
|
|
1615
1645
|
uint88?: undefined;
|
|
1616
1646
|
uint96?: undefined;
|
|
1617
1647
|
uint104?: undefined;
|
|
1648
|
+
uint120?: undefined;
|
|
1618
1649
|
uint128?: undefined;
|
|
1619
1650
|
uint136?: undefined;
|
|
1620
1651
|
uint144?: undefined;
|
|
@@ -1628,6 +1659,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1628
1659
|
uint216?: undefined;
|
|
1629
1660
|
uint224?: undefined;
|
|
1630
1661
|
uint232?: undefined;
|
|
1662
|
+
uint240?: undefined;
|
|
1631
1663
|
uint248?: undefined;
|
|
1632
1664
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1633
1665
|
publicKey: `0x${string}`;
|
|
@@ -1664,6 +1696,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1664
1696
|
[x: `uint192[${string}]`]: undefined;
|
|
1665
1697
|
[x: `bytes4[${string}]`]: undefined;
|
|
1666
1698
|
[x: `uint8[${string}]`]: undefined;
|
|
1699
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1667
1700
|
[x: `bytes1[${string}]`]: undefined;
|
|
1668
1701
|
[x: `bytes11[${string}]`]: undefined;
|
|
1669
1702
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1674,34 +1707,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1674
1707
|
[x: `bytes8[${string}]`]: undefined;
|
|
1675
1708
|
[x: `bytes9[${string}]`]: undefined;
|
|
1676
1709
|
[x: `bytes10[${string}]`]: undefined;
|
|
1677
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1678
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1679
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1680
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1681
1710
|
[x: `bytes20[${string}]`]: undefined;
|
|
1682
|
-
[x: `
|
|
1683
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1711
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1684
1712
|
[x: `bytes31[${string}]`]: undefined;
|
|
1713
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1685
1714
|
[x: `bytes29[${string}]`]: undefined;
|
|
1686
1715
|
[x: `bytes28[${string}]`]: undefined;
|
|
1687
1716
|
[x: `bytes27[${string}]`]: undefined;
|
|
1688
1717
|
[x: `bytes26[${string}]`]: undefined;
|
|
1718
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1689
1719
|
[x: `bytes24[${string}]`]: undefined;
|
|
1690
1720
|
[x: `bytes23[${string}]`]: undefined;
|
|
1691
1721
|
[x: `bytes22[${string}]`]: undefined;
|
|
1692
1722
|
[x: `bytes21[${string}]`]: undefined;
|
|
1693
1723
|
[x: `bytes19[${string}]`]: undefined;
|
|
1694
1724
|
[x: `bytes17[${string}]`]: undefined;
|
|
1725
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1695
1726
|
[x: `bytes15[${string}]`]: undefined;
|
|
1727
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1696
1728
|
[x: `bytes13[${string}]`]: undefined;
|
|
1729
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1697
1730
|
[x: `int[${string}]`]: undefined;
|
|
1698
1731
|
[x: `int8[${string}]`]: undefined;
|
|
1699
|
-
[x: `int16[${string}]`]: undefined;
|
|
1700
1732
|
[x: `int40[${string}]`]: undefined;
|
|
1701
|
-
[x: `int120[${string}]`]: undefined;
|
|
1702
|
-
[x: `int240[${string}]`]: undefined;
|
|
1703
1733
|
[x: `int32[${string}]`]: undefined;
|
|
1704
1734
|
[x: `int24[${string}]`]: undefined;
|
|
1735
|
+
[x: `int16[${string}]`]: undefined;
|
|
1705
1736
|
[x: `int48[${string}]`]: undefined;
|
|
1706
1737
|
[x: `int56[${string}]`]: undefined;
|
|
1707
1738
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1711,6 +1742,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1711
1742
|
[x: `int96[${string}]`]: undefined;
|
|
1712
1743
|
[x: `int104[${string}]`]: undefined;
|
|
1713
1744
|
[x: `int112[${string}]`]: undefined;
|
|
1745
|
+
[x: `int120[${string}]`]: undefined;
|
|
1714
1746
|
[x: `int128[${string}]`]: undefined;
|
|
1715
1747
|
[x: `int136[${string}]`]: undefined;
|
|
1716
1748
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1725,21 +1757,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1725
1757
|
[x: `int216[${string}]`]: undefined;
|
|
1726
1758
|
[x: `int224[${string}]`]: undefined;
|
|
1727
1759
|
[x: `int232[${string}]`]: undefined;
|
|
1760
|
+
[x: `int240[${string}]`]: undefined;
|
|
1728
1761
|
[x: `int248[${string}]`]: undefined;
|
|
1729
1762
|
[x: `int256[${string}]`]: undefined;
|
|
1730
1763
|
[x: `uint[${string}]`]: undefined;
|
|
1731
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1732
1764
|
[x: `uint40[${string}]`]: undefined;
|
|
1733
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1734
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1735
1765
|
[x: `uint24[${string}]`]: undefined;
|
|
1766
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1736
1767
|
[x: `uint56[${string}]`]: undefined;
|
|
1737
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1738
1768
|
[x: `uint72[${string}]`]: undefined;
|
|
1739
1769
|
[x: `uint80[${string}]`]: undefined;
|
|
1740
1770
|
[x: `uint88[${string}]`]: undefined;
|
|
1741
1771
|
[x: `uint96[${string}]`]: undefined;
|
|
1742
1772
|
[x: `uint104[${string}]`]: undefined;
|
|
1773
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1743
1774
|
[x: `uint128[${string}]`]: undefined;
|
|
1744
1775
|
[x: `uint136[${string}]`]: undefined;
|
|
1745
1776
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1753,6 +1784,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1753
1784
|
[x: `uint216[${string}]`]: undefined;
|
|
1754
1785
|
[x: `uint224[${string}]`]: undefined;
|
|
1755
1786
|
[x: `uint232[${string}]`]: undefined;
|
|
1787
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1756
1788
|
[x: `uint248[${string}]`]: undefined;
|
|
1757
1789
|
string?: undefined;
|
|
1758
1790
|
address?: undefined;
|
|
@@ -1766,6 +1798,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1766
1798
|
uint192?: undefined;
|
|
1767
1799
|
bytes4?: undefined;
|
|
1768
1800
|
uint8?: undefined;
|
|
1801
|
+
uint64?: undefined;
|
|
1769
1802
|
bytes1?: undefined;
|
|
1770
1803
|
bytes11?: undefined;
|
|
1771
1804
|
bytes2?: undefined;
|
|
@@ -1776,33 +1809,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1776
1809
|
bytes8?: undefined;
|
|
1777
1810
|
bytes9?: undefined;
|
|
1778
1811
|
bytes10?: undefined;
|
|
1779
|
-
bytes18?: undefined;
|
|
1780
|
-
bytes12?: undefined;
|
|
1781
|
-
bytes14?: undefined;
|
|
1782
|
-
bytes16?: undefined;
|
|
1783
1812
|
bytes20?: undefined;
|
|
1784
|
-
|
|
1785
|
-
bytes30?: undefined;
|
|
1813
|
+
bytes18?: undefined;
|
|
1786
1814
|
bytes31?: undefined;
|
|
1815
|
+
bytes30?: undefined;
|
|
1787
1816
|
bytes29?: undefined;
|
|
1788
1817
|
bytes28?: undefined;
|
|
1789
1818
|
bytes27?: undefined;
|
|
1790
1819
|
bytes26?: undefined;
|
|
1820
|
+
bytes25?: undefined;
|
|
1791
1821
|
bytes24?: undefined;
|
|
1792
1822
|
bytes23?: undefined;
|
|
1793
1823
|
bytes22?: undefined;
|
|
1794
1824
|
bytes21?: undefined;
|
|
1795
1825
|
bytes19?: undefined;
|
|
1796
1826
|
bytes17?: undefined;
|
|
1827
|
+
bytes16?: undefined;
|
|
1797
1828
|
bytes15?: undefined;
|
|
1829
|
+
bytes14?: undefined;
|
|
1798
1830
|
bytes13?: undefined;
|
|
1831
|
+
bytes12?: undefined;
|
|
1799
1832
|
int8?: undefined;
|
|
1800
|
-
int16?: undefined;
|
|
1801
1833
|
int40?: undefined;
|
|
1802
|
-
int120?: undefined;
|
|
1803
|
-
int240?: undefined;
|
|
1804
1834
|
int32?: undefined;
|
|
1805
1835
|
int24?: undefined;
|
|
1836
|
+
int16?: undefined;
|
|
1806
1837
|
int48?: undefined;
|
|
1807
1838
|
int56?: undefined;
|
|
1808
1839
|
int64?: undefined;
|
|
@@ -1812,6 +1843,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1812
1843
|
int96?: undefined;
|
|
1813
1844
|
int104?: undefined;
|
|
1814
1845
|
int112?: undefined;
|
|
1846
|
+
int120?: undefined;
|
|
1815
1847
|
int128?: undefined;
|
|
1816
1848
|
int136?: undefined;
|
|
1817
1849
|
int144?: undefined;
|
|
@@ -1826,20 +1858,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1826
1858
|
int216?: undefined;
|
|
1827
1859
|
int224?: undefined;
|
|
1828
1860
|
int232?: undefined;
|
|
1861
|
+
int240?: undefined;
|
|
1829
1862
|
int248?: undefined;
|
|
1830
1863
|
int256?: undefined;
|
|
1831
|
-
uint16?: undefined;
|
|
1832
1864
|
uint40?: undefined;
|
|
1833
|
-
uint120?: undefined;
|
|
1834
|
-
uint240?: undefined;
|
|
1835
1865
|
uint24?: undefined;
|
|
1866
|
+
uint16?: undefined;
|
|
1836
1867
|
uint56?: undefined;
|
|
1837
|
-
uint64?: undefined;
|
|
1838
1868
|
uint72?: undefined;
|
|
1839
1869
|
uint80?: undefined;
|
|
1840
1870
|
uint88?: undefined;
|
|
1841
1871
|
uint96?: undefined;
|
|
1842
1872
|
uint104?: undefined;
|
|
1873
|
+
uint120?: undefined;
|
|
1843
1874
|
uint128?: undefined;
|
|
1844
1875
|
uint136?: undefined;
|
|
1845
1876
|
uint144?: undefined;
|
|
@@ -1853,6 +1884,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1853
1884
|
uint216?: undefined;
|
|
1854
1885
|
uint224?: undefined;
|
|
1855
1886
|
uint232?: undefined;
|
|
1887
|
+
uint240?: undefined;
|
|
1856
1888
|
uint248?: undefined;
|
|
1857
1889
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1858
1890
|
publicKey: `0x${string}`;
|
|
@@ -1886,6 +1918,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1886
1918
|
[x: `uint192[${string}]`]: undefined;
|
|
1887
1919
|
[x: `bytes4[${string}]`]: undefined;
|
|
1888
1920
|
[x: `uint8[${string}]`]: undefined;
|
|
1921
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1889
1922
|
[x: `bytes1[${string}]`]: undefined;
|
|
1890
1923
|
[x: `bytes11[${string}]`]: undefined;
|
|
1891
1924
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1896,34 +1929,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1896
1929
|
[x: `bytes8[${string}]`]: undefined;
|
|
1897
1930
|
[x: `bytes9[${string}]`]: undefined;
|
|
1898
1931
|
[x: `bytes10[${string}]`]: undefined;
|
|
1899
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1900
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1901
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1902
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1903
1932
|
[x: `bytes20[${string}]`]: undefined;
|
|
1904
|
-
[x: `
|
|
1905
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1933
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1906
1934
|
[x: `bytes31[${string}]`]: undefined;
|
|
1935
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1907
1936
|
[x: `bytes29[${string}]`]: undefined;
|
|
1908
1937
|
[x: `bytes28[${string}]`]: undefined;
|
|
1909
1938
|
[x: `bytes27[${string}]`]: undefined;
|
|
1910
1939
|
[x: `bytes26[${string}]`]: undefined;
|
|
1940
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1911
1941
|
[x: `bytes24[${string}]`]: undefined;
|
|
1912
1942
|
[x: `bytes23[${string}]`]: undefined;
|
|
1913
1943
|
[x: `bytes22[${string}]`]: undefined;
|
|
1914
1944
|
[x: `bytes21[${string}]`]: undefined;
|
|
1915
1945
|
[x: `bytes19[${string}]`]: undefined;
|
|
1916
1946
|
[x: `bytes17[${string}]`]: undefined;
|
|
1947
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1917
1948
|
[x: `bytes15[${string}]`]: undefined;
|
|
1949
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1918
1950
|
[x: `bytes13[${string}]`]: undefined;
|
|
1951
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1919
1952
|
[x: `int[${string}]`]: undefined;
|
|
1920
1953
|
[x: `int8[${string}]`]: undefined;
|
|
1921
|
-
[x: `int16[${string}]`]: undefined;
|
|
1922
1954
|
[x: `int40[${string}]`]: undefined;
|
|
1923
|
-
[x: `int120[${string}]`]: undefined;
|
|
1924
|
-
[x: `int240[${string}]`]: undefined;
|
|
1925
1955
|
[x: `int32[${string}]`]: undefined;
|
|
1926
1956
|
[x: `int24[${string}]`]: undefined;
|
|
1957
|
+
[x: `int16[${string}]`]: undefined;
|
|
1927
1958
|
[x: `int48[${string}]`]: undefined;
|
|
1928
1959
|
[x: `int56[${string}]`]: undefined;
|
|
1929
1960
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1933,6 +1964,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1933
1964
|
[x: `int96[${string}]`]: undefined;
|
|
1934
1965
|
[x: `int104[${string}]`]: undefined;
|
|
1935
1966
|
[x: `int112[${string}]`]: undefined;
|
|
1967
|
+
[x: `int120[${string}]`]: undefined;
|
|
1936
1968
|
[x: `int128[${string}]`]: undefined;
|
|
1937
1969
|
[x: `int136[${string}]`]: undefined;
|
|
1938
1970
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1947,21 +1979,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1947
1979
|
[x: `int216[${string}]`]: undefined;
|
|
1948
1980
|
[x: `int224[${string}]`]: undefined;
|
|
1949
1981
|
[x: `int232[${string}]`]: undefined;
|
|
1982
|
+
[x: `int240[${string}]`]: undefined;
|
|
1950
1983
|
[x: `int248[${string}]`]: undefined;
|
|
1951
1984
|
[x: `int256[${string}]`]: undefined;
|
|
1952
1985
|
[x: `uint[${string}]`]: undefined;
|
|
1953
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1954
1986
|
[x: `uint40[${string}]`]: undefined;
|
|
1955
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1956
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1957
1987
|
[x: `uint24[${string}]`]: undefined;
|
|
1988
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1958
1989
|
[x: `uint56[${string}]`]: undefined;
|
|
1959
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1960
1990
|
[x: `uint72[${string}]`]: undefined;
|
|
1961
1991
|
[x: `uint80[${string}]`]: undefined;
|
|
1962
1992
|
[x: `uint88[${string}]`]: undefined;
|
|
1963
1993
|
[x: `uint96[${string}]`]: undefined;
|
|
1964
1994
|
[x: `uint104[${string}]`]: undefined;
|
|
1995
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1965
1996
|
[x: `uint128[${string}]`]: undefined;
|
|
1966
1997
|
[x: `uint136[${string}]`]: undefined;
|
|
1967
1998
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1975,6 +2006,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1975
2006
|
[x: `uint216[${string}]`]: undefined;
|
|
1976
2007
|
[x: `uint224[${string}]`]: undefined;
|
|
1977
2008
|
[x: `uint232[${string}]`]: undefined;
|
|
2009
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1978
2010
|
[x: `uint248[${string}]`]: undefined;
|
|
1979
2011
|
string?: undefined;
|
|
1980
2012
|
address?: undefined;
|
|
@@ -1988,6 +2020,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1988
2020
|
uint192?: undefined;
|
|
1989
2021
|
bytes4?: undefined;
|
|
1990
2022
|
uint8?: undefined;
|
|
2023
|
+
uint64?: undefined;
|
|
1991
2024
|
bytes1?: undefined;
|
|
1992
2025
|
bytes11?: undefined;
|
|
1993
2026
|
bytes2?: undefined;
|
|
@@ -1998,33 +2031,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1998
2031
|
bytes8?: undefined;
|
|
1999
2032
|
bytes9?: undefined;
|
|
2000
2033
|
bytes10?: undefined;
|
|
2001
|
-
bytes18?: undefined;
|
|
2002
|
-
bytes12?: undefined;
|
|
2003
|
-
bytes14?: undefined;
|
|
2004
|
-
bytes16?: undefined;
|
|
2005
2034
|
bytes20?: undefined;
|
|
2006
|
-
|
|
2007
|
-
bytes30?: undefined;
|
|
2035
|
+
bytes18?: undefined;
|
|
2008
2036
|
bytes31?: undefined;
|
|
2037
|
+
bytes30?: undefined;
|
|
2009
2038
|
bytes29?: undefined;
|
|
2010
2039
|
bytes28?: undefined;
|
|
2011
2040
|
bytes27?: undefined;
|
|
2012
2041
|
bytes26?: undefined;
|
|
2042
|
+
bytes25?: undefined;
|
|
2013
2043
|
bytes24?: undefined;
|
|
2014
2044
|
bytes23?: undefined;
|
|
2015
2045
|
bytes22?: undefined;
|
|
2016
2046
|
bytes21?: undefined;
|
|
2017
2047
|
bytes19?: undefined;
|
|
2018
2048
|
bytes17?: undefined;
|
|
2049
|
+
bytes16?: undefined;
|
|
2019
2050
|
bytes15?: undefined;
|
|
2051
|
+
bytes14?: undefined;
|
|
2020
2052
|
bytes13?: undefined;
|
|
2053
|
+
bytes12?: undefined;
|
|
2021
2054
|
int8?: undefined;
|
|
2022
|
-
int16?: undefined;
|
|
2023
2055
|
int40?: undefined;
|
|
2024
|
-
int120?: undefined;
|
|
2025
|
-
int240?: undefined;
|
|
2026
2056
|
int32?: undefined;
|
|
2027
2057
|
int24?: undefined;
|
|
2058
|
+
int16?: undefined;
|
|
2028
2059
|
int48?: undefined;
|
|
2029
2060
|
int56?: undefined;
|
|
2030
2061
|
int64?: undefined;
|
|
@@ -2034,6 +2065,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2034
2065
|
int96?: undefined;
|
|
2035
2066
|
int104?: undefined;
|
|
2036
2067
|
int112?: undefined;
|
|
2068
|
+
int120?: undefined;
|
|
2037
2069
|
int128?: undefined;
|
|
2038
2070
|
int136?: undefined;
|
|
2039
2071
|
int144?: undefined;
|
|
@@ -2048,20 +2080,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2048
2080
|
int216?: undefined;
|
|
2049
2081
|
int224?: undefined;
|
|
2050
2082
|
int232?: undefined;
|
|
2083
|
+
int240?: undefined;
|
|
2051
2084
|
int248?: undefined;
|
|
2052
2085
|
int256?: undefined;
|
|
2053
|
-
uint16?: undefined;
|
|
2054
2086
|
uint40?: undefined;
|
|
2055
|
-
uint120?: undefined;
|
|
2056
|
-
uint240?: undefined;
|
|
2057
2087
|
uint24?: undefined;
|
|
2088
|
+
uint16?: undefined;
|
|
2058
2089
|
uint56?: undefined;
|
|
2059
|
-
uint64?: undefined;
|
|
2060
2090
|
uint72?: undefined;
|
|
2061
2091
|
uint80?: undefined;
|
|
2062
2092
|
uint88?: undefined;
|
|
2063
2093
|
uint96?: undefined;
|
|
2064
2094
|
uint104?: undefined;
|
|
2095
|
+
uint120?: undefined;
|
|
2065
2096
|
uint128?: undefined;
|
|
2066
2097
|
uint136?: undefined;
|
|
2067
2098
|
uint144?: undefined;
|
|
@@ -2075,6 +2106,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2075
2106
|
uint216?: undefined;
|
|
2076
2107
|
uint224?: undefined;
|
|
2077
2108
|
uint232?: undefined;
|
|
2109
|
+
uint240?: undefined;
|
|
2078
2110
|
uint248?: undefined;
|
|
2079
2111
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2080
2112
|
publicKey: `0x${string}`;
|
|
@@ -2139,6 +2171,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2139
2171
|
[x: `uint192[${string}]`]: undefined;
|
|
2140
2172
|
[x: `bytes4[${string}]`]: undefined;
|
|
2141
2173
|
[x: `uint8[${string}]`]: undefined;
|
|
2174
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2142
2175
|
[x: `bytes1[${string}]`]: undefined;
|
|
2143
2176
|
[x: `bytes11[${string}]`]: undefined;
|
|
2144
2177
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -2149,34 +2182,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2149
2182
|
[x: `bytes8[${string}]`]: undefined;
|
|
2150
2183
|
[x: `bytes9[${string}]`]: undefined;
|
|
2151
2184
|
[x: `bytes10[${string}]`]: undefined;
|
|
2152
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2153
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2154
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2155
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2156
2185
|
[x: `bytes20[${string}]`]: undefined;
|
|
2157
|
-
[x: `
|
|
2158
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2186
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2159
2187
|
[x: `bytes31[${string}]`]: undefined;
|
|
2188
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2160
2189
|
[x: `bytes29[${string}]`]: undefined;
|
|
2161
2190
|
[x: `bytes28[${string}]`]: undefined;
|
|
2162
2191
|
[x: `bytes27[${string}]`]: undefined;
|
|
2163
2192
|
[x: `bytes26[${string}]`]: undefined;
|
|
2193
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2164
2194
|
[x: `bytes24[${string}]`]: undefined;
|
|
2165
2195
|
[x: `bytes23[${string}]`]: undefined;
|
|
2166
2196
|
[x: `bytes22[${string}]`]: undefined;
|
|
2167
2197
|
[x: `bytes21[${string}]`]: undefined;
|
|
2168
2198
|
[x: `bytes19[${string}]`]: undefined;
|
|
2169
2199
|
[x: `bytes17[${string}]`]: undefined;
|
|
2200
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2170
2201
|
[x: `bytes15[${string}]`]: undefined;
|
|
2202
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2171
2203
|
[x: `bytes13[${string}]`]: undefined;
|
|
2204
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2172
2205
|
[x: `int[${string}]`]: undefined;
|
|
2173
2206
|
[x: `int8[${string}]`]: undefined;
|
|
2174
|
-
[x: `int16[${string}]`]: undefined;
|
|
2175
2207
|
[x: `int40[${string}]`]: undefined;
|
|
2176
|
-
[x: `int120[${string}]`]: undefined;
|
|
2177
|
-
[x: `int240[${string}]`]: undefined;
|
|
2178
2208
|
[x: `int32[${string}]`]: undefined;
|
|
2179
2209
|
[x: `int24[${string}]`]: undefined;
|
|
2210
|
+
[x: `int16[${string}]`]: undefined;
|
|
2180
2211
|
[x: `int48[${string}]`]: undefined;
|
|
2181
2212
|
[x: `int56[${string}]`]: undefined;
|
|
2182
2213
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2186,6 +2217,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2186
2217
|
[x: `int96[${string}]`]: undefined;
|
|
2187
2218
|
[x: `int104[${string}]`]: undefined;
|
|
2188
2219
|
[x: `int112[${string}]`]: undefined;
|
|
2220
|
+
[x: `int120[${string}]`]: undefined;
|
|
2189
2221
|
[x: `int128[${string}]`]: undefined;
|
|
2190
2222
|
[x: `int136[${string}]`]: undefined;
|
|
2191
2223
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2200,21 +2232,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2200
2232
|
[x: `int216[${string}]`]: undefined;
|
|
2201
2233
|
[x: `int224[${string}]`]: undefined;
|
|
2202
2234
|
[x: `int232[${string}]`]: undefined;
|
|
2235
|
+
[x: `int240[${string}]`]: undefined;
|
|
2203
2236
|
[x: `int248[${string}]`]: undefined;
|
|
2204
2237
|
[x: `int256[${string}]`]: undefined;
|
|
2205
2238
|
[x: `uint[${string}]`]: undefined;
|
|
2206
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2207
2239
|
[x: `uint40[${string}]`]: undefined;
|
|
2208
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2209
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2210
2240
|
[x: `uint24[${string}]`]: undefined;
|
|
2241
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2211
2242
|
[x: `uint56[${string}]`]: undefined;
|
|
2212
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2213
2243
|
[x: `uint72[${string}]`]: undefined;
|
|
2214
2244
|
[x: `uint80[${string}]`]: undefined;
|
|
2215
2245
|
[x: `uint88[${string}]`]: undefined;
|
|
2216
2246
|
[x: `uint96[${string}]`]: undefined;
|
|
2217
2247
|
[x: `uint104[${string}]`]: undefined;
|
|
2248
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2218
2249
|
[x: `uint128[${string}]`]: undefined;
|
|
2219
2250
|
[x: `uint136[${string}]`]: undefined;
|
|
2220
2251
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2228,6 +2259,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2228
2259
|
[x: `uint216[${string}]`]: undefined;
|
|
2229
2260
|
[x: `uint224[${string}]`]: undefined;
|
|
2230
2261
|
[x: `uint232[${string}]`]: undefined;
|
|
2262
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2231
2263
|
[x: `uint248[${string}]`]: undefined;
|
|
2232
2264
|
string?: undefined;
|
|
2233
2265
|
address?: undefined;
|
|
@@ -2241,6 +2273,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2241
2273
|
uint192?: undefined;
|
|
2242
2274
|
bytes4?: undefined;
|
|
2243
2275
|
uint8?: undefined;
|
|
2276
|
+
uint64?: undefined;
|
|
2244
2277
|
bytes1?: undefined;
|
|
2245
2278
|
bytes11?: undefined;
|
|
2246
2279
|
bytes2?: undefined;
|
|
@@ -2251,33 +2284,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2251
2284
|
bytes8?: undefined;
|
|
2252
2285
|
bytes9?: undefined;
|
|
2253
2286
|
bytes10?: undefined;
|
|
2254
|
-
bytes18?: undefined;
|
|
2255
|
-
bytes12?: undefined;
|
|
2256
|
-
bytes14?: undefined;
|
|
2257
|
-
bytes16?: undefined;
|
|
2258
2287
|
bytes20?: undefined;
|
|
2259
|
-
|
|
2260
|
-
bytes30?: undefined;
|
|
2288
|
+
bytes18?: undefined;
|
|
2261
2289
|
bytes31?: undefined;
|
|
2290
|
+
bytes30?: undefined;
|
|
2262
2291
|
bytes29?: undefined;
|
|
2263
2292
|
bytes28?: undefined;
|
|
2264
2293
|
bytes27?: undefined;
|
|
2265
2294
|
bytes26?: undefined;
|
|
2295
|
+
bytes25?: undefined;
|
|
2266
2296
|
bytes24?: undefined;
|
|
2267
2297
|
bytes23?: undefined;
|
|
2268
2298
|
bytes22?: undefined;
|
|
2269
2299
|
bytes21?: undefined;
|
|
2270
2300
|
bytes19?: undefined;
|
|
2271
2301
|
bytes17?: undefined;
|
|
2302
|
+
bytes16?: undefined;
|
|
2272
2303
|
bytes15?: undefined;
|
|
2304
|
+
bytes14?: undefined;
|
|
2273
2305
|
bytes13?: undefined;
|
|
2306
|
+
bytes12?: undefined;
|
|
2274
2307
|
int8?: undefined;
|
|
2275
|
-
int16?: undefined;
|
|
2276
2308
|
int40?: undefined;
|
|
2277
|
-
int120?: undefined;
|
|
2278
|
-
int240?: undefined;
|
|
2279
2309
|
int32?: undefined;
|
|
2280
2310
|
int24?: undefined;
|
|
2311
|
+
int16?: undefined;
|
|
2281
2312
|
int48?: undefined;
|
|
2282
2313
|
int56?: undefined;
|
|
2283
2314
|
int64?: undefined;
|
|
@@ -2287,6 +2318,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2287
2318
|
int96?: undefined;
|
|
2288
2319
|
int104?: undefined;
|
|
2289
2320
|
int112?: undefined;
|
|
2321
|
+
int120?: undefined;
|
|
2290
2322
|
int128?: undefined;
|
|
2291
2323
|
int136?: undefined;
|
|
2292
2324
|
int144?: undefined;
|
|
@@ -2301,20 +2333,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2301
2333
|
int216?: undefined;
|
|
2302
2334
|
int224?: undefined;
|
|
2303
2335
|
int232?: undefined;
|
|
2336
|
+
int240?: undefined;
|
|
2304
2337
|
int248?: undefined;
|
|
2305
2338
|
int256?: undefined;
|
|
2306
|
-
uint16?: undefined;
|
|
2307
2339
|
uint40?: undefined;
|
|
2308
|
-
uint120?: undefined;
|
|
2309
|
-
uint240?: undefined;
|
|
2310
2340
|
uint24?: undefined;
|
|
2341
|
+
uint16?: undefined;
|
|
2311
2342
|
uint56?: undefined;
|
|
2312
|
-
uint64?: undefined;
|
|
2313
2343
|
uint72?: undefined;
|
|
2314
2344
|
uint80?: undefined;
|
|
2315
2345
|
uint88?: undefined;
|
|
2316
2346
|
uint96?: undefined;
|
|
2317
2347
|
uint104?: undefined;
|
|
2348
|
+
uint120?: undefined;
|
|
2318
2349
|
uint128?: undefined;
|
|
2319
2350
|
uint136?: undefined;
|
|
2320
2351
|
uint144?: undefined;
|
|
@@ -2328,6 +2359,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2328
2359
|
uint216?: undefined;
|
|
2329
2360
|
uint224?: undefined;
|
|
2330
2361
|
uint232?: undefined;
|
|
2362
|
+
uint240?: undefined;
|
|
2331
2363
|
uint248?: undefined;
|
|
2332
2364
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2333
2365
|
publicKey: `0x${string}`;
|
|
@@ -2356,20 +2388,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2356
2388
|
"refilling-wallets": boolean;
|
|
2357
2389
|
"aa95-gas-multiplier": bigint;
|
|
2358
2390
|
"enable-instant-bundling-endpoint": boolean;
|
|
2359
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
2391
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "skale";
|
|
2360
2392
|
"legacy-transactions": boolean;
|
|
2361
2393
|
"api-version": ApiVersion[];
|
|
2362
2394
|
"default-api-version": "v1" | "v2";
|
|
2363
2395
|
"balance-override": boolean;
|
|
2364
2396
|
"local-gas-limit-calculation": boolean;
|
|
2365
2397
|
"flush-stuck-transactions-during-startup": boolean;
|
|
2366
|
-
"paymaster-gas-limit-multiplier": bigint;
|
|
2367
2398
|
port: number;
|
|
2368
2399
|
websocket: boolean;
|
|
2369
2400
|
"websocket-max-payload-size": number;
|
|
2370
2401
|
"rpc-url": string;
|
|
2371
2402
|
"polling-interval": number;
|
|
2372
2403
|
"block-tag-support": boolean;
|
|
2404
|
+
"code-override-support": boolean;
|
|
2373
2405
|
json: boolean;
|
|
2374
2406
|
"network-name": string;
|
|
2375
2407
|
"log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
|
|
@@ -2381,12 +2413,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2381
2413
|
tenderly: boolean;
|
|
2382
2414
|
"binary-search-tolerance-delta": bigint;
|
|
2383
2415
|
"binary-search-gas-allowance": bigint;
|
|
2416
|
+
"call-gas-limit-multiplier": bigint;
|
|
2417
|
+
"simulation-call-gas-limit": bigint;
|
|
2418
|
+
"simulation-verification-gas-limit": bigint;
|
|
2419
|
+
"simulation-paymaster-verification-gas-limit": bigint;
|
|
2420
|
+
"simulation-paymaster-post-op-gas-limit": bigint;
|
|
2421
|
+
"paymaster-gas-limit-multiplier": bigint;
|
|
2384
2422
|
"bundle-bulker-address"?: `0x${string}` | undefined;
|
|
2385
2423
|
"per-op-inflator-address"?: `0x${string}` | undefined;
|
|
2386
2424
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2387
2425
|
"max-block-range"?: number | undefined;
|
|
2388
2426
|
timeout?: number | undefined;
|
|
2389
2427
|
"redis-queue-endpoint"?: string | undefined;
|
|
2428
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
2390
2429
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2391
2430
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2392
2431
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -2396,6 +2435,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2396
2435
|
"nonce-queuer-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2397
2436
|
"fixed-gas-limit-for-estimation"?: bigint | undefined;
|
|
2398
2437
|
"entrypoint-simulation-contract"?: `0x${string}` | undefined;
|
|
2438
|
+
"refill-helper-contract"?: `0x${string}` | undefined;
|
|
2399
2439
|
"utility-private-key"?: {
|
|
2400
2440
|
address: `0x${string}`;
|
|
2401
2441
|
nonceManager?: import("viem").NonceManager | undefined;
|
|
@@ -2424,6 +2464,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2424
2464
|
[x: `uint192[${string}]`]: undefined;
|
|
2425
2465
|
[x: `bytes4[${string}]`]: undefined;
|
|
2426
2466
|
[x: `uint8[${string}]`]: undefined;
|
|
2467
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2427
2468
|
[x: `bytes1[${string}]`]: undefined;
|
|
2428
2469
|
[x: `bytes11[${string}]`]: undefined;
|
|
2429
2470
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -2434,34 +2475,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2434
2475
|
[x: `bytes8[${string}]`]: undefined;
|
|
2435
2476
|
[x: `bytes9[${string}]`]: undefined;
|
|
2436
2477
|
[x: `bytes10[${string}]`]: undefined;
|
|
2437
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2438
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2439
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2440
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2441
2478
|
[x: `bytes20[${string}]`]: undefined;
|
|
2442
|
-
[x: `
|
|
2443
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2479
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2444
2480
|
[x: `bytes31[${string}]`]: undefined;
|
|
2481
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2445
2482
|
[x: `bytes29[${string}]`]: undefined;
|
|
2446
2483
|
[x: `bytes28[${string}]`]: undefined;
|
|
2447
2484
|
[x: `bytes27[${string}]`]: undefined;
|
|
2448
2485
|
[x: `bytes26[${string}]`]: undefined;
|
|
2486
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2449
2487
|
[x: `bytes24[${string}]`]: undefined;
|
|
2450
2488
|
[x: `bytes23[${string}]`]: undefined;
|
|
2451
2489
|
[x: `bytes22[${string}]`]: undefined;
|
|
2452
2490
|
[x: `bytes21[${string}]`]: undefined;
|
|
2453
2491
|
[x: `bytes19[${string}]`]: undefined;
|
|
2454
2492
|
[x: `bytes17[${string}]`]: undefined;
|
|
2493
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2455
2494
|
[x: `bytes15[${string}]`]: undefined;
|
|
2495
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2456
2496
|
[x: `bytes13[${string}]`]: undefined;
|
|
2497
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2457
2498
|
[x: `int[${string}]`]: undefined;
|
|
2458
2499
|
[x: `int8[${string}]`]: undefined;
|
|
2459
|
-
[x: `int16[${string}]`]: undefined;
|
|
2460
2500
|
[x: `int40[${string}]`]: undefined;
|
|
2461
|
-
[x: `int120[${string}]`]: undefined;
|
|
2462
|
-
[x: `int240[${string}]`]: undefined;
|
|
2463
2501
|
[x: `int32[${string}]`]: undefined;
|
|
2464
2502
|
[x: `int24[${string}]`]: undefined;
|
|
2503
|
+
[x: `int16[${string}]`]: undefined;
|
|
2465
2504
|
[x: `int48[${string}]`]: undefined;
|
|
2466
2505
|
[x: `int56[${string}]`]: undefined;
|
|
2467
2506
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2471,6 +2510,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2471
2510
|
[x: `int96[${string}]`]: undefined;
|
|
2472
2511
|
[x: `int104[${string}]`]: undefined;
|
|
2473
2512
|
[x: `int112[${string}]`]: undefined;
|
|
2513
|
+
[x: `int120[${string}]`]: undefined;
|
|
2474
2514
|
[x: `int128[${string}]`]: undefined;
|
|
2475
2515
|
[x: `int136[${string}]`]: undefined;
|
|
2476
2516
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2485,21 +2525,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2485
2525
|
[x: `int216[${string}]`]: undefined;
|
|
2486
2526
|
[x: `int224[${string}]`]: undefined;
|
|
2487
2527
|
[x: `int232[${string}]`]: undefined;
|
|
2528
|
+
[x: `int240[${string}]`]: undefined;
|
|
2488
2529
|
[x: `int248[${string}]`]: undefined;
|
|
2489
2530
|
[x: `int256[${string}]`]: undefined;
|
|
2490
2531
|
[x: `uint[${string}]`]: undefined;
|
|
2491
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2492
2532
|
[x: `uint40[${string}]`]: undefined;
|
|
2493
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2494
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2495
2533
|
[x: `uint24[${string}]`]: undefined;
|
|
2534
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2496
2535
|
[x: `uint56[${string}]`]: undefined;
|
|
2497
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2498
2536
|
[x: `uint72[${string}]`]: undefined;
|
|
2499
2537
|
[x: `uint80[${string}]`]: undefined;
|
|
2500
2538
|
[x: `uint88[${string}]`]: undefined;
|
|
2501
2539
|
[x: `uint96[${string}]`]: undefined;
|
|
2502
2540
|
[x: `uint104[${string}]`]: undefined;
|
|
2541
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2503
2542
|
[x: `uint128[${string}]`]: undefined;
|
|
2504
2543
|
[x: `uint136[${string}]`]: undefined;
|
|
2505
2544
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2513,6 +2552,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2513
2552
|
[x: `uint216[${string}]`]: undefined;
|
|
2514
2553
|
[x: `uint224[${string}]`]: undefined;
|
|
2515
2554
|
[x: `uint232[${string}]`]: undefined;
|
|
2555
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2516
2556
|
[x: `uint248[${string}]`]: undefined;
|
|
2517
2557
|
string?: undefined;
|
|
2518
2558
|
address?: undefined;
|
|
@@ -2526,6 +2566,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2526
2566
|
uint192?: undefined;
|
|
2527
2567
|
bytes4?: undefined;
|
|
2528
2568
|
uint8?: undefined;
|
|
2569
|
+
uint64?: undefined;
|
|
2529
2570
|
bytes1?: undefined;
|
|
2530
2571
|
bytes11?: undefined;
|
|
2531
2572
|
bytes2?: undefined;
|
|
@@ -2536,33 +2577,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2536
2577
|
bytes8?: undefined;
|
|
2537
2578
|
bytes9?: undefined;
|
|
2538
2579
|
bytes10?: undefined;
|
|
2539
|
-
bytes18?: undefined;
|
|
2540
|
-
bytes12?: undefined;
|
|
2541
|
-
bytes14?: undefined;
|
|
2542
|
-
bytes16?: undefined;
|
|
2543
2580
|
bytes20?: undefined;
|
|
2544
|
-
|
|
2545
|
-
bytes30?: undefined;
|
|
2581
|
+
bytes18?: undefined;
|
|
2546
2582
|
bytes31?: undefined;
|
|
2583
|
+
bytes30?: undefined;
|
|
2547
2584
|
bytes29?: undefined;
|
|
2548
2585
|
bytes28?: undefined;
|
|
2549
2586
|
bytes27?: undefined;
|
|
2550
2587
|
bytes26?: undefined;
|
|
2588
|
+
bytes25?: undefined;
|
|
2551
2589
|
bytes24?: undefined;
|
|
2552
2590
|
bytes23?: undefined;
|
|
2553
2591
|
bytes22?: undefined;
|
|
2554
2592
|
bytes21?: undefined;
|
|
2555
2593
|
bytes19?: undefined;
|
|
2556
2594
|
bytes17?: undefined;
|
|
2595
|
+
bytes16?: undefined;
|
|
2557
2596
|
bytes15?: undefined;
|
|
2597
|
+
bytes14?: undefined;
|
|
2558
2598
|
bytes13?: undefined;
|
|
2599
|
+
bytes12?: undefined;
|
|
2559
2600
|
int8?: undefined;
|
|
2560
|
-
int16?: undefined;
|
|
2561
2601
|
int40?: undefined;
|
|
2562
|
-
int120?: undefined;
|
|
2563
|
-
int240?: undefined;
|
|
2564
2602
|
int32?: undefined;
|
|
2565
2603
|
int24?: undefined;
|
|
2604
|
+
int16?: undefined;
|
|
2566
2605
|
int48?: undefined;
|
|
2567
2606
|
int56?: undefined;
|
|
2568
2607
|
int64?: undefined;
|
|
@@ -2572,6 +2611,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2572
2611
|
int96?: undefined;
|
|
2573
2612
|
int104?: undefined;
|
|
2574
2613
|
int112?: undefined;
|
|
2614
|
+
int120?: undefined;
|
|
2575
2615
|
int128?: undefined;
|
|
2576
2616
|
int136?: undefined;
|
|
2577
2617
|
int144?: undefined;
|
|
@@ -2586,20 +2626,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2586
2626
|
int216?: undefined;
|
|
2587
2627
|
int224?: undefined;
|
|
2588
2628
|
int232?: undefined;
|
|
2629
|
+
int240?: undefined;
|
|
2589
2630
|
int248?: undefined;
|
|
2590
2631
|
int256?: undefined;
|
|
2591
|
-
uint16?: undefined;
|
|
2592
2632
|
uint40?: undefined;
|
|
2593
|
-
uint120?: undefined;
|
|
2594
|
-
uint240?: undefined;
|
|
2595
2633
|
uint24?: undefined;
|
|
2634
|
+
uint16?: undefined;
|
|
2596
2635
|
uint56?: undefined;
|
|
2597
|
-
uint64?: undefined;
|
|
2598
2636
|
uint72?: undefined;
|
|
2599
2637
|
uint80?: undefined;
|
|
2600
2638
|
uint88?: undefined;
|
|
2601
2639
|
uint96?: undefined;
|
|
2602
2640
|
uint104?: undefined;
|
|
2641
|
+
uint120?: undefined;
|
|
2603
2642
|
uint128?: undefined;
|
|
2604
2643
|
uint136?: undefined;
|
|
2605
2644
|
uint144?: undefined;
|
|
@@ -2613,6 +2652,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2613
2652
|
uint216?: undefined;
|
|
2614
2653
|
uint224?: undefined;
|
|
2615
2654
|
uint232?: undefined;
|
|
2655
|
+
uint240?: undefined;
|
|
2616
2656
|
uint248?: undefined;
|
|
2617
2657
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2618
2658
|
publicKey: `0x${string}`;
|
|
@@ -2640,12 +2680,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2640
2680
|
"rpc-methods": string | null;
|
|
2641
2681
|
"aa95-gas-multiplier": string;
|
|
2642
2682
|
"enable-instant-bundling-endpoint": boolean;
|
|
2643
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
2683
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "skale";
|
|
2644
2684
|
"legacy-transactions": boolean;
|
|
2645
2685
|
"balance-override": boolean;
|
|
2646
2686
|
"local-gas-limit-calculation": boolean;
|
|
2647
2687
|
"flush-stuck-transactions-during-startup": boolean;
|
|
2648
|
-
"paymaster-gas-limit-multiplier": string;
|
|
2649
2688
|
port: number;
|
|
2650
2689
|
"rpc-url": string;
|
|
2651
2690
|
"polling-interval": number;
|
|
@@ -2658,6 +2697,12 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2658
2697
|
"dangerous-skip-user-operation-validation": boolean;
|
|
2659
2698
|
"deploy-simulations-contract": boolean;
|
|
2660
2699
|
tenderly: boolean;
|
|
2700
|
+
"call-gas-limit-multiplier": string;
|
|
2701
|
+
"simulation-call-gas-limit": string;
|
|
2702
|
+
"simulation-verification-gas-limit": string;
|
|
2703
|
+
"simulation-paymaster-verification-gas-limit": string;
|
|
2704
|
+
"simulation-paymaster-post-op-gas-limit": string;
|
|
2705
|
+
"paymaster-gas-limit-multiplier": string;
|
|
2661
2706
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
2662
2707
|
"binary-search-gas-allowance"?: string | undefined;
|
|
2663
2708
|
"bundle-bulker-address"?: string | undefined;
|
|
@@ -2665,10 +2710,12 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2665
2710
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2666
2711
|
"max-block-range"?: number | undefined;
|
|
2667
2712
|
"block-tag-support"?: boolean | undefined;
|
|
2713
|
+
"code-override-support"?: boolean | undefined;
|
|
2668
2714
|
timeout?: number | undefined;
|
|
2669
2715
|
websocket?: boolean | undefined;
|
|
2670
2716
|
"websocket-max-payload-size"?: number | undefined;
|
|
2671
2717
|
"redis-queue-endpoint"?: string | undefined;
|
|
2718
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
2672
2719
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2673
2720
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2674
2721
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -2680,6 +2727,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2680
2727
|
"default-api-version"?: "v1" | "v2" | undefined;
|
|
2681
2728
|
"fixed-gas-limit-for-estimation"?: string | undefined;
|
|
2682
2729
|
"entrypoint-simulation-contract"?: unknown;
|
|
2730
|
+
"refill-helper-contract"?: string | undefined;
|
|
2683
2731
|
"utility-private-key"?: string | undefined;
|
|
2684
2732
|
"max-executors"?: number | undefined;
|
|
2685
2733
|
"min-executor-balance"?: string | undefined;
|