Skip to content

Commit

Permalink
Client v2.0.7 (#31)
Browse files Browse the repository at this point in the history
* Remove ethers (unused)

* Client v2.0.7
  • Loading branch information
ytham authored Mar 19, 2024
1 parent a5deba0 commit a5cf9e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axiom-quickstart",
"version": "0.2.6",
"version": "0.2.7",
"description": "Axiom Quickstart",
"main": "index.js",
"scripts": {
Expand All @@ -10,9 +10,8 @@
"author": "Intrinsic Technologies",
"license": "MIT",
"dependencies": {
"@axiom-crypto/client": "2.0.6",
"dotenv": "^16.3.1",
"ethers": "^6.10.0"
"@axiom-crypto/client": "2.0.7",
"dotenv": "^16.3.1"
},
"devDependencies": {
"tsx": "^4.7.0",
Expand Down
25 changes: 11 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit a5cf9e7

Please sign in to comment.