Skip to content

Commit

Permalink
Merge development into main (#619)
Browse files Browse the repository at this point in the history
* Update EIP-5792 support, fixing pending status (#615) (#617)

* Update EIP-5792 support, fixing pending status

* Handle receipts of transactions being executed

* Add build

* Version Packages (#618)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 2081b24 commit 934b4ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @safe-global/safe-apps-provider

## 0.18.5

### Patch Changes

- 5219a05: Update EIP-5792 implementation according to spec. and fix pending status

## 0.18.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-apps-provider",
"version": "0.18.4",
"version": "0.18.5",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 934b4ea

Please sign in to comment.