@pimlico/alto 0.0.0-main.20250415T144457 → 0.0.0-main.20250417T124044
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/config/bundler.d.ts +20 -20
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/esm/types/contracts/PimlicoEntryPointSimulations.d.ts +2 -2
- package/esm/types/contracts/PimlicoEntryPointSimulations.js +4 -4
- package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +1 -1
- package/esm/types/schemas.d.ts +900 -900
- package/esm/types/schemas.js +44 -4
- package/esm/types/schemas.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +20 -20
- package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/lib/types/contracts/PimlicoEntryPointSimulations.d.ts +2 -2
- package/lib/types/contracts/PimlicoEntryPointSimulations.js +4 -4
- package/lib/types/contracts/PimlicoEntryPointSimulations.js.map +1 -1
- package/lib/types/schemas.d.ts +900 -900
- package/lib/types/schemas.js +43 -3
- package/lib/types/schemas.js.map +1 -1
- package/package.json +1 -1
|
@@ -128,11 +128,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
128
128
|
[x: `bytes13[${string}]`]: undefined;
|
|
129
129
|
[x: `int[${string}]`]: undefined;
|
|
130
130
|
[x: `int8[${string}]`]: undefined;
|
|
131
|
+
[x: `int32[${string}]`]: undefined;
|
|
131
132
|
[x: `int16[${string}]`]: undefined;
|
|
132
133
|
[x: `int40[${string}]`]: undefined;
|
|
133
134
|
[x: `int120[${string}]`]: undefined;
|
|
134
135
|
[x: `int240[${string}]`]: undefined;
|
|
135
|
-
[x: `int32[${string}]`]: undefined;
|
|
136
136
|
[x: `int24[${string}]`]: undefined;
|
|
137
137
|
[x: `int48[${string}]`]: undefined;
|
|
138
138
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -229,11 +229,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
229
229
|
bytes15?: undefined;
|
|
230
230
|
bytes13?: undefined;
|
|
231
231
|
int8?: undefined;
|
|
232
|
+
int32?: undefined;
|
|
232
233
|
int16?: undefined;
|
|
233
234
|
int40?: undefined;
|
|
234
235
|
int120?: undefined;
|
|
235
236
|
int240?: undefined;
|
|
236
|
-
int32?: undefined;
|
|
237
237
|
int24?: undefined;
|
|
238
238
|
int48?: undefined;
|
|
239
239
|
int56?: undefined;
|
|
@@ -354,11 +354,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
354
354
|
[x: `bytes13[${string}]`]: undefined;
|
|
355
355
|
[x: `int[${string}]`]: undefined;
|
|
356
356
|
[x: `int8[${string}]`]: undefined;
|
|
357
|
+
[x: `int32[${string}]`]: undefined;
|
|
357
358
|
[x: `int16[${string}]`]: undefined;
|
|
358
359
|
[x: `int40[${string}]`]: undefined;
|
|
359
360
|
[x: `int120[${string}]`]: undefined;
|
|
360
361
|
[x: `int240[${string}]`]: undefined;
|
|
361
|
-
[x: `int32[${string}]`]: undefined;
|
|
362
362
|
[x: `int24[${string}]`]: undefined;
|
|
363
363
|
[x: `int48[${string}]`]: undefined;
|
|
364
364
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -455,11 +455,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
455
455
|
bytes15?: undefined;
|
|
456
456
|
bytes13?: undefined;
|
|
457
457
|
int8?: undefined;
|
|
458
|
+
int32?: undefined;
|
|
458
459
|
int16?: undefined;
|
|
459
460
|
int40?: undefined;
|
|
460
461
|
int120?: undefined;
|
|
461
462
|
int240?: undefined;
|
|
462
|
-
int32?: undefined;
|
|
463
463
|
int24?: undefined;
|
|
464
464
|
int48?: undefined;
|
|
465
465
|
int56?: undefined;
|
|
@@ -576,11 +576,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
576
576
|
[x: `bytes13[${string}]`]: undefined;
|
|
577
577
|
[x: `int[${string}]`]: undefined;
|
|
578
578
|
[x: `int8[${string}]`]: undefined;
|
|
579
|
+
[x: `int32[${string}]`]: undefined;
|
|
579
580
|
[x: `int16[${string}]`]: undefined;
|
|
580
581
|
[x: `int40[${string}]`]: undefined;
|
|
581
582
|
[x: `int120[${string}]`]: undefined;
|
|
582
583
|
[x: `int240[${string}]`]: undefined;
|
|
583
|
-
[x: `int32[${string}]`]: undefined;
|
|
584
584
|
[x: `int24[${string}]`]: undefined;
|
|
585
585
|
[x: `int48[${string}]`]: undefined;
|
|
586
586
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -677,11 +677,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
677
677
|
bytes15?: undefined;
|
|
678
678
|
bytes13?: undefined;
|
|
679
679
|
int8?: undefined;
|
|
680
|
+
int32?: undefined;
|
|
680
681
|
int16?: undefined;
|
|
681
682
|
int40?: undefined;
|
|
682
683
|
int120?: undefined;
|
|
683
684
|
int240?: undefined;
|
|
684
|
-
int32?: undefined;
|
|
685
685
|
int24?: undefined;
|
|
686
686
|
int48?: undefined;
|
|
687
687
|
int56?: undefined;
|
|
@@ -814,11 +814,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
814
814
|
[x: `bytes13[${string}]`]: undefined;
|
|
815
815
|
[x: `int[${string}]`]: undefined;
|
|
816
816
|
[x: `int8[${string}]`]: undefined;
|
|
817
|
+
[x: `int32[${string}]`]: undefined;
|
|
817
818
|
[x: `int16[${string}]`]: undefined;
|
|
818
819
|
[x: `int40[${string}]`]: undefined;
|
|
819
820
|
[x: `int120[${string}]`]: undefined;
|
|
820
821
|
[x: `int240[${string}]`]: undefined;
|
|
821
|
-
[x: `int32[${string}]`]: undefined;
|
|
822
822
|
[x: `int24[${string}]`]: undefined;
|
|
823
823
|
[x: `int48[${string}]`]: undefined;
|
|
824
824
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -915,11 +915,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
915
915
|
bytes15?: undefined;
|
|
916
916
|
bytes13?: undefined;
|
|
917
917
|
int8?: undefined;
|
|
918
|
+
int32?: undefined;
|
|
918
919
|
int16?: undefined;
|
|
919
920
|
int40?: undefined;
|
|
920
921
|
int120?: undefined;
|
|
921
922
|
int240?: undefined;
|
|
922
|
-
int32?: undefined;
|
|
923
923
|
int24?: undefined;
|
|
924
924
|
int48?: undefined;
|
|
925
925
|
int56?: undefined;
|
|
@@ -1042,11 +1042,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1042
1042
|
[x: `bytes13[${string}]`]: undefined;
|
|
1043
1043
|
[x: `int[${string}]`]: undefined;
|
|
1044
1044
|
[x: `int8[${string}]`]: undefined;
|
|
1045
|
+
[x: `int32[${string}]`]: undefined;
|
|
1045
1046
|
[x: `int16[${string}]`]: undefined;
|
|
1046
1047
|
[x: `int40[${string}]`]: undefined;
|
|
1047
1048
|
[x: `int120[${string}]`]: undefined;
|
|
1048
1049
|
[x: `int240[${string}]`]: undefined;
|
|
1049
|
-
[x: `int32[${string}]`]: undefined;
|
|
1050
1050
|
[x: `int24[${string}]`]: undefined;
|
|
1051
1051
|
[x: `int48[${string}]`]: undefined;
|
|
1052
1052
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -1143,11 +1143,11 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1143
1143
|
bytes15?: undefined;
|
|
1144
1144
|
bytes13?: undefined;
|
|
1145
1145
|
int8?: undefined;
|
|
1146
|
+
int32?: undefined;
|
|
1146
1147
|
int16?: undefined;
|
|
1147
1148
|
int40?: undefined;
|
|
1148
1149
|
int120?: undefined;
|
|
1149
1150
|
int240?: undefined;
|
|
1150
|
-
int32?: undefined;
|
|
1151
1151
|
int24?: undefined;
|
|
1152
1152
|
int48?: undefined;
|
|
1153
1153
|
int56?: undefined;
|
|
@@ -1538,11 +1538,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1538
1538
|
[x: `bytes13[${string}]`]: undefined;
|
|
1539
1539
|
[x: `int[${string}]`]: undefined;
|
|
1540
1540
|
[x: `int8[${string}]`]: undefined;
|
|
1541
|
+
[x: `int32[${string}]`]: undefined;
|
|
1541
1542
|
[x: `int16[${string}]`]: undefined;
|
|
1542
1543
|
[x: `int40[${string}]`]: undefined;
|
|
1543
1544
|
[x: `int120[${string}]`]: undefined;
|
|
1544
1545
|
[x: `int240[${string}]`]: undefined;
|
|
1545
|
-
[x: `int32[${string}]`]: undefined;
|
|
1546
1546
|
[x: `int24[${string}]`]: undefined;
|
|
1547
1547
|
[x: `int48[${string}]`]: undefined;
|
|
1548
1548
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -1639,11 +1639,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1639
1639
|
bytes15?: undefined;
|
|
1640
1640
|
bytes13?: undefined;
|
|
1641
1641
|
int8?: undefined;
|
|
1642
|
+
int32?: undefined;
|
|
1642
1643
|
int16?: undefined;
|
|
1643
1644
|
int40?: undefined;
|
|
1644
1645
|
int120?: undefined;
|
|
1645
1646
|
int240?: undefined;
|
|
1646
|
-
int32?: undefined;
|
|
1647
1647
|
int24?: undefined;
|
|
1648
1648
|
int48?: undefined;
|
|
1649
1649
|
int56?: undefined;
|
|
@@ -1764,11 +1764,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1764
1764
|
[x: `bytes13[${string}]`]: undefined;
|
|
1765
1765
|
[x: `int[${string}]`]: undefined;
|
|
1766
1766
|
[x: `int8[${string}]`]: undefined;
|
|
1767
|
+
[x: `int32[${string}]`]: undefined;
|
|
1767
1768
|
[x: `int16[${string}]`]: undefined;
|
|
1768
1769
|
[x: `int40[${string}]`]: undefined;
|
|
1769
1770
|
[x: `int120[${string}]`]: undefined;
|
|
1770
1771
|
[x: `int240[${string}]`]: undefined;
|
|
1771
|
-
[x: `int32[${string}]`]: undefined;
|
|
1772
1772
|
[x: `int24[${string}]`]: undefined;
|
|
1773
1773
|
[x: `int48[${string}]`]: undefined;
|
|
1774
1774
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -1865,11 +1865,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1865
1865
|
bytes15?: undefined;
|
|
1866
1866
|
bytes13?: undefined;
|
|
1867
1867
|
int8?: undefined;
|
|
1868
|
+
int32?: undefined;
|
|
1868
1869
|
int16?: undefined;
|
|
1869
1870
|
int40?: undefined;
|
|
1870
1871
|
int120?: undefined;
|
|
1871
1872
|
int240?: undefined;
|
|
1872
|
-
int32?: undefined;
|
|
1873
1873
|
int24?: undefined;
|
|
1874
1874
|
int48?: undefined;
|
|
1875
1875
|
int56?: undefined;
|
|
@@ -1986,11 +1986,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1986
1986
|
[x: `bytes13[${string}]`]: undefined;
|
|
1987
1987
|
[x: `int[${string}]`]: undefined;
|
|
1988
1988
|
[x: `int8[${string}]`]: undefined;
|
|
1989
|
+
[x: `int32[${string}]`]: undefined;
|
|
1989
1990
|
[x: `int16[${string}]`]: undefined;
|
|
1990
1991
|
[x: `int40[${string}]`]: undefined;
|
|
1991
1992
|
[x: `int120[${string}]`]: undefined;
|
|
1992
1993
|
[x: `int240[${string}]`]: undefined;
|
|
1993
|
-
[x: `int32[${string}]`]: undefined;
|
|
1994
1994
|
[x: `int24[${string}]`]: undefined;
|
|
1995
1995
|
[x: `int48[${string}]`]: undefined;
|
|
1996
1996
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -2087,11 +2087,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2087
2087
|
bytes15?: undefined;
|
|
2088
2088
|
bytes13?: undefined;
|
|
2089
2089
|
int8?: undefined;
|
|
2090
|
+
int32?: undefined;
|
|
2090
2091
|
int16?: undefined;
|
|
2091
2092
|
int40?: undefined;
|
|
2092
2093
|
int120?: undefined;
|
|
2093
2094
|
int240?: undefined;
|
|
2094
|
-
int32?: undefined;
|
|
2095
2095
|
int24?: undefined;
|
|
2096
2096
|
int48?: undefined;
|
|
2097
2097
|
int56?: undefined;
|
|
@@ -2314,11 +2314,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2314
2314
|
[x: `bytes13[${string}]`]: undefined;
|
|
2315
2315
|
[x: `int[${string}]`]: undefined;
|
|
2316
2316
|
[x: `int8[${string}]`]: undefined;
|
|
2317
|
+
[x: `int32[${string}]`]: undefined;
|
|
2317
2318
|
[x: `int16[${string}]`]: undefined;
|
|
2318
2319
|
[x: `int40[${string}]`]: undefined;
|
|
2319
2320
|
[x: `int120[${string}]`]: undefined;
|
|
2320
2321
|
[x: `int240[${string}]`]: undefined;
|
|
2321
|
-
[x: `int32[${string}]`]: undefined;
|
|
2322
2322
|
[x: `int24[${string}]`]: undefined;
|
|
2323
2323
|
[x: `int48[${string}]`]: undefined;
|
|
2324
2324
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -2415,11 +2415,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2415
2415
|
bytes15?: undefined;
|
|
2416
2416
|
bytes13?: undefined;
|
|
2417
2417
|
int8?: undefined;
|
|
2418
|
+
int32?: undefined;
|
|
2418
2419
|
int16?: undefined;
|
|
2419
2420
|
int40?: undefined;
|
|
2420
2421
|
int120?: undefined;
|
|
2421
2422
|
int240?: undefined;
|
|
2422
|
-
int32?: undefined;
|
|
2423
2423
|
int24?: undefined;
|
|
2424
2424
|
int48?: undefined;
|
|
2425
2425
|
int56?: undefined;
|
|
@@ -2584,11 +2584,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2584
2584
|
[x: `bytes13[${string}]`]: undefined;
|
|
2585
2585
|
[x: `int[${string}]`]: undefined;
|
|
2586
2586
|
[x: `int8[${string}]`]: undefined;
|
|
2587
|
+
[x: `int32[${string}]`]: undefined;
|
|
2587
2588
|
[x: `int16[${string}]`]: undefined;
|
|
2588
2589
|
[x: `int40[${string}]`]: undefined;
|
|
2589
2590
|
[x: `int120[${string}]`]: undefined;
|
|
2590
2591
|
[x: `int240[${string}]`]: undefined;
|
|
2591
|
-
[x: `int32[${string}]`]: undefined;
|
|
2592
2592
|
[x: `int24[${string}]`]: undefined;
|
|
2593
2593
|
[x: `int48[${string}]`]: undefined;
|
|
2594
2594
|
[x: `int56[${string}]`]: undefined;
|
|
@@ -2685,11 +2685,11 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2685
2685
|
bytes15?: undefined;
|
|
2686
2686
|
bytes13?: undefined;
|
|
2687
2687
|
int8?: undefined;
|
|
2688
|
+
int32?: undefined;
|
|
2688
2689
|
int16?: undefined;
|
|
2689
2690
|
int40?: undefined;
|
|
2690
2691
|
int120?: undefined;
|
|
2691
2692
|
int240?: undefined;
|
|
2692
|
-
int32?: undefined;
|
|
2693
2693
|
int24?: undefined;
|
|
2694
2694
|
int48?: undefined;
|
|
2695
2695
|
int56?: undefined;
|