*Use @chainsafe/bls fork that handles top-level await issues

This commit is contained in:
Derrick Hammer 2023-04-08 22:38:59 -04:00
parent 3fa23a339b
commit c98686d931
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -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"
}
}
}