Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethers v5 as of release v2024.4.5 #244

Open
wants to merge 5 commits into
base: ethers-v5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update version
  • Loading branch information
andrewkmin committed Apr 12, 2024
commit 973419a95960d0a73c4e6b92a80814f6179973b0
6 changes: 6 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @turnkey/ethers

## 0.19.10

### Patch Changes

- Update protos

## 0.19.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/ethers",
"version": "0.19.9",
"version": "0.19.10",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
Loading