Skip to content

Commit

Permalink
force compatible rpc-websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Jun 3, 2024
1 parent a9e0364 commit 5326943
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ethereum-cryptography": "^0.1.3",
"mocha": "^9.0.0",
"prettier": "^2.5.1",
"rpc-websockets": "<=7.10.0",
"secp256k1": "^4.0.2",
"ts-mocha": "^8.0.0",
"typescript": "^4.5.4"
Expand Down
13 changes: 13 additions & 0 deletions contracts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,19 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rpc-websockets@<=7.10.0:
version "7.10.0"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.10.0.tgz#8ffaf6aaab3eb18e603c7549988cf49feeddcd29"
integrity sha512-cemZ6RiDtYZpPiBzYijdOrkQQzmBCmug0E9SdRH2gIUNT15ql4mwCYWIp0VnSZq6Qrw/JkGUygp4PrK1y9KfwQ==
dependencies:
"@babel/runtime" "^7.17.2"
eventemitter3 "^4.0.7"
uuid "^8.3.2"
ws "^8.5.0"
optionalDependencies:
bufferutil "^4.0.1"
utf-8-validate "^5.0.2"

rpc-websockets@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.5.0.tgz#bbeb87572e66703ff151e50af1658f98098e2748"
Expand Down

0 comments on commit 5326943

Please sign in to comment.