Skip to content

Commit

Permalink
fix: include tx hash in l1TokensToDestinationTokensWithBlock (#743)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Sep 26, 2024
1 parent b8dd352 commit 4f21396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.2.1",
"version": "3.2.2",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/clients/HubPoolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ export class HubPoolClient extends BaseAbstractClient {
blockNumber: args.blockNumber,
transactionIndex: args.transactionIndex,
logIndex: args.logIndex,
transactionHash: args.transactionHash,
},
]
);
Expand Down

0 comments on commit 4f21396

Please sign in to comment.