@pimlico/alto 0.0.0-main.20250116T183652 → 0.0.0-main.20250120T135454

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/esm/cli/alto.js +1 -3
  2. package/esm/cli/alto.js.map +1 -1
  3. package/esm/cli/config/bundler.d.ts +340 -358
  4. package/esm/cli/config/bundler.js +1 -6
  5. package/esm/cli/config/bundler.js.map +1 -1
  6. package/esm/cli/config/options.d.ts +1 -2
  7. package/esm/cli/config/options.js +1 -13
  8. package/esm/cli/config/options.js.map +1 -1
  9. package/esm/cli/setupServer.js +3 -16
  10. package/esm/cli/setupServer.js.map +1 -1
  11. package/esm/executor/executor.d.ts +3 -11
  12. package/esm/executor/executor.js +38 -255
  13. package/esm/executor/executor.js.map +1 -1
  14. package/esm/executor/executorManager.d.ts +1 -1
  15. package/esm/executor/executorManager.js +2 -10
  16. package/esm/executor/executorManager.js.map +1 -1
  17. package/esm/executor/utils.d.ts +7 -17
  18. package/esm/executor/utils.js +25 -62
  19. package/esm/executor/utils.js.map +1 -1
  20. package/esm/handlers/index.d.ts +0 -1
  21. package/esm/handlers/index.js +0 -1
  22. package/esm/handlers/index.js.map +1 -1
  23. package/esm/mempool/mempool.js +6 -4
  24. package/esm/mempool/mempool.js.map +1 -1
  25. package/esm/rpc/rpcHandler.d.ts +3 -7
  26. package/esm/rpc/rpcHandler.js +18 -72
  27. package/esm/rpc/rpcHandler.js.map +1 -1
  28. package/esm/types/contracts/index.d.ts +0 -4
  29. package/esm/types/contracts/index.js +0 -4
  30. package/esm/types/contracts/index.js.map +1 -1
  31. package/esm/types/mempool.d.ts +2 -4
  32. package/esm/types/mempool.js +0 -6
  33. package/esm/types/mempool.js.map +1 -1
  34. package/esm/types/schemas.d.ts +224 -249
  35. package/esm/types/schemas.js +0 -10
  36. package/esm/types/schemas.js.map +1 -1
  37. package/esm/utils/userop.d.ts +1 -1
  38. package/lib/cli/alto.js +0 -2
  39. package/lib/cli/alto.js.map +1 -1
  40. package/lib/cli/config/bundler.d.ts +340 -358
  41. package/lib/cli/config/bundler.js +2 -7
  42. package/lib/cli/config/bundler.js.map +1 -1
  43. package/lib/cli/config/options.d.ts +1 -2
  44. package/lib/cli/config/options.js +2 -14
  45. package/lib/cli/config/options.js.map +1 -1
  46. package/lib/cli/setupServer.js +2 -15
  47. package/lib/cli/setupServer.js.map +1 -1
  48. package/lib/executor/executor.d.ts +3 -11
  49. package/lib/executor/executor.js +37 -254
  50. package/lib/executor/executor.js.map +1 -1
  51. package/lib/executor/executorManager.d.ts +1 -1
  52. package/lib/executor/executorManager.js +1 -9
  53. package/lib/executor/executorManager.js.map +1 -1
  54. package/lib/executor/utils.d.ts +7 -17
  55. package/lib/executor/utils.js +25 -63
  56. package/lib/executor/utils.js.map +1 -1
  57. package/lib/handlers/index.d.ts +0 -1
  58. package/lib/handlers/index.js +0 -1
  59. package/lib/handlers/index.js.map +1 -1
  60. package/lib/mempool/mempool.js +6 -4
  61. package/lib/mempool/mempool.js.map +1 -1
  62. package/lib/rpc/rpcHandler.d.ts +3 -7
  63. package/lib/rpc/rpcHandler.js +17 -71
  64. package/lib/rpc/rpcHandler.js.map +1 -1
  65. package/lib/types/contracts/index.d.ts +0 -4
  66. package/lib/types/contracts/index.js +0 -4
  67. package/lib/types/contracts/index.js.map +1 -1
  68. package/lib/types/mempool.d.ts +2 -4
  69. package/lib/types/mempool.js +1 -8
  70. package/lib/types/mempool.js.map +1 -1
  71. package/lib/types/schemas.d.ts +224 -249
  72. package/lib/types/schemas.js +0 -10
  73. package/lib/types/schemas.js.map +1 -1
  74. package/lib/utils/userop.d.ts +1 -1
  75. package/package.json +1 -1
  76. package/esm/handlers/compressionHandler.d.ts +0 -11
  77. package/esm/handlers/compressionHandler.js +0 -39
  78. package/esm/handlers/compressionHandler.js.map +0 -1
  79. package/esm/types/contracts/BundleBulker.d.ts +0 -120
  80. package/esm/types/contracts/BundleBulker.js +0 -157
  81. package/esm/types/contracts/BundleBulker.js.map +0 -1
  82. package/esm/types/contracts/IOpInflator.d.ts +0 -61
  83. package/esm/types/contracts/IOpInflator.js +0 -80
  84. package/esm/types/contracts/IOpInflator.js.map +0 -1
  85. package/esm/types/contracts/Inflator.d.ts +0 -65
  86. package/esm/types/contracts/Inflator.js +0 -84
  87. package/esm/types/contracts/Inflator.js.map +0 -1
  88. package/esm/types/contracts/PerOpInflator.d.ts +0 -176
  89. package/esm/types/contracts/PerOpInflator.js +0 -229
  90. package/esm/types/contracts/PerOpInflator.js.map +0 -1
  91. package/lib/handlers/compressionHandler.d.ts +0 -11
  92. package/lib/handlers/compressionHandler.js +0 -43
  93. package/lib/handlers/compressionHandler.js.map +0 -1
  94. package/lib/types/contracts/BundleBulker.d.ts +0 -120
  95. package/lib/types/contracts/BundleBulker.js +0 -160
  96. package/lib/types/contracts/BundleBulker.js.map +0 -1
  97. package/lib/types/contracts/IOpInflator.d.ts +0 -61
  98. package/lib/types/contracts/IOpInflator.js +0 -83
  99. package/lib/types/contracts/IOpInflator.js.map +0 -1
  100. package/lib/types/contracts/Inflator.d.ts +0 -65
  101. package/lib/types/contracts/Inflator.js +0 -87
  102. package/lib/types/contracts/Inflator.js.map +0 -1
  103. package/lib/types/contracts/PerOpInflator.d.ts +0 -176
  104. package/lib/types/contracts/PerOpInflator.js +0 -232
  105. package/lib/types/contracts/PerOpInflator.js.map +0 -1
@@ -1,120 +0,0 @@
1
- export declare const BundleBulkerAbi: readonly [{
2
- readonly type: "fallback";
3
- readonly stateMutability: "nonpayable";
4
- }, {
5
- readonly type: "function";
6
- readonly name: "ENTRY_POINT";
7
- readonly inputs: readonly [];
8
- readonly outputs: readonly [{
9
- readonly name: "";
10
- readonly type: "address";
11
- readonly internalType: "address";
12
- }];
13
- readonly stateMutability: "view";
14
- }, {
15
- readonly type: "function";
16
- readonly name: "idToInflator";
17
- readonly inputs: readonly [{
18
- readonly name: "";
19
- readonly type: "uint32";
20
- readonly internalType: "uint32";
21
- }];
22
- readonly outputs: readonly [{
23
- readonly name: "";
24
- readonly type: "address";
25
- readonly internalType: "contract IInflator";
26
- }];
27
- readonly stateMutability: "view";
28
- }, {
29
- readonly type: "function";
30
- readonly name: "inflate";
31
- readonly inputs: readonly [{
32
- readonly name: "compressed";
33
- readonly type: "bytes";
34
- readonly internalType: "bytes";
35
- }];
36
- readonly outputs: readonly [{
37
- readonly name: "ops";
38
- readonly type: "tuple[]";
39
- readonly internalType: "struct UserOperation[]";
40
- readonly components: readonly [{
41
- readonly name: "sender";
42
- readonly type: "address";
43
- readonly internalType: "address";
44
- }, {
45
- readonly name: "nonce";
46
- readonly type: "uint256";
47
- readonly internalType: "uint256";
48
- }, {
49
- readonly name: "initCode";
50
- readonly type: "bytes";
51
- readonly internalType: "bytes";
52
- }, {
53
- readonly name: "callData";
54
- readonly type: "bytes";
55
- readonly internalType: "bytes";
56
- }, {
57
- readonly name: "callGasLimit";
58
- readonly type: "uint256";
59
- readonly internalType: "uint256";
60
- }, {
61
- readonly name: "verificationGasLimit";
62
- readonly type: "uint256";
63
- readonly internalType: "uint256";
64
- }, {
65
- readonly name: "preVerificationGas";
66
- readonly type: "uint256";
67
- readonly internalType: "uint256";
68
- }, {
69
- readonly name: "maxFeePerGas";
70
- readonly type: "uint256";
71
- readonly internalType: "uint256";
72
- }, {
73
- readonly name: "maxPriorityFeePerGas";
74
- readonly type: "uint256";
75
- readonly internalType: "uint256";
76
- }, {
77
- readonly name: "paymasterAndData";
78
- readonly type: "bytes";
79
- readonly internalType: "bytes";
80
- }, {
81
- readonly name: "signature";
82
- readonly type: "bytes";
83
- readonly internalType: "bytes";
84
- }];
85
- }, {
86
- readonly name: "beneficiary";
87
- readonly type: "address";
88
- readonly internalType: "address payable";
89
- }];
90
- readonly stateMutability: "view";
91
- }, {
92
- readonly type: "function";
93
- readonly name: "inflatorToID";
94
- readonly inputs: readonly [{
95
- readonly name: "";
96
- readonly type: "address";
97
- readonly internalType: "contract IInflator";
98
- }];
99
- readonly outputs: readonly [{
100
- readonly name: "";
101
- readonly type: "uint32";
102
- readonly internalType: "uint32";
103
- }];
104
- readonly stateMutability: "view";
105
- }, {
106
- readonly type: "function";
107
- readonly name: "registerInflator";
108
- readonly inputs: readonly [{
109
- readonly name: "inflatorId";
110
- readonly type: "uint32";
111
- readonly internalType: "uint32";
112
- }, {
113
- readonly name: "inflator";
114
- readonly type: "address";
115
- readonly internalType: "contract IInflator";
116
- }];
117
- readonly outputs: readonly [];
118
- readonly stateMutability: "nonpayable";
119
- }];
120
- //# sourceMappingURL=BundleBulker.d.ts.map
@@ -1,160 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BundleBulkerAbi = void 0;
4
- exports.BundleBulkerAbi = [
5
- {
6
- type: "fallback",
7
- stateMutability: "nonpayable"
8
- },
9
- {
10
- type: "function",
11
- name: "ENTRY_POINT",
12
- inputs: [],
13
- outputs: [
14
- {
15
- name: "",
16
- type: "address",
17
- internalType: "address"
18
- }
19
- ],
20
- stateMutability: "view"
21
- },
22
- {
23
- type: "function",
24
- name: "idToInflator",
25
- inputs: [
26
- {
27
- name: "",
28
- type: "uint32",
29
- internalType: "uint32"
30
- }
31
- ],
32
- outputs: [
33
- {
34
- name: "",
35
- type: "address",
36
- internalType: "contract IInflator"
37
- }
38
- ],
39
- stateMutability: "view"
40
- },
41
- {
42
- type: "function",
43
- name: "inflate",
44
- inputs: [
45
- {
46
- name: "compressed",
47
- type: "bytes",
48
- internalType: "bytes"
49
- }
50
- ],
51
- outputs: [
52
- {
53
- name: "ops",
54
- type: "tuple[]",
55
- internalType: "struct UserOperation[]",
56
- components: [
57
- {
58
- name: "sender",
59
- type: "address",
60
- internalType: "address"
61
- },
62
- {
63
- name: "nonce",
64
- type: "uint256",
65
- internalType: "uint256"
66
- },
67
- {
68
- name: "initCode",
69
- type: "bytes",
70
- internalType: "bytes"
71
- },
72
- {
73
- name: "callData",
74
- type: "bytes",
75
- internalType: "bytes"
76
- },
77
- {
78
- name: "callGasLimit",
79
- type: "uint256",
80
- internalType: "uint256"
81
- },
82
- {
83
- name: "verificationGasLimit",
84
- type: "uint256",
85
- internalType: "uint256"
86
- },
87
- {
88
- name: "preVerificationGas",
89
- type: "uint256",
90
- internalType: "uint256"
91
- },
92
- {
93
- name: "maxFeePerGas",
94
- type: "uint256",
95
- internalType: "uint256"
96
- },
97
- {
98
- name: "maxPriorityFeePerGas",
99
- type: "uint256",
100
- internalType: "uint256"
101
- },
102
- {
103
- name: "paymasterAndData",
104
- type: "bytes",
105
- internalType: "bytes"
106
- },
107
- {
108
- name: "signature",
109
- type: "bytes",
110
- internalType: "bytes"
111
- }
112
- ]
113
- },
114
- {
115
- name: "beneficiary",
116
- type: "address",
117
- internalType: "address payable"
118
- }
119
- ],
120
- stateMutability: "view"
121
- },
122
- {
123
- type: "function",
124
- name: "inflatorToID",
125
- inputs: [
126
- {
127
- name: "",
128
- type: "address",
129
- internalType: "contract IInflator"
130
- }
131
- ],
132
- outputs: [
133
- {
134
- name: "",
135
- type: "uint32",
136
- internalType: "uint32"
137
- }
138
- ],
139
- stateMutability: "view"
140
- },
141
- {
142
- type: "function",
143
- name: "registerInflator",
144
- inputs: [
145
- {
146
- name: "inflatorId",
147
- type: "uint32",
148
- internalType: "uint32"
149
- },
150
- {
151
- name: "inflator",
152
- type: "address",
153
- internalType: "contract IInflator"
154
- }
155
- ],
156
- outputs: [],
157
- stateMutability: "nonpayable"
158
- }
159
- ];
160
- //# sourceMappingURL=BundleBulker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BundleBulker.js","sourceRoot":"","sources":["../../../types/contracts/BundleBulker.ts"],"names":[],"mappings":"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"}
@@ -1,61 +0,0 @@
1
- export declare const IOpInflatorAbi: readonly [{
2
- readonly type: "function";
3
- readonly name: "inflate";
4
- readonly inputs: readonly [{
5
- readonly name: "compressed";
6
- readonly type: "bytes";
7
- readonly internalType: "bytes";
8
- }];
9
- readonly outputs: readonly [{
10
- readonly name: "op";
11
- readonly type: "tuple";
12
- readonly internalType: "struct UserOperation";
13
- readonly components: readonly [{
14
- readonly name: "sender";
15
- readonly type: "address";
16
- readonly internalType: "address";
17
- }, {
18
- readonly name: "nonce";
19
- readonly type: "uint256";
20
- readonly internalType: "uint256";
21
- }, {
22
- readonly name: "initCode";
23
- readonly type: "bytes";
24
- readonly internalType: "bytes";
25
- }, {
26
- readonly name: "callData";
27
- readonly type: "bytes";
28
- readonly internalType: "bytes";
29
- }, {
30
- readonly name: "callGasLimit";
31
- readonly type: "uint256";
32
- readonly internalType: "uint256";
33
- }, {
34
- readonly name: "verificationGasLimit";
35
- readonly type: "uint256";
36
- readonly internalType: "uint256";
37
- }, {
38
- readonly name: "preVerificationGas";
39
- readonly type: "uint256";
40
- readonly internalType: "uint256";
41
- }, {
42
- readonly name: "maxFeePerGas";
43
- readonly type: "uint256";
44
- readonly internalType: "uint256";
45
- }, {
46
- readonly name: "maxPriorityFeePerGas";
47
- readonly type: "uint256";
48
- readonly internalType: "uint256";
49
- }, {
50
- readonly name: "paymasterAndData";
51
- readonly type: "bytes";
52
- readonly internalType: "bytes";
53
- }, {
54
- readonly name: "signature";
55
- readonly type: "bytes";
56
- readonly internalType: "bytes";
57
- }];
58
- }];
59
- readonly stateMutability: "view";
60
- }];
61
- //# sourceMappingURL=IOpInflator.d.ts.map
@@ -1,83 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IOpInflatorAbi = void 0;
4
- // biome-ignore lint/style/useNamingConvention: conform to interface naming schema
5
- exports.IOpInflatorAbi = [
6
- {
7
- type: "function",
8
- name: "inflate",
9
- inputs: [
10
- {
11
- name: "compressed",
12
- type: "bytes",
13
- internalType: "bytes"
14
- }
15
- ],
16
- outputs: [
17
- {
18
- name: "op",
19
- type: "tuple",
20
- internalType: "struct UserOperation",
21
- components: [
22
- {
23
- name: "sender",
24
- type: "address",
25
- internalType: "address"
26
- },
27
- {
28
- name: "nonce",
29
- type: "uint256",
30
- internalType: "uint256"
31
- },
32
- {
33
- name: "initCode",
34
- type: "bytes",
35
- internalType: "bytes"
36
- },
37
- {
38
- name: "callData",
39
- type: "bytes",
40
- internalType: "bytes"
41
- },
42
- {
43
- name: "callGasLimit",
44
- type: "uint256",
45
- internalType: "uint256"
46
- },
47
- {
48
- name: "verificationGasLimit",
49
- type: "uint256",
50
- internalType: "uint256"
51
- },
52
- {
53
- name: "preVerificationGas",
54
- type: "uint256",
55
- internalType: "uint256"
56
- },
57
- {
58
- name: "maxFeePerGas",
59
- type: "uint256",
60
- internalType: "uint256"
61
- },
62
- {
63
- name: "maxPriorityFeePerGas",
64
- type: "uint256",
65
- internalType: "uint256"
66
- },
67
- {
68
- name: "paymasterAndData",
69
- type: "bytes",
70
- internalType: "bytes"
71
- },
72
- {
73
- name: "signature",
74
- type: "bytes",
75
- internalType: "bytes"
76
- }
77
- ]
78
- }
79
- ],
80
- stateMutability: "view"
81
- }
82
- ];
83
- //# sourceMappingURL=IOpInflator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOpInflator.js","sourceRoot":"","sources":["../../../types/contracts/IOpInflator.ts"],"names":[],"mappings":";;;AAAA,kFAAkF;AACrE,QAAA,cAAc,GAAG;IAC1B;QACI,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACJ;gBACI,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACxB;SACJ;QACD,OAAO,EAAE;YACL;gBACI,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,sBAAsB;gBACpC,UAAU,EAAE;oBACR;wBACI,IAAI,EAAE,QAAQ;wBACd,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,sBAAsB;wBAC5B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,oBAAoB;wBAC1B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,sBAAsB;wBAC5B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;iBACJ;aACJ;SACJ;QACD,eAAe,EAAE,MAAM;KAC1B;CACK,CAAA"}
@@ -1,65 +0,0 @@
1
- export declare const InflatorAbi: readonly [{
2
- readonly type: "function";
3
- readonly name: "inflate";
4
- readonly inputs: readonly [{
5
- readonly name: "compressed";
6
- readonly type: "bytes";
7
- readonly internalType: "bytes";
8
- }];
9
- readonly outputs: readonly [{
10
- readonly name: "ops";
11
- readonly type: "tuple[]";
12
- readonly internalType: "struct UserOperation[]";
13
- readonly components: readonly [{
14
- readonly name: "sender";
15
- readonly type: "address";
16
- readonly internalType: "address";
17
- }, {
18
- readonly name: "nonce";
19
- readonly type: "uint256";
20
- readonly internalType: "uint256";
21
- }, {
22
- readonly name: "initCode";
23
- readonly type: "bytes";
24
- readonly internalType: "bytes";
25
- }, {
26
- readonly name: "callData";
27
- readonly type: "bytes";
28
- readonly internalType: "bytes";
29
- }, {
30
- readonly name: "callGasLimit";
31
- readonly type: "uint256";
32
- readonly internalType: "uint256";
33
- }, {
34
- readonly name: "verificationGasLimit";
35
- readonly type: "uint256";
36
- readonly internalType: "uint256";
37
- }, {
38
- readonly name: "preVerificationGas";
39
- readonly type: "uint256";
40
- readonly internalType: "uint256";
41
- }, {
42
- readonly name: "maxFeePerGas";
43
- readonly type: "uint256";
44
- readonly internalType: "uint256";
45
- }, {
46
- readonly name: "maxPriorityFeePerGas";
47
- readonly type: "uint256";
48
- readonly internalType: "uint256";
49
- }, {
50
- readonly name: "paymasterAndData";
51
- readonly type: "bytes";
52
- readonly internalType: "bytes";
53
- }, {
54
- readonly name: "signature";
55
- readonly type: "bytes";
56
- readonly internalType: "bytes";
57
- }];
58
- }, {
59
- readonly name: "beneficiary";
60
- readonly type: "address";
61
- readonly internalType: "address payable";
62
- }];
63
- readonly stateMutability: "view";
64
- }];
65
- //# sourceMappingURL=Inflator.d.ts.map
@@ -1,87 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InflatorAbi = void 0;
4
- exports.InflatorAbi = [
5
- {
6
- type: "function",
7
- name: "inflate",
8
- inputs: [
9
- {
10
- name: "compressed",
11
- type: "bytes",
12
- internalType: "bytes"
13
- }
14
- ],
15
- outputs: [
16
- {
17
- name: "ops",
18
- type: "tuple[]",
19
- internalType: "struct UserOperation[]",
20
- components: [
21
- {
22
- name: "sender",
23
- type: "address",
24
- internalType: "address"
25
- },
26
- {
27
- name: "nonce",
28
- type: "uint256",
29
- internalType: "uint256"
30
- },
31
- {
32
- name: "initCode",
33
- type: "bytes",
34
- internalType: "bytes"
35
- },
36
- {
37
- name: "callData",
38
- type: "bytes",
39
- internalType: "bytes"
40
- },
41
- {
42
- name: "callGasLimit",
43
- type: "uint256",
44
- internalType: "uint256"
45
- },
46
- {
47
- name: "verificationGasLimit",
48
- type: "uint256",
49
- internalType: "uint256"
50
- },
51
- {
52
- name: "preVerificationGas",
53
- type: "uint256",
54
- internalType: "uint256"
55
- },
56
- {
57
- name: "maxFeePerGas",
58
- type: "uint256",
59
- internalType: "uint256"
60
- },
61
- {
62
- name: "maxPriorityFeePerGas",
63
- type: "uint256",
64
- internalType: "uint256"
65
- },
66
- {
67
- name: "paymasterAndData",
68
- type: "bytes",
69
- internalType: "bytes"
70
- },
71
- {
72
- name: "signature",
73
- type: "bytes",
74
- internalType: "bytes"
75
- }
76
- ]
77
- },
78
- {
79
- name: "beneficiary",
80
- type: "address",
81
- internalType: "address payable"
82
- }
83
- ],
84
- stateMutability: "view"
85
- }
86
- ];
87
- //# sourceMappingURL=Inflator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Inflator.js","sourceRoot":"","sources":["../../../types/contracts/Inflator.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACvB;QACI,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACJ;gBACI,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACxB;SACJ;QACD,OAAO,EAAE;YACL;gBACI,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,wBAAwB;gBACtC,UAAU,EAAE;oBACR;wBACI,IAAI,EAAE,QAAQ;wBACd,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,sBAAsB;wBAC5B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,oBAAoB;wBAC1B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,sBAAsB;wBAC5B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBAC1B;oBACD;wBACI,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;oBACD;wBACI,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACxB;iBACJ;aACJ;YACD;gBACI,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,iBAAiB;aAClC;SACJ;QACD,eAAe,EAAE,MAAM;KAC1B;CACK,CAAA"}