Skip to content

Commit

Permalink
Merge pull request #80 from skalenetwork/hotfix/update-ethers-to-6.12
Browse files Browse the repository at this point in the history
Hotfix: bump ethers.js version to 6.12.0
  • Loading branch information
dmytrotkk authored Apr 24, 2024
2 parents 93b0da9 + 818cd28 commit 2292d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skalenetwork/ima-js",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple TS/JS library to interact with SKALE IMA",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"ethers": "6.7.1",
"ethers": "6.12.0",
"tslog": "^4.9.2"
}
}

0 comments on commit 2292d4c

Please sign in to comment.