@pimlico/alto 0.0.0-main.20251021T165518 → 0.0.0-main.20251022T125259

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.
@@ -27,9 +27,9 @@ export declare function parseUserOpReceipt(userOpHash: Hex, receipt: Transaction
27
27
  logs: {
28
28
  address: `0x${string}`;
29
29
  data: `0x${string}`;
30
+ transactionHash: `0x${string}`;
30
31
  logIndex: bigint;
31
32
  transactionIndex: bigint;
32
- transactionHash: `0x${string}`;
33
33
  blockHash: `0x${string}`;
34
34
  blockNumber: bigint;
35
35
  topics: `0x${string}`[];
@@ -38,9 +38,9 @@ export declare function parseUserOpReceipt(userOpHash: Hex, receipt: Transaction
38
38
  to: `0x${string}` | null;
39
39
  gasUsed: bigint;
40
40
  status: bigint | null;
41
+ transactionHash: `0x${string}`;
41
42
  contractAddress: `0x${string}` | null;
42
43
  transactionIndex: bigint;
43
- transactionHash: `0x${string}`;
44
44
  blockHash: `0x${string}`;
45
45
  blockNumber: bigint;
46
46
  from: `0x${string}`;
@@ -48,9 +48,9 @@ export declare function parseUserOpReceipt(userOpHash: Hex, receipt: Transaction
48
48
  logs: {
49
49
  address: `0x${string}`;
50
50
  data: `0x${string}`;
51
+ transactionHash: `0x${string}`;
51
52
  logIndex: bigint;
52
53
  transactionIndex: bigint;
53
- transactionHash: `0x${string}`;
54
54
  blockHash: `0x${string}`;
55
55
  blockNumber: bigint;
56
56
  topics: `0x${string}`[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimlico/alto",
3
- "version": "0.0.0-main.20251021T165518",
3
+ "version": "0.0.0-main.20251022T125259",
4
4
  "description": "A performant and modular ERC-4337 Bundler written in Typescript",
5
5
  "repository": "https://github.com/pimlicolabs/alto.git",
6
6
  "author": "Pimlico",