*Use @chainsafe/bls fork that handles top-level await issues
This commit is contained in:
parent
3fa23a339b
commit
c98686d931
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue