Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Added Changes

- Added `getEtherspotProvider` to access directly the Etherspot Provider.
- Added `getTransactionHash` to get a transaction hash with a userOp Hash and chain id.
- Added `getTransactionHash` to get a transaction hash with a userOp Hash and the chain id.
- Update of the `modular-sdk` version to 6.1.1.

## [2.0.1] - 2025-07-17
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "Framework-agnostic Etherspot Transaction Kit",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c --bundleConfigAsCjs",
Expand Down