Skip to content

Commit

Permalink
Merge branch 'wevm:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-txfusion authored Jun 28, 2024
2 parents 56a3aa8 + 7e95377 commit 6f9767a
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .changeset/giant-kings-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"viem": patch
---

Bumped dependencies:

- `@noble/curves`: `1.2.0``1.4.0`
- `@noble/hashes`: `1.3.2``1.4.0`
- `@scure/bip32`: `1.3.2``1.4.0`
- `@scure/bip39`: `1.2.1``1.3.0`
54 changes: 42 additions & 12 deletions pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
},
"dependencies": {
"@adraffy/ens-normalize": "1.10.0",
"@noble/curves": "1.2.0",
"@noble/hashes": "1.3.2",
"@scure/bip32": "1.3.2",
"@scure/bip39": "1.2.1",
"@noble/curves": "1.4.0",
"@noble/hashes": "1.4.0",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0",
"abitype": "1.0.4",
"isows": "1.0.4",
"ws": "8.17.1"
Expand Down

0 comments on commit 6f9767a

Please sign in to comment.