diff --git a/package.json b/package.json index 3b1cc9e..5efe849 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@chainsafe/as-sha256": "^0.3.1", - "@chainsafe/bls": "^7.1.1", + "@chainsafe/bls": "git+https://git.lumeweb.com/LumeWeb/chainsafe-bls.git", "@chainsafe/blst": "^0.2.8", "@chainsafe/ssz": "^0.10.2", "@ethereumjs/block": "^4.2.1", @@ -59,5 +59,10 @@ "crypto": "crypto-browserify", "stream": "stream-browserify", "path": "path-browserify" + }, + "pnpm": { + "overrides": { + "@chainsafe/bls": "git+https://git.lumeweb.com/LumeWeb/chainsafe-bls.git" + } } }