Skip to content

Commit

Permalink
Merge pull request #71 from etherspot/feature/prime-sdk-1.3.12
Browse files Browse the repository at this point in the history
prime sdk 1.3.12
  • Loading branch information
poocart authored Nov 23, 2023
2 parents dc8c948 + bb2b937 commit 0193c03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.6.10] - 2023-11-23

### Breaking Changes
- Updated `@etherspot/prime-sdk` to version `1.3.112` that removes `api_key` param from `paymaster` prop, now it's passed via `url` param

## [0.6.9] - 2023-11-06

### Added Changes
Expand Down
6 changes: 3 additions & 3 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.6.9",
"version": "0.6.10",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/etherspot/transaction-kit#readme",
"dependencies": {
"@etherspot/eip1271-verification-util": "^0.1.2",
"@etherspot/prime-sdk": "^1.3.10",
"@etherspot/prime-sdk": "1.3.12",
"buffer": "^6.0.3",
"ethers": "^5.6.9",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 0193c03

Please sign in to comment.