@pimlico/alto 0.0.7 → 0.0.8
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 +296 -272
- package/esm/cli/config/bundler.js +15 -7
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +32 -8
- 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 +26 -0
- package/esm/cli/deploySimulationsContract.js.map +1 -0
- package/esm/cli/handler.d.ts +2 -2
- package/esm/cli/handler.js +67 -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 +98 -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 +29 -13
- package/esm/executor/executor.js +110 -72
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +14 -10
- package/esm/executor/executorManager.js +29 -39
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/senderManager.d.ts +11 -6
- package/esm/executor/senderManager.js +25 -32
- 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 +13 -40
- package/esm/handlers/gasPriceManager.js +81 -205
- 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 +6 -6
- package/esm/rpc/estimation/gasEstimationHandler.js +13 -29
- package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV06.d.ts +7 -7
- package/esm/rpc/estimation/gasEstimationsV06.js +76 -45
- package/esm/rpc/estimation/gasEstimationsV06.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV07.d.ts +7 -12
- package/esm/rpc/estimation/gasEstimationsV07.js +49 -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 +75 -68
- 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 +26 -0
- package/esm/types/contracts/OpL1FeeAbi.js +29 -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/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/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 +2 -2
- package/esm/utils/userop.js +2 -2
- package/esm/utils/userop.js.map +1 -1
- package/esm/utils/validation.d.ts +13 -5
- package/esm/utils/validation.js +104 -133
- 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 +296 -272
- package/lib/cli/config/bundler.js +14 -6
- package/lib/cli/config/bundler.js.map +1 -1
- package/lib/cli/config/options.js +32 -8
- 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 +30 -0
- package/lib/cli/deploySimulationsContract.js.map +1 -0
- package/lib/cli/handler.d.ts +2 -2
- package/lib/cli/handler.js +66 -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 +98 -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 +29 -13
- package/lib/executor/executor.js +106 -68
- package/lib/executor/executor.js.map +1 -1
- package/lib/executor/executorManager.d.ts +14 -10
- package/lib/executor/executorManager.js +27 -37
- package/lib/executor/executorManager.js.map +1 -1
- package/lib/executor/senderManager.d.ts +11 -6
- package/lib/executor/senderManager.js +25 -32
- 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 +13 -40
- package/lib/handlers/gasPriceManager.js +79 -203
- 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 +6 -6
- package/lib/rpc/estimation/gasEstimationHandler.js +14 -30
- package/lib/rpc/estimation/gasEstimationHandler.js.map +1 -1
- package/lib/rpc/estimation/gasEstimationsV06.d.ts +7 -7
- package/lib/rpc/estimation/gasEstimationsV06.js +75 -44
- package/lib/rpc/estimation/gasEstimationsV06.js.map +1 -1
- package/lib/rpc/estimation/gasEstimationsV07.d.ts +7 -12
- package/lib/rpc/estimation/gasEstimationsV07.js +48 -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 +74 -67
- 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 +26 -0
- package/lib/types/contracts/OpL1FeeAbi.js +32 -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/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/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 +2 -2
- package/lib/utils/userop.js +1 -1
- package/lib/utils/userop.js.map +1 -1
- package/lib/utils/validation.d.ts +13 -5
- package/lib/utils/validation.js +107 -135
- 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"]>;
|
|
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";
|
|
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";
|
|
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,16 @@ 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
|
+
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1347
1355
|
}, "strip", z.ZodTypeAny, {
|
|
1348
1356
|
"binary-search-tolerance-delta": bigint;
|
|
1349
1357
|
"binary-search-gas-allowance": bigint;
|
|
1358
|
+
"call-gas-limit-multiplier": bigint;
|
|
1359
|
+
"paymaster-gas-limit-multiplier": bigint;
|
|
1350
1360
|
}, {
|
|
1361
|
+
"call-gas-limit-multiplier": string;
|
|
1362
|
+
"paymaster-gas-limit-multiplier": string;
|
|
1351
1363
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
1352
1364
|
"binary-search-gas-allowance"?: string | undefined;
|
|
1353
1365
|
}>;
|
|
@@ -1370,6 +1382,8 @@ export type IGasEstimationArgsInput = z.input<typeof gasEstimationArgsSchema>;
|
|
|
1370
1382
|
export declare const optionArgsSchema: z.ZodObject<{
|
|
1371
1383
|
"binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1372
1384
|
"binary-search-gas-allowance": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1385
|
+
"call-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1386
|
+
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1373
1387
|
"bundle-mode": z.ZodEnum<["auto", "manual"]>;
|
|
1374
1388
|
"enable-debug-endpoints": z.ZodBoolean;
|
|
1375
1389
|
"expiration-check": z.ZodBoolean;
|
|
@@ -1383,11 +1397,13 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1383
1397
|
"polling-interval": z.ZodNumber;
|
|
1384
1398
|
"max-block-range": z.ZodOptional<z.ZodNumber>;
|
|
1385
1399
|
"block-tag-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1400
|
+
"code-override-support": z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1386
1401
|
port: z.ZodNumber;
|
|
1387
1402
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1388
1403
|
websocket: z.ZodDefault<z.ZodBoolean>;
|
|
1389
1404
|
"websocket-max-payload-size": z.ZodDefault<z.ZodNumber>;
|
|
1390
1405
|
"redis-queue-endpoint": z.ZodOptional<z.ZodString>;
|
|
1406
|
+
"redis-event-manager-queue-name": z.ZodOptional<z.ZodString>;
|
|
1391
1407
|
json: z.ZodBoolean;
|
|
1392
1408
|
"network-name": z.ZodString;
|
|
1393
1409
|
"log-level": z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>;
|
|
@@ -1398,17 +1414,17 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1398
1414
|
"executor-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1399
1415
|
"reputation-manager-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1400
1416
|
"nonce-queuer-log-level": z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
|
|
1401
|
-
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera"]>;
|
|
1417
|
+
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle"]>;
|
|
1402
1418
|
"legacy-transactions": z.ZodBoolean;
|
|
1403
1419
|
"api-version": z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodString>>, ApiVersion[], string | undefined>;
|
|
1404
1420
|
"default-api-version": z.ZodEffects<z.ZodOptional<z.ZodEnum<["v1", "v2"]>>, "v1" | "v2", "v1" | "v2" | undefined>;
|
|
1405
1421
|
"balance-override": z.ZodBoolean;
|
|
1406
1422
|
"local-gas-limit-calculation": z.ZodBoolean;
|
|
1407
1423
|
"flush-stuck-transactions-during-startup": z.ZodBoolean;
|
|
1408
|
-
"paymaster-gas-limit-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
1409
1424
|
"fixed-gas-limit-for-estimation": z.ZodOptional<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
1410
1425
|
entrypoints: z.ZodEffects<z.ZodString, `0x${string}`[], string>;
|
|
1411
1426
|
"entrypoint-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
1427
|
+
"refill-helper-contract": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1412
1428
|
"no-profit-bundling": z.ZodBoolean;
|
|
1413
1429
|
"safe-mode": z.ZodBoolean;
|
|
1414
1430
|
"utility-private-key": z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, {
|
|
@@ -1439,6 +1455,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1439
1455
|
[x: `uint192[${string}]`]: undefined;
|
|
1440
1456
|
[x: `bytes4[${string}]`]: undefined;
|
|
1441
1457
|
[x: `uint8[${string}]`]: undefined;
|
|
1458
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1442
1459
|
[x: `bytes1[${string}]`]: undefined;
|
|
1443
1460
|
[x: `bytes11[${string}]`]: undefined;
|
|
1444
1461
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1449,34 +1466,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1449
1466
|
[x: `bytes8[${string}]`]: undefined;
|
|
1450
1467
|
[x: `bytes9[${string}]`]: undefined;
|
|
1451
1468
|
[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
1469
|
[x: `bytes20[${string}]`]: undefined;
|
|
1457
|
-
[x: `
|
|
1458
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1470
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1459
1471
|
[x: `bytes31[${string}]`]: undefined;
|
|
1472
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1460
1473
|
[x: `bytes29[${string}]`]: undefined;
|
|
1461
1474
|
[x: `bytes28[${string}]`]: undefined;
|
|
1462
1475
|
[x: `bytes27[${string}]`]: undefined;
|
|
1463
1476
|
[x: `bytes26[${string}]`]: undefined;
|
|
1477
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1464
1478
|
[x: `bytes24[${string}]`]: undefined;
|
|
1465
1479
|
[x: `bytes23[${string}]`]: undefined;
|
|
1466
1480
|
[x: `bytes22[${string}]`]: undefined;
|
|
1467
1481
|
[x: `bytes21[${string}]`]: undefined;
|
|
1468
1482
|
[x: `bytes19[${string}]`]: undefined;
|
|
1469
1483
|
[x: `bytes17[${string}]`]: undefined;
|
|
1484
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1470
1485
|
[x: `bytes15[${string}]`]: undefined;
|
|
1486
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1471
1487
|
[x: `bytes13[${string}]`]: undefined;
|
|
1488
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1472
1489
|
[x: `int[${string}]`]: undefined;
|
|
1473
1490
|
[x: `int8[${string}]`]: undefined;
|
|
1474
|
-
[x: `int16[${string}]`]: undefined;
|
|
1475
1491
|
[x: `int40[${string}]`]: undefined;
|
|
1476
|
-
[x: `int120[${string}]`]: undefined;
|
|
1477
|
-
[x: `int240[${string}]`]: undefined;
|
|
1478
1492
|
[x: `int32[${string}]`]: undefined;
|
|
1479
1493
|
[x: `int24[${string}]`]: undefined;
|
|
1494
|
+
[x: `int16[${string}]`]: undefined;
|
|
1480
1495
|
[x: `int48[${string}]`]: undefined;
|
|
1481
1496
|
[x: `int56[${string}]`]: undefined;
|
|
1482
1497
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1486,6 +1501,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1486
1501
|
[x: `int96[${string}]`]: undefined;
|
|
1487
1502
|
[x: `int104[${string}]`]: undefined;
|
|
1488
1503
|
[x: `int112[${string}]`]: undefined;
|
|
1504
|
+
[x: `int120[${string}]`]: undefined;
|
|
1489
1505
|
[x: `int128[${string}]`]: undefined;
|
|
1490
1506
|
[x: `int136[${string}]`]: undefined;
|
|
1491
1507
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1500,21 +1516,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1500
1516
|
[x: `int216[${string}]`]: undefined;
|
|
1501
1517
|
[x: `int224[${string}]`]: undefined;
|
|
1502
1518
|
[x: `int232[${string}]`]: undefined;
|
|
1519
|
+
[x: `int240[${string}]`]: undefined;
|
|
1503
1520
|
[x: `int248[${string}]`]: undefined;
|
|
1504
1521
|
[x: `int256[${string}]`]: undefined;
|
|
1505
1522
|
[x: `uint[${string}]`]: undefined;
|
|
1506
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1507
1523
|
[x: `uint40[${string}]`]: undefined;
|
|
1508
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1509
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1510
1524
|
[x: `uint24[${string}]`]: undefined;
|
|
1525
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1511
1526
|
[x: `uint56[${string}]`]: undefined;
|
|
1512
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1513
1527
|
[x: `uint72[${string}]`]: undefined;
|
|
1514
1528
|
[x: `uint80[${string}]`]: undefined;
|
|
1515
1529
|
[x: `uint88[${string}]`]: undefined;
|
|
1516
1530
|
[x: `uint96[${string}]`]: undefined;
|
|
1517
1531
|
[x: `uint104[${string}]`]: undefined;
|
|
1532
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1518
1533
|
[x: `uint128[${string}]`]: undefined;
|
|
1519
1534
|
[x: `uint136[${string}]`]: undefined;
|
|
1520
1535
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1528,6 +1543,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1528
1543
|
[x: `uint216[${string}]`]: undefined;
|
|
1529
1544
|
[x: `uint224[${string}]`]: undefined;
|
|
1530
1545
|
[x: `uint232[${string}]`]: undefined;
|
|
1546
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1531
1547
|
[x: `uint248[${string}]`]: undefined;
|
|
1532
1548
|
string?: undefined;
|
|
1533
1549
|
address?: undefined;
|
|
@@ -1541,6 +1557,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1541
1557
|
uint192?: undefined;
|
|
1542
1558
|
bytes4?: undefined;
|
|
1543
1559
|
uint8?: undefined;
|
|
1560
|
+
uint64?: undefined;
|
|
1544
1561
|
bytes1?: undefined;
|
|
1545
1562
|
bytes11?: undefined;
|
|
1546
1563
|
bytes2?: undefined;
|
|
@@ -1551,33 +1568,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1551
1568
|
bytes8?: undefined;
|
|
1552
1569
|
bytes9?: undefined;
|
|
1553
1570
|
bytes10?: undefined;
|
|
1554
|
-
bytes18?: undefined;
|
|
1555
|
-
bytes12?: undefined;
|
|
1556
|
-
bytes14?: undefined;
|
|
1557
|
-
bytes16?: undefined;
|
|
1558
1571
|
bytes20?: undefined;
|
|
1559
|
-
|
|
1560
|
-
bytes30?: undefined;
|
|
1572
|
+
bytes18?: undefined;
|
|
1561
1573
|
bytes31?: undefined;
|
|
1574
|
+
bytes30?: undefined;
|
|
1562
1575
|
bytes29?: undefined;
|
|
1563
1576
|
bytes28?: undefined;
|
|
1564
1577
|
bytes27?: undefined;
|
|
1565
1578
|
bytes26?: undefined;
|
|
1579
|
+
bytes25?: undefined;
|
|
1566
1580
|
bytes24?: undefined;
|
|
1567
1581
|
bytes23?: undefined;
|
|
1568
1582
|
bytes22?: undefined;
|
|
1569
1583
|
bytes21?: undefined;
|
|
1570
1584
|
bytes19?: undefined;
|
|
1571
1585
|
bytes17?: undefined;
|
|
1586
|
+
bytes16?: undefined;
|
|
1572
1587
|
bytes15?: undefined;
|
|
1588
|
+
bytes14?: undefined;
|
|
1573
1589
|
bytes13?: undefined;
|
|
1590
|
+
bytes12?: undefined;
|
|
1574
1591
|
int8?: undefined;
|
|
1575
|
-
int16?: undefined;
|
|
1576
1592
|
int40?: undefined;
|
|
1577
|
-
int120?: undefined;
|
|
1578
|
-
int240?: undefined;
|
|
1579
1593
|
int32?: undefined;
|
|
1580
1594
|
int24?: undefined;
|
|
1595
|
+
int16?: undefined;
|
|
1581
1596
|
int48?: undefined;
|
|
1582
1597
|
int56?: undefined;
|
|
1583
1598
|
int64?: undefined;
|
|
@@ -1587,6 +1602,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1587
1602
|
int96?: undefined;
|
|
1588
1603
|
int104?: undefined;
|
|
1589
1604
|
int112?: undefined;
|
|
1605
|
+
int120?: undefined;
|
|
1590
1606
|
int128?: undefined;
|
|
1591
1607
|
int136?: undefined;
|
|
1592
1608
|
int144?: undefined;
|
|
@@ -1601,20 +1617,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1601
1617
|
int216?: undefined;
|
|
1602
1618
|
int224?: undefined;
|
|
1603
1619
|
int232?: undefined;
|
|
1620
|
+
int240?: undefined;
|
|
1604
1621
|
int248?: undefined;
|
|
1605
1622
|
int256?: undefined;
|
|
1606
|
-
uint16?: undefined;
|
|
1607
1623
|
uint40?: undefined;
|
|
1608
|
-
uint120?: undefined;
|
|
1609
|
-
uint240?: undefined;
|
|
1610
1624
|
uint24?: undefined;
|
|
1625
|
+
uint16?: undefined;
|
|
1611
1626
|
uint56?: undefined;
|
|
1612
|
-
uint64?: undefined;
|
|
1613
1627
|
uint72?: undefined;
|
|
1614
1628
|
uint80?: undefined;
|
|
1615
1629
|
uint88?: undefined;
|
|
1616
1630
|
uint96?: undefined;
|
|
1617
1631
|
uint104?: undefined;
|
|
1632
|
+
uint120?: undefined;
|
|
1618
1633
|
uint128?: undefined;
|
|
1619
1634
|
uint136?: undefined;
|
|
1620
1635
|
uint144?: undefined;
|
|
@@ -1628,6 +1643,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1628
1643
|
uint216?: undefined;
|
|
1629
1644
|
uint224?: undefined;
|
|
1630
1645
|
uint232?: undefined;
|
|
1646
|
+
uint240?: undefined;
|
|
1631
1647
|
uint248?: undefined;
|
|
1632
1648
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1633
1649
|
publicKey: `0x${string}`;
|
|
@@ -1664,6 +1680,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1664
1680
|
[x: `uint192[${string}]`]: undefined;
|
|
1665
1681
|
[x: `bytes4[${string}]`]: undefined;
|
|
1666
1682
|
[x: `uint8[${string}]`]: undefined;
|
|
1683
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1667
1684
|
[x: `bytes1[${string}]`]: undefined;
|
|
1668
1685
|
[x: `bytes11[${string}]`]: undefined;
|
|
1669
1686
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1674,34 +1691,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1674
1691
|
[x: `bytes8[${string}]`]: undefined;
|
|
1675
1692
|
[x: `bytes9[${string}]`]: undefined;
|
|
1676
1693
|
[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
1694
|
[x: `bytes20[${string}]`]: undefined;
|
|
1682
|
-
[x: `
|
|
1683
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1695
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1684
1696
|
[x: `bytes31[${string}]`]: undefined;
|
|
1697
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1685
1698
|
[x: `bytes29[${string}]`]: undefined;
|
|
1686
1699
|
[x: `bytes28[${string}]`]: undefined;
|
|
1687
1700
|
[x: `bytes27[${string}]`]: undefined;
|
|
1688
1701
|
[x: `bytes26[${string}]`]: undefined;
|
|
1702
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1689
1703
|
[x: `bytes24[${string}]`]: undefined;
|
|
1690
1704
|
[x: `bytes23[${string}]`]: undefined;
|
|
1691
1705
|
[x: `bytes22[${string}]`]: undefined;
|
|
1692
1706
|
[x: `bytes21[${string}]`]: undefined;
|
|
1693
1707
|
[x: `bytes19[${string}]`]: undefined;
|
|
1694
1708
|
[x: `bytes17[${string}]`]: undefined;
|
|
1709
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1695
1710
|
[x: `bytes15[${string}]`]: undefined;
|
|
1711
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1696
1712
|
[x: `bytes13[${string}]`]: undefined;
|
|
1713
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1697
1714
|
[x: `int[${string}]`]: undefined;
|
|
1698
1715
|
[x: `int8[${string}]`]: undefined;
|
|
1699
|
-
[x: `int16[${string}]`]: undefined;
|
|
1700
1716
|
[x: `int40[${string}]`]: undefined;
|
|
1701
|
-
[x: `int120[${string}]`]: undefined;
|
|
1702
|
-
[x: `int240[${string}]`]: undefined;
|
|
1703
1717
|
[x: `int32[${string}]`]: undefined;
|
|
1704
1718
|
[x: `int24[${string}]`]: undefined;
|
|
1719
|
+
[x: `int16[${string}]`]: undefined;
|
|
1705
1720
|
[x: `int48[${string}]`]: undefined;
|
|
1706
1721
|
[x: `int56[${string}]`]: undefined;
|
|
1707
1722
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1711,6 +1726,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1711
1726
|
[x: `int96[${string}]`]: undefined;
|
|
1712
1727
|
[x: `int104[${string}]`]: undefined;
|
|
1713
1728
|
[x: `int112[${string}]`]: undefined;
|
|
1729
|
+
[x: `int120[${string}]`]: undefined;
|
|
1714
1730
|
[x: `int128[${string}]`]: undefined;
|
|
1715
1731
|
[x: `int136[${string}]`]: undefined;
|
|
1716
1732
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1725,21 +1741,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1725
1741
|
[x: `int216[${string}]`]: undefined;
|
|
1726
1742
|
[x: `int224[${string}]`]: undefined;
|
|
1727
1743
|
[x: `int232[${string}]`]: undefined;
|
|
1744
|
+
[x: `int240[${string}]`]: undefined;
|
|
1728
1745
|
[x: `int248[${string}]`]: undefined;
|
|
1729
1746
|
[x: `int256[${string}]`]: undefined;
|
|
1730
1747
|
[x: `uint[${string}]`]: undefined;
|
|
1731
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1732
1748
|
[x: `uint40[${string}]`]: undefined;
|
|
1733
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1734
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1735
1749
|
[x: `uint24[${string}]`]: undefined;
|
|
1750
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1736
1751
|
[x: `uint56[${string}]`]: undefined;
|
|
1737
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1738
1752
|
[x: `uint72[${string}]`]: undefined;
|
|
1739
1753
|
[x: `uint80[${string}]`]: undefined;
|
|
1740
1754
|
[x: `uint88[${string}]`]: undefined;
|
|
1741
1755
|
[x: `uint96[${string}]`]: undefined;
|
|
1742
1756
|
[x: `uint104[${string}]`]: undefined;
|
|
1757
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1743
1758
|
[x: `uint128[${string}]`]: undefined;
|
|
1744
1759
|
[x: `uint136[${string}]`]: undefined;
|
|
1745
1760
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1753,6 +1768,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1753
1768
|
[x: `uint216[${string}]`]: undefined;
|
|
1754
1769
|
[x: `uint224[${string}]`]: undefined;
|
|
1755
1770
|
[x: `uint232[${string}]`]: undefined;
|
|
1771
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1756
1772
|
[x: `uint248[${string}]`]: undefined;
|
|
1757
1773
|
string?: undefined;
|
|
1758
1774
|
address?: undefined;
|
|
@@ -1766,6 +1782,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1766
1782
|
uint192?: undefined;
|
|
1767
1783
|
bytes4?: undefined;
|
|
1768
1784
|
uint8?: undefined;
|
|
1785
|
+
uint64?: undefined;
|
|
1769
1786
|
bytes1?: undefined;
|
|
1770
1787
|
bytes11?: undefined;
|
|
1771
1788
|
bytes2?: undefined;
|
|
@@ -1776,33 +1793,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1776
1793
|
bytes8?: undefined;
|
|
1777
1794
|
bytes9?: undefined;
|
|
1778
1795
|
bytes10?: undefined;
|
|
1779
|
-
bytes18?: undefined;
|
|
1780
|
-
bytes12?: undefined;
|
|
1781
|
-
bytes14?: undefined;
|
|
1782
|
-
bytes16?: undefined;
|
|
1783
1796
|
bytes20?: undefined;
|
|
1784
|
-
|
|
1785
|
-
bytes30?: undefined;
|
|
1797
|
+
bytes18?: undefined;
|
|
1786
1798
|
bytes31?: undefined;
|
|
1799
|
+
bytes30?: undefined;
|
|
1787
1800
|
bytes29?: undefined;
|
|
1788
1801
|
bytes28?: undefined;
|
|
1789
1802
|
bytes27?: undefined;
|
|
1790
1803
|
bytes26?: undefined;
|
|
1804
|
+
bytes25?: undefined;
|
|
1791
1805
|
bytes24?: undefined;
|
|
1792
1806
|
bytes23?: undefined;
|
|
1793
1807
|
bytes22?: undefined;
|
|
1794
1808
|
bytes21?: undefined;
|
|
1795
1809
|
bytes19?: undefined;
|
|
1796
1810
|
bytes17?: undefined;
|
|
1811
|
+
bytes16?: undefined;
|
|
1797
1812
|
bytes15?: undefined;
|
|
1813
|
+
bytes14?: undefined;
|
|
1798
1814
|
bytes13?: undefined;
|
|
1815
|
+
bytes12?: undefined;
|
|
1799
1816
|
int8?: undefined;
|
|
1800
|
-
int16?: undefined;
|
|
1801
1817
|
int40?: undefined;
|
|
1802
|
-
int120?: undefined;
|
|
1803
|
-
int240?: undefined;
|
|
1804
1818
|
int32?: undefined;
|
|
1805
1819
|
int24?: undefined;
|
|
1820
|
+
int16?: undefined;
|
|
1806
1821
|
int48?: undefined;
|
|
1807
1822
|
int56?: undefined;
|
|
1808
1823
|
int64?: undefined;
|
|
@@ -1812,6 +1827,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1812
1827
|
int96?: undefined;
|
|
1813
1828
|
int104?: undefined;
|
|
1814
1829
|
int112?: undefined;
|
|
1830
|
+
int120?: undefined;
|
|
1815
1831
|
int128?: undefined;
|
|
1816
1832
|
int136?: undefined;
|
|
1817
1833
|
int144?: undefined;
|
|
@@ -1826,20 +1842,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1826
1842
|
int216?: undefined;
|
|
1827
1843
|
int224?: undefined;
|
|
1828
1844
|
int232?: undefined;
|
|
1845
|
+
int240?: undefined;
|
|
1829
1846
|
int248?: undefined;
|
|
1830
1847
|
int256?: undefined;
|
|
1831
|
-
uint16?: undefined;
|
|
1832
1848
|
uint40?: undefined;
|
|
1833
|
-
uint120?: undefined;
|
|
1834
|
-
uint240?: undefined;
|
|
1835
1849
|
uint24?: undefined;
|
|
1850
|
+
uint16?: undefined;
|
|
1836
1851
|
uint56?: undefined;
|
|
1837
|
-
uint64?: undefined;
|
|
1838
1852
|
uint72?: undefined;
|
|
1839
1853
|
uint80?: undefined;
|
|
1840
1854
|
uint88?: undefined;
|
|
1841
1855
|
uint96?: undefined;
|
|
1842
1856
|
uint104?: undefined;
|
|
1857
|
+
uint120?: undefined;
|
|
1843
1858
|
uint128?: undefined;
|
|
1844
1859
|
uint136?: undefined;
|
|
1845
1860
|
uint144?: undefined;
|
|
@@ -1853,6 +1868,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1853
1868
|
uint216?: undefined;
|
|
1854
1869
|
uint224?: undefined;
|
|
1855
1870
|
uint232?: undefined;
|
|
1871
|
+
uint240?: undefined;
|
|
1856
1872
|
uint248?: undefined;
|
|
1857
1873
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1858
1874
|
publicKey: `0x${string}`;
|
|
@@ -1886,6 +1902,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1886
1902
|
[x: `uint192[${string}]`]: undefined;
|
|
1887
1903
|
[x: `bytes4[${string}]`]: undefined;
|
|
1888
1904
|
[x: `uint8[${string}]`]: undefined;
|
|
1905
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1889
1906
|
[x: `bytes1[${string}]`]: undefined;
|
|
1890
1907
|
[x: `bytes11[${string}]`]: undefined;
|
|
1891
1908
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -1896,34 +1913,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1896
1913
|
[x: `bytes8[${string}]`]: undefined;
|
|
1897
1914
|
[x: `bytes9[${string}]`]: undefined;
|
|
1898
1915
|
[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
1916
|
[x: `bytes20[${string}]`]: undefined;
|
|
1904
|
-
[x: `
|
|
1905
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1917
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1906
1918
|
[x: `bytes31[${string}]`]: undefined;
|
|
1919
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1907
1920
|
[x: `bytes29[${string}]`]: undefined;
|
|
1908
1921
|
[x: `bytes28[${string}]`]: undefined;
|
|
1909
1922
|
[x: `bytes27[${string}]`]: undefined;
|
|
1910
1923
|
[x: `bytes26[${string}]`]: undefined;
|
|
1924
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1911
1925
|
[x: `bytes24[${string}]`]: undefined;
|
|
1912
1926
|
[x: `bytes23[${string}]`]: undefined;
|
|
1913
1927
|
[x: `bytes22[${string}]`]: undefined;
|
|
1914
1928
|
[x: `bytes21[${string}]`]: undefined;
|
|
1915
1929
|
[x: `bytes19[${string}]`]: undefined;
|
|
1916
1930
|
[x: `bytes17[${string}]`]: undefined;
|
|
1931
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1917
1932
|
[x: `bytes15[${string}]`]: undefined;
|
|
1933
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1918
1934
|
[x: `bytes13[${string}]`]: undefined;
|
|
1935
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1919
1936
|
[x: `int[${string}]`]: undefined;
|
|
1920
1937
|
[x: `int8[${string}]`]: undefined;
|
|
1921
|
-
[x: `int16[${string}]`]: undefined;
|
|
1922
1938
|
[x: `int40[${string}]`]: undefined;
|
|
1923
|
-
[x: `int120[${string}]`]: undefined;
|
|
1924
|
-
[x: `int240[${string}]`]: undefined;
|
|
1925
1939
|
[x: `int32[${string}]`]: undefined;
|
|
1926
1940
|
[x: `int24[${string}]`]: undefined;
|
|
1941
|
+
[x: `int16[${string}]`]: undefined;
|
|
1927
1942
|
[x: `int48[${string}]`]: undefined;
|
|
1928
1943
|
[x: `int56[${string}]`]: undefined;
|
|
1929
1944
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1933,6 +1948,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1933
1948
|
[x: `int96[${string}]`]: undefined;
|
|
1934
1949
|
[x: `int104[${string}]`]: undefined;
|
|
1935
1950
|
[x: `int112[${string}]`]: undefined;
|
|
1951
|
+
[x: `int120[${string}]`]: undefined;
|
|
1936
1952
|
[x: `int128[${string}]`]: undefined;
|
|
1937
1953
|
[x: `int136[${string}]`]: undefined;
|
|
1938
1954
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1947,21 +1963,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1947
1963
|
[x: `int216[${string}]`]: undefined;
|
|
1948
1964
|
[x: `int224[${string}]`]: undefined;
|
|
1949
1965
|
[x: `int232[${string}]`]: undefined;
|
|
1966
|
+
[x: `int240[${string}]`]: undefined;
|
|
1950
1967
|
[x: `int248[${string}]`]: undefined;
|
|
1951
1968
|
[x: `int256[${string}]`]: undefined;
|
|
1952
1969
|
[x: `uint[${string}]`]: undefined;
|
|
1953
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1954
1970
|
[x: `uint40[${string}]`]: undefined;
|
|
1955
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1956
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1957
1971
|
[x: `uint24[${string}]`]: undefined;
|
|
1972
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1958
1973
|
[x: `uint56[${string}]`]: undefined;
|
|
1959
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1960
1974
|
[x: `uint72[${string}]`]: undefined;
|
|
1961
1975
|
[x: `uint80[${string}]`]: undefined;
|
|
1962
1976
|
[x: `uint88[${string}]`]: undefined;
|
|
1963
1977
|
[x: `uint96[${string}]`]: undefined;
|
|
1964
1978
|
[x: `uint104[${string}]`]: undefined;
|
|
1979
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1965
1980
|
[x: `uint128[${string}]`]: undefined;
|
|
1966
1981
|
[x: `uint136[${string}]`]: undefined;
|
|
1967
1982
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1975,6 +1990,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1975
1990
|
[x: `uint216[${string}]`]: undefined;
|
|
1976
1991
|
[x: `uint224[${string}]`]: undefined;
|
|
1977
1992
|
[x: `uint232[${string}]`]: undefined;
|
|
1993
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1978
1994
|
[x: `uint248[${string}]`]: undefined;
|
|
1979
1995
|
string?: undefined;
|
|
1980
1996
|
address?: undefined;
|
|
@@ -1988,6 +2004,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1988
2004
|
uint192?: undefined;
|
|
1989
2005
|
bytes4?: undefined;
|
|
1990
2006
|
uint8?: undefined;
|
|
2007
|
+
uint64?: undefined;
|
|
1991
2008
|
bytes1?: undefined;
|
|
1992
2009
|
bytes11?: undefined;
|
|
1993
2010
|
bytes2?: undefined;
|
|
@@ -1998,33 +2015,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1998
2015
|
bytes8?: undefined;
|
|
1999
2016
|
bytes9?: undefined;
|
|
2000
2017
|
bytes10?: undefined;
|
|
2001
|
-
bytes18?: undefined;
|
|
2002
|
-
bytes12?: undefined;
|
|
2003
|
-
bytes14?: undefined;
|
|
2004
|
-
bytes16?: undefined;
|
|
2005
2018
|
bytes20?: undefined;
|
|
2006
|
-
|
|
2007
|
-
bytes30?: undefined;
|
|
2019
|
+
bytes18?: undefined;
|
|
2008
2020
|
bytes31?: undefined;
|
|
2021
|
+
bytes30?: undefined;
|
|
2009
2022
|
bytes29?: undefined;
|
|
2010
2023
|
bytes28?: undefined;
|
|
2011
2024
|
bytes27?: undefined;
|
|
2012
2025
|
bytes26?: undefined;
|
|
2026
|
+
bytes25?: undefined;
|
|
2013
2027
|
bytes24?: undefined;
|
|
2014
2028
|
bytes23?: undefined;
|
|
2015
2029
|
bytes22?: undefined;
|
|
2016
2030
|
bytes21?: undefined;
|
|
2017
2031
|
bytes19?: undefined;
|
|
2018
2032
|
bytes17?: undefined;
|
|
2033
|
+
bytes16?: undefined;
|
|
2019
2034
|
bytes15?: undefined;
|
|
2035
|
+
bytes14?: undefined;
|
|
2020
2036
|
bytes13?: undefined;
|
|
2037
|
+
bytes12?: undefined;
|
|
2021
2038
|
int8?: undefined;
|
|
2022
|
-
int16?: undefined;
|
|
2023
2039
|
int40?: undefined;
|
|
2024
|
-
int120?: undefined;
|
|
2025
|
-
int240?: undefined;
|
|
2026
2040
|
int32?: undefined;
|
|
2027
2041
|
int24?: undefined;
|
|
2042
|
+
int16?: undefined;
|
|
2028
2043
|
int48?: undefined;
|
|
2029
2044
|
int56?: undefined;
|
|
2030
2045
|
int64?: undefined;
|
|
@@ -2034,6 +2049,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2034
2049
|
int96?: undefined;
|
|
2035
2050
|
int104?: undefined;
|
|
2036
2051
|
int112?: undefined;
|
|
2052
|
+
int120?: undefined;
|
|
2037
2053
|
int128?: undefined;
|
|
2038
2054
|
int136?: undefined;
|
|
2039
2055
|
int144?: undefined;
|
|
@@ -2048,20 +2064,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2048
2064
|
int216?: undefined;
|
|
2049
2065
|
int224?: undefined;
|
|
2050
2066
|
int232?: undefined;
|
|
2067
|
+
int240?: undefined;
|
|
2051
2068
|
int248?: undefined;
|
|
2052
2069
|
int256?: undefined;
|
|
2053
|
-
uint16?: undefined;
|
|
2054
2070
|
uint40?: undefined;
|
|
2055
|
-
uint120?: undefined;
|
|
2056
|
-
uint240?: undefined;
|
|
2057
2071
|
uint24?: undefined;
|
|
2072
|
+
uint16?: undefined;
|
|
2058
2073
|
uint56?: undefined;
|
|
2059
|
-
uint64?: undefined;
|
|
2060
2074
|
uint72?: undefined;
|
|
2061
2075
|
uint80?: undefined;
|
|
2062
2076
|
uint88?: undefined;
|
|
2063
2077
|
uint96?: undefined;
|
|
2064
2078
|
uint104?: undefined;
|
|
2079
|
+
uint120?: undefined;
|
|
2065
2080
|
uint128?: undefined;
|
|
2066
2081
|
uint136?: undefined;
|
|
2067
2082
|
uint144?: undefined;
|
|
@@ -2075,6 +2090,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2075
2090
|
uint216?: undefined;
|
|
2076
2091
|
uint224?: undefined;
|
|
2077
2092
|
uint232?: undefined;
|
|
2093
|
+
uint240?: undefined;
|
|
2078
2094
|
uint248?: undefined;
|
|
2079
2095
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2080
2096
|
publicKey: `0x${string}`;
|
|
@@ -2139,6 +2155,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2139
2155
|
[x: `uint192[${string}]`]: undefined;
|
|
2140
2156
|
[x: `bytes4[${string}]`]: undefined;
|
|
2141
2157
|
[x: `uint8[${string}]`]: undefined;
|
|
2158
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2142
2159
|
[x: `bytes1[${string}]`]: undefined;
|
|
2143
2160
|
[x: `bytes11[${string}]`]: undefined;
|
|
2144
2161
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -2149,34 +2166,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2149
2166
|
[x: `bytes8[${string}]`]: undefined;
|
|
2150
2167
|
[x: `bytes9[${string}]`]: undefined;
|
|
2151
2168
|
[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
2169
|
[x: `bytes20[${string}]`]: undefined;
|
|
2157
|
-
[x: `
|
|
2158
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2170
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2159
2171
|
[x: `bytes31[${string}]`]: undefined;
|
|
2172
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2160
2173
|
[x: `bytes29[${string}]`]: undefined;
|
|
2161
2174
|
[x: `bytes28[${string}]`]: undefined;
|
|
2162
2175
|
[x: `bytes27[${string}]`]: undefined;
|
|
2163
2176
|
[x: `bytes26[${string}]`]: undefined;
|
|
2177
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2164
2178
|
[x: `bytes24[${string}]`]: undefined;
|
|
2165
2179
|
[x: `bytes23[${string}]`]: undefined;
|
|
2166
2180
|
[x: `bytes22[${string}]`]: undefined;
|
|
2167
2181
|
[x: `bytes21[${string}]`]: undefined;
|
|
2168
2182
|
[x: `bytes19[${string}]`]: undefined;
|
|
2169
2183
|
[x: `bytes17[${string}]`]: undefined;
|
|
2184
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2170
2185
|
[x: `bytes15[${string}]`]: undefined;
|
|
2186
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2171
2187
|
[x: `bytes13[${string}]`]: undefined;
|
|
2188
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2172
2189
|
[x: `int[${string}]`]: undefined;
|
|
2173
2190
|
[x: `int8[${string}]`]: undefined;
|
|
2174
|
-
[x: `int16[${string}]`]: undefined;
|
|
2175
2191
|
[x: `int40[${string}]`]: undefined;
|
|
2176
|
-
[x: `int120[${string}]`]: undefined;
|
|
2177
|
-
[x: `int240[${string}]`]: undefined;
|
|
2178
2192
|
[x: `int32[${string}]`]: undefined;
|
|
2179
2193
|
[x: `int24[${string}]`]: undefined;
|
|
2194
|
+
[x: `int16[${string}]`]: undefined;
|
|
2180
2195
|
[x: `int48[${string}]`]: undefined;
|
|
2181
2196
|
[x: `int56[${string}]`]: undefined;
|
|
2182
2197
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2186,6 +2201,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2186
2201
|
[x: `int96[${string}]`]: undefined;
|
|
2187
2202
|
[x: `int104[${string}]`]: undefined;
|
|
2188
2203
|
[x: `int112[${string}]`]: undefined;
|
|
2204
|
+
[x: `int120[${string}]`]: undefined;
|
|
2189
2205
|
[x: `int128[${string}]`]: undefined;
|
|
2190
2206
|
[x: `int136[${string}]`]: undefined;
|
|
2191
2207
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2200,21 +2216,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2200
2216
|
[x: `int216[${string}]`]: undefined;
|
|
2201
2217
|
[x: `int224[${string}]`]: undefined;
|
|
2202
2218
|
[x: `int232[${string}]`]: undefined;
|
|
2219
|
+
[x: `int240[${string}]`]: undefined;
|
|
2203
2220
|
[x: `int248[${string}]`]: undefined;
|
|
2204
2221
|
[x: `int256[${string}]`]: undefined;
|
|
2205
2222
|
[x: `uint[${string}]`]: undefined;
|
|
2206
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2207
2223
|
[x: `uint40[${string}]`]: undefined;
|
|
2208
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2209
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2210
2224
|
[x: `uint24[${string}]`]: undefined;
|
|
2225
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2211
2226
|
[x: `uint56[${string}]`]: undefined;
|
|
2212
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2213
2227
|
[x: `uint72[${string}]`]: undefined;
|
|
2214
2228
|
[x: `uint80[${string}]`]: undefined;
|
|
2215
2229
|
[x: `uint88[${string}]`]: undefined;
|
|
2216
2230
|
[x: `uint96[${string}]`]: undefined;
|
|
2217
2231
|
[x: `uint104[${string}]`]: undefined;
|
|
2232
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2218
2233
|
[x: `uint128[${string}]`]: undefined;
|
|
2219
2234
|
[x: `uint136[${string}]`]: undefined;
|
|
2220
2235
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2228,6 +2243,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2228
2243
|
[x: `uint216[${string}]`]: undefined;
|
|
2229
2244
|
[x: `uint224[${string}]`]: undefined;
|
|
2230
2245
|
[x: `uint232[${string}]`]: undefined;
|
|
2246
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2231
2247
|
[x: `uint248[${string}]`]: undefined;
|
|
2232
2248
|
string?: undefined;
|
|
2233
2249
|
address?: undefined;
|
|
@@ -2241,6 +2257,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2241
2257
|
uint192?: undefined;
|
|
2242
2258
|
bytes4?: undefined;
|
|
2243
2259
|
uint8?: undefined;
|
|
2260
|
+
uint64?: undefined;
|
|
2244
2261
|
bytes1?: undefined;
|
|
2245
2262
|
bytes11?: undefined;
|
|
2246
2263
|
bytes2?: undefined;
|
|
@@ -2251,33 +2268,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2251
2268
|
bytes8?: undefined;
|
|
2252
2269
|
bytes9?: undefined;
|
|
2253
2270
|
bytes10?: undefined;
|
|
2254
|
-
bytes18?: undefined;
|
|
2255
|
-
bytes12?: undefined;
|
|
2256
|
-
bytes14?: undefined;
|
|
2257
|
-
bytes16?: undefined;
|
|
2258
2271
|
bytes20?: undefined;
|
|
2259
|
-
|
|
2260
|
-
bytes30?: undefined;
|
|
2272
|
+
bytes18?: undefined;
|
|
2261
2273
|
bytes31?: undefined;
|
|
2274
|
+
bytes30?: undefined;
|
|
2262
2275
|
bytes29?: undefined;
|
|
2263
2276
|
bytes28?: undefined;
|
|
2264
2277
|
bytes27?: undefined;
|
|
2265
2278
|
bytes26?: undefined;
|
|
2279
|
+
bytes25?: undefined;
|
|
2266
2280
|
bytes24?: undefined;
|
|
2267
2281
|
bytes23?: undefined;
|
|
2268
2282
|
bytes22?: undefined;
|
|
2269
2283
|
bytes21?: undefined;
|
|
2270
2284
|
bytes19?: undefined;
|
|
2271
2285
|
bytes17?: undefined;
|
|
2286
|
+
bytes16?: undefined;
|
|
2272
2287
|
bytes15?: undefined;
|
|
2288
|
+
bytes14?: undefined;
|
|
2273
2289
|
bytes13?: undefined;
|
|
2290
|
+
bytes12?: undefined;
|
|
2274
2291
|
int8?: undefined;
|
|
2275
|
-
int16?: undefined;
|
|
2276
2292
|
int40?: undefined;
|
|
2277
|
-
int120?: undefined;
|
|
2278
|
-
int240?: undefined;
|
|
2279
2293
|
int32?: undefined;
|
|
2280
2294
|
int24?: undefined;
|
|
2295
|
+
int16?: undefined;
|
|
2281
2296
|
int48?: undefined;
|
|
2282
2297
|
int56?: undefined;
|
|
2283
2298
|
int64?: undefined;
|
|
@@ -2287,6 +2302,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2287
2302
|
int96?: undefined;
|
|
2288
2303
|
int104?: undefined;
|
|
2289
2304
|
int112?: undefined;
|
|
2305
|
+
int120?: undefined;
|
|
2290
2306
|
int128?: undefined;
|
|
2291
2307
|
int136?: undefined;
|
|
2292
2308
|
int144?: undefined;
|
|
@@ -2301,20 +2317,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2301
2317
|
int216?: undefined;
|
|
2302
2318
|
int224?: undefined;
|
|
2303
2319
|
int232?: undefined;
|
|
2320
|
+
int240?: undefined;
|
|
2304
2321
|
int248?: undefined;
|
|
2305
2322
|
int256?: undefined;
|
|
2306
|
-
uint16?: undefined;
|
|
2307
2323
|
uint40?: undefined;
|
|
2308
|
-
uint120?: undefined;
|
|
2309
|
-
uint240?: undefined;
|
|
2310
2324
|
uint24?: undefined;
|
|
2325
|
+
uint16?: undefined;
|
|
2311
2326
|
uint56?: undefined;
|
|
2312
|
-
uint64?: undefined;
|
|
2313
2327
|
uint72?: undefined;
|
|
2314
2328
|
uint80?: undefined;
|
|
2315
2329
|
uint88?: undefined;
|
|
2316
2330
|
uint96?: undefined;
|
|
2317
2331
|
uint104?: undefined;
|
|
2332
|
+
uint120?: undefined;
|
|
2318
2333
|
uint128?: undefined;
|
|
2319
2334
|
uint136?: undefined;
|
|
2320
2335
|
uint144?: undefined;
|
|
@@ -2328,6 +2343,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2328
2343
|
uint216?: undefined;
|
|
2329
2344
|
uint224?: undefined;
|
|
2330
2345
|
uint232?: undefined;
|
|
2346
|
+
uint240?: undefined;
|
|
2331
2347
|
uint248?: undefined;
|
|
2332
2348
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2333
2349
|
publicKey: `0x${string}`;
|
|
@@ -2356,20 +2372,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2356
2372
|
"refilling-wallets": boolean;
|
|
2357
2373
|
"aa95-gas-multiplier": bigint;
|
|
2358
2374
|
"enable-instant-bundling-endpoint": boolean;
|
|
2359
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
2375
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle";
|
|
2360
2376
|
"legacy-transactions": boolean;
|
|
2361
2377
|
"api-version": ApiVersion[];
|
|
2362
2378
|
"default-api-version": "v1" | "v2";
|
|
2363
2379
|
"balance-override": boolean;
|
|
2364
2380
|
"local-gas-limit-calculation": boolean;
|
|
2365
2381
|
"flush-stuck-transactions-during-startup": boolean;
|
|
2366
|
-
"paymaster-gas-limit-multiplier": bigint;
|
|
2367
2382
|
port: number;
|
|
2368
2383
|
websocket: boolean;
|
|
2369
2384
|
"websocket-max-payload-size": number;
|
|
2370
2385
|
"rpc-url": string;
|
|
2371
2386
|
"polling-interval": number;
|
|
2372
2387
|
"block-tag-support": boolean;
|
|
2388
|
+
"code-override-support": boolean;
|
|
2373
2389
|
json: boolean;
|
|
2374
2390
|
"network-name": string;
|
|
2375
2391
|
"log-level": "error" | "info" | "trace" | "debug" | "warn" | "fatal";
|
|
@@ -2381,12 +2397,15 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2381
2397
|
tenderly: boolean;
|
|
2382
2398
|
"binary-search-tolerance-delta": bigint;
|
|
2383
2399
|
"binary-search-gas-allowance": bigint;
|
|
2400
|
+
"call-gas-limit-multiplier": bigint;
|
|
2401
|
+
"paymaster-gas-limit-multiplier": bigint;
|
|
2384
2402
|
"bundle-bulker-address"?: `0x${string}` | undefined;
|
|
2385
2403
|
"per-op-inflator-address"?: `0x${string}` | undefined;
|
|
2386
2404
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2387
2405
|
"max-block-range"?: number | undefined;
|
|
2388
2406
|
timeout?: number | undefined;
|
|
2389
2407
|
"redis-queue-endpoint"?: string | undefined;
|
|
2408
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
2390
2409
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2391
2410
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2392
2411
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -2396,6 +2415,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2396
2415
|
"nonce-queuer-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2397
2416
|
"fixed-gas-limit-for-estimation"?: bigint | undefined;
|
|
2398
2417
|
"entrypoint-simulation-contract"?: `0x${string}` | undefined;
|
|
2418
|
+
"refill-helper-contract"?: `0x${string}` | undefined;
|
|
2399
2419
|
"utility-private-key"?: {
|
|
2400
2420
|
address: `0x${string}`;
|
|
2401
2421
|
nonceManager?: import("viem").NonceManager | undefined;
|
|
@@ -2424,6 +2444,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2424
2444
|
[x: `uint192[${string}]`]: undefined;
|
|
2425
2445
|
[x: `bytes4[${string}]`]: undefined;
|
|
2426
2446
|
[x: `uint8[${string}]`]: undefined;
|
|
2447
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2427
2448
|
[x: `bytes1[${string}]`]: undefined;
|
|
2428
2449
|
[x: `bytes11[${string}]`]: undefined;
|
|
2429
2450
|
[x: `bytes2[${string}]`]: undefined;
|
|
@@ -2434,34 +2455,32 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2434
2455
|
[x: `bytes8[${string}]`]: undefined;
|
|
2435
2456
|
[x: `bytes9[${string}]`]: undefined;
|
|
2436
2457
|
[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
2458
|
[x: `bytes20[${string}]`]: undefined;
|
|
2442
|
-
[x: `
|
|
2443
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2459
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2444
2460
|
[x: `bytes31[${string}]`]: undefined;
|
|
2461
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2445
2462
|
[x: `bytes29[${string}]`]: undefined;
|
|
2446
2463
|
[x: `bytes28[${string}]`]: undefined;
|
|
2447
2464
|
[x: `bytes27[${string}]`]: undefined;
|
|
2448
2465
|
[x: `bytes26[${string}]`]: undefined;
|
|
2466
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2449
2467
|
[x: `bytes24[${string}]`]: undefined;
|
|
2450
2468
|
[x: `bytes23[${string}]`]: undefined;
|
|
2451
2469
|
[x: `bytes22[${string}]`]: undefined;
|
|
2452
2470
|
[x: `bytes21[${string}]`]: undefined;
|
|
2453
2471
|
[x: `bytes19[${string}]`]: undefined;
|
|
2454
2472
|
[x: `bytes17[${string}]`]: undefined;
|
|
2473
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2455
2474
|
[x: `bytes15[${string}]`]: undefined;
|
|
2475
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2456
2476
|
[x: `bytes13[${string}]`]: undefined;
|
|
2477
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2457
2478
|
[x: `int[${string}]`]: undefined;
|
|
2458
2479
|
[x: `int8[${string}]`]: undefined;
|
|
2459
|
-
[x: `int16[${string}]`]: undefined;
|
|
2460
2480
|
[x: `int40[${string}]`]: undefined;
|
|
2461
|
-
[x: `int120[${string}]`]: undefined;
|
|
2462
|
-
[x: `int240[${string}]`]: undefined;
|
|
2463
2481
|
[x: `int32[${string}]`]: undefined;
|
|
2464
2482
|
[x: `int24[${string}]`]: undefined;
|
|
2483
|
+
[x: `int16[${string}]`]: undefined;
|
|
2465
2484
|
[x: `int48[${string}]`]: undefined;
|
|
2466
2485
|
[x: `int56[${string}]`]: undefined;
|
|
2467
2486
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2471,6 +2490,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2471
2490
|
[x: `int96[${string}]`]: undefined;
|
|
2472
2491
|
[x: `int104[${string}]`]: undefined;
|
|
2473
2492
|
[x: `int112[${string}]`]: undefined;
|
|
2493
|
+
[x: `int120[${string}]`]: undefined;
|
|
2474
2494
|
[x: `int128[${string}]`]: undefined;
|
|
2475
2495
|
[x: `int136[${string}]`]: undefined;
|
|
2476
2496
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2485,21 +2505,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2485
2505
|
[x: `int216[${string}]`]: undefined;
|
|
2486
2506
|
[x: `int224[${string}]`]: undefined;
|
|
2487
2507
|
[x: `int232[${string}]`]: undefined;
|
|
2508
|
+
[x: `int240[${string}]`]: undefined;
|
|
2488
2509
|
[x: `int248[${string}]`]: undefined;
|
|
2489
2510
|
[x: `int256[${string}]`]: undefined;
|
|
2490
2511
|
[x: `uint[${string}]`]: undefined;
|
|
2491
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2492
2512
|
[x: `uint40[${string}]`]: undefined;
|
|
2493
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2494
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2495
2513
|
[x: `uint24[${string}]`]: undefined;
|
|
2514
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2496
2515
|
[x: `uint56[${string}]`]: undefined;
|
|
2497
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2498
2516
|
[x: `uint72[${string}]`]: undefined;
|
|
2499
2517
|
[x: `uint80[${string}]`]: undefined;
|
|
2500
2518
|
[x: `uint88[${string}]`]: undefined;
|
|
2501
2519
|
[x: `uint96[${string}]`]: undefined;
|
|
2502
2520
|
[x: `uint104[${string}]`]: undefined;
|
|
2521
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2503
2522
|
[x: `uint128[${string}]`]: undefined;
|
|
2504
2523
|
[x: `uint136[${string}]`]: undefined;
|
|
2505
2524
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2513,6 +2532,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2513
2532
|
[x: `uint216[${string}]`]: undefined;
|
|
2514
2533
|
[x: `uint224[${string}]`]: undefined;
|
|
2515
2534
|
[x: `uint232[${string}]`]: undefined;
|
|
2535
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2516
2536
|
[x: `uint248[${string}]`]: undefined;
|
|
2517
2537
|
string?: undefined;
|
|
2518
2538
|
address?: undefined;
|
|
@@ -2526,6 +2546,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2526
2546
|
uint192?: undefined;
|
|
2527
2547
|
bytes4?: undefined;
|
|
2528
2548
|
uint8?: undefined;
|
|
2549
|
+
uint64?: undefined;
|
|
2529
2550
|
bytes1?: undefined;
|
|
2530
2551
|
bytes11?: undefined;
|
|
2531
2552
|
bytes2?: undefined;
|
|
@@ -2536,33 +2557,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2536
2557
|
bytes8?: undefined;
|
|
2537
2558
|
bytes9?: undefined;
|
|
2538
2559
|
bytes10?: undefined;
|
|
2539
|
-
bytes18?: undefined;
|
|
2540
|
-
bytes12?: undefined;
|
|
2541
|
-
bytes14?: undefined;
|
|
2542
|
-
bytes16?: undefined;
|
|
2543
2560
|
bytes20?: undefined;
|
|
2544
|
-
|
|
2545
|
-
bytes30?: undefined;
|
|
2561
|
+
bytes18?: undefined;
|
|
2546
2562
|
bytes31?: undefined;
|
|
2563
|
+
bytes30?: undefined;
|
|
2547
2564
|
bytes29?: undefined;
|
|
2548
2565
|
bytes28?: undefined;
|
|
2549
2566
|
bytes27?: undefined;
|
|
2550
2567
|
bytes26?: undefined;
|
|
2568
|
+
bytes25?: undefined;
|
|
2551
2569
|
bytes24?: undefined;
|
|
2552
2570
|
bytes23?: undefined;
|
|
2553
2571
|
bytes22?: undefined;
|
|
2554
2572
|
bytes21?: undefined;
|
|
2555
2573
|
bytes19?: undefined;
|
|
2556
2574
|
bytes17?: undefined;
|
|
2575
|
+
bytes16?: undefined;
|
|
2557
2576
|
bytes15?: undefined;
|
|
2577
|
+
bytes14?: undefined;
|
|
2558
2578
|
bytes13?: undefined;
|
|
2579
|
+
bytes12?: undefined;
|
|
2559
2580
|
int8?: undefined;
|
|
2560
|
-
int16?: undefined;
|
|
2561
2581
|
int40?: undefined;
|
|
2562
|
-
int120?: undefined;
|
|
2563
|
-
int240?: undefined;
|
|
2564
2582
|
int32?: undefined;
|
|
2565
2583
|
int24?: undefined;
|
|
2584
|
+
int16?: undefined;
|
|
2566
2585
|
int48?: undefined;
|
|
2567
2586
|
int56?: undefined;
|
|
2568
2587
|
int64?: undefined;
|
|
@@ -2572,6 +2591,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2572
2591
|
int96?: undefined;
|
|
2573
2592
|
int104?: undefined;
|
|
2574
2593
|
int112?: undefined;
|
|
2594
|
+
int120?: undefined;
|
|
2575
2595
|
int128?: undefined;
|
|
2576
2596
|
int136?: undefined;
|
|
2577
2597
|
int144?: undefined;
|
|
@@ -2586,20 +2606,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2586
2606
|
int216?: undefined;
|
|
2587
2607
|
int224?: undefined;
|
|
2588
2608
|
int232?: undefined;
|
|
2609
|
+
int240?: undefined;
|
|
2589
2610
|
int248?: undefined;
|
|
2590
2611
|
int256?: undefined;
|
|
2591
|
-
uint16?: undefined;
|
|
2592
2612
|
uint40?: undefined;
|
|
2593
|
-
uint120?: undefined;
|
|
2594
|
-
uint240?: undefined;
|
|
2595
2613
|
uint24?: undefined;
|
|
2614
|
+
uint16?: undefined;
|
|
2596
2615
|
uint56?: undefined;
|
|
2597
|
-
uint64?: undefined;
|
|
2598
2616
|
uint72?: undefined;
|
|
2599
2617
|
uint80?: undefined;
|
|
2600
2618
|
uint88?: undefined;
|
|
2601
2619
|
uint96?: undefined;
|
|
2602
2620
|
uint104?: undefined;
|
|
2621
|
+
uint120?: undefined;
|
|
2603
2622
|
uint128?: undefined;
|
|
2604
2623
|
uint136?: undefined;
|
|
2605
2624
|
uint144?: undefined;
|
|
@@ -2613,6 +2632,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2613
2632
|
uint216?: undefined;
|
|
2614
2633
|
uint224?: undefined;
|
|
2615
2634
|
uint232?: undefined;
|
|
2635
|
+
uint240?: undefined;
|
|
2616
2636
|
uint248?: undefined;
|
|
2617
2637
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2618
2638
|
publicKey: `0x${string}`;
|
|
@@ -2640,12 +2660,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2640
2660
|
"rpc-methods": string | null;
|
|
2641
2661
|
"aa95-gas-multiplier": string;
|
|
2642
2662
|
"enable-instant-bundling-endpoint": boolean;
|
|
2643
|
-
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera";
|
|
2663
|
+
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle";
|
|
2644
2664
|
"legacy-transactions": boolean;
|
|
2645
2665
|
"balance-override": boolean;
|
|
2646
2666
|
"local-gas-limit-calculation": boolean;
|
|
2647
2667
|
"flush-stuck-transactions-during-startup": boolean;
|
|
2648
|
-
"paymaster-gas-limit-multiplier": string;
|
|
2649
2668
|
port: number;
|
|
2650
2669
|
"rpc-url": string;
|
|
2651
2670
|
"polling-interval": number;
|
|
@@ -2658,6 +2677,8 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2658
2677
|
"dangerous-skip-user-operation-validation": boolean;
|
|
2659
2678
|
"deploy-simulations-contract": boolean;
|
|
2660
2679
|
tenderly: boolean;
|
|
2680
|
+
"call-gas-limit-multiplier": string;
|
|
2681
|
+
"paymaster-gas-limit-multiplier": string;
|
|
2661
2682
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
2662
2683
|
"binary-search-gas-allowance"?: string | undefined;
|
|
2663
2684
|
"bundle-bulker-address"?: string | undefined;
|
|
@@ -2665,10 +2686,12 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2665
2686
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2666
2687
|
"max-block-range"?: number | undefined;
|
|
2667
2688
|
"block-tag-support"?: boolean | undefined;
|
|
2689
|
+
"code-override-support"?: boolean | undefined;
|
|
2668
2690
|
timeout?: number | undefined;
|
|
2669
2691
|
websocket?: boolean | undefined;
|
|
2670
2692
|
"websocket-max-payload-size"?: number | undefined;
|
|
2671
2693
|
"redis-queue-endpoint"?: string | undefined;
|
|
2694
|
+
"redis-event-manager-queue-name"?: string | undefined;
|
|
2672
2695
|
"public-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2673
2696
|
"wallet-client-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
2674
2697
|
"rpc-log-level"?: "error" | "info" | "trace" | "debug" | "warn" | "fatal" | undefined;
|
|
@@ -2680,6 +2703,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2680
2703
|
"default-api-version"?: "v1" | "v2" | undefined;
|
|
2681
2704
|
"fixed-gas-limit-for-estimation"?: string | undefined;
|
|
2682
2705
|
"entrypoint-simulation-contract"?: unknown;
|
|
2706
|
+
"refill-helper-contract"?: string | undefined;
|
|
2683
2707
|
"utility-private-key"?: string | undefined;
|
|
2684
2708
|
"max-executors"?: number | undefined;
|
|
2685
2709
|
"min-executor-balance"?: string | undefined;
|