Skip to content

Commit

Permalink
chore: remove obsolete ethers dependency from hub-nodejs (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlad authored Jul 14, 2023
1 parent 728a557 commit 5723576
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-spoons-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@farcaster/hub-nodejs": patch
---

Remove ethers dependency
1 change: 0 additions & 1 deletion packages/hub-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@farcaster/core": "0.10.2",
"@grpc/grpc-js": "^1.8.8",
"@noble/hashes": "^1.3.0",
"ethers": "~6.2.1",
"neverthrow": "^6.0.0"
},
"scripts": {
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2843,11 +2843,6 @@ aes-js@3.0.0:
resolved "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz#e21df10ad6c2053295bcbb8dab40b09dbea87e4d"
integrity sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==

aes-js@4.0.0-beta.3:
version "4.0.0-beta.3"
resolved "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.3.tgz#da2253f0ff03a0b3a9e445c8cbdf78e7fda7d48c"
integrity sha512-/xJX0/VTPcbc5xQE2VUP91y1xN8q/rDfhEzLm+vLc3hYvb5+qHCnpJRuFcrKn63zumK/sCwYYzhG8HP78JYSTA==

aes-js@4.0.0-beta.5:
version "4.0.0-beta.5"
resolved "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz#8d2452c52adedebc3a3e28465d858c11ca315873"
Expand Down Expand Up @@ -4226,18 +4221,6 @@ ethers@^6.6.1:
tslib "2.4.0"
ws "8.5.0"

ethers@~6.2.1:
version "6.2.1"
resolved "https://registry.npmjs.org/ethers/-/ethers-6.2.1.tgz#3ba2c4ff02e6131828bd8b6bfa0885d112bd43b4"
integrity sha512-bwDC1A6a0NlokpjzYGnKSVo68eBNsTRdzN0nHgmpTsvowEuRDHorhMiFg/tx/7WMl2bGESfABsfH0MPZUp+EJQ==
dependencies:
"@adraffy/ens-normalize" "1.9.0"
"@noble/hashes" "1.1.2"
"@noble/secp256k1" "1.7.1"
aes-js "4.0.0-beta.3"
tslib "2.4.0"
ws "8.5.0"

event-iterator@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/event-iterator/-/event-iterator-2.0.0.tgz#10f06740cc1e9fd6bc575f334c2bc1ae9d2dbf62"
Expand Down

0 comments on commit 5723576

Please sign in to comment.