From 459a854f753472d82dd23204ffadc9509770274c Mon Sep 17 00:00:00 2001 From: aalu1418 <50029043+aalu1418@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:17:19 -0600 Subject: [PATCH] force compatible rpc-websockets --- contracts/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/package.json b/contracts/package.json index 07f3d0a51..dcd15fa8f 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -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"