Skip to content

Commit

Permalink
chore: simplify herumi usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 22, 2024
1 parent d56f56d commit 5692461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 310 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,21 @@
},
"dependencies": {
"@chainsafe/bls-keygen": "^0.4.0",
"@noble/hashes": "^1.4.0",
"bls-eth-wasm": "^1.1.1"
},
"devDependencies": {
"@chainsafe/blst": "^1.0.0",
"@chainsafe/eslint-plugin-node": "^11.2.3",
"@chainsafe/threads": "^1.9.0",
"@lodestar/spec-test-util": "1.13.0",
"@noble/hashes": "^1.4.0",
"@types/chai": "^4.2.9",
"@types/mocha": "^10.0.0",
"@types/node": "^20.11.13",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"crypto-browserify": "^3.12.0",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.4",
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ module.exports = {
plugins: [
new ResolveTypeScriptPlugin(),
],
alias: {
"crypto": "crypto-browserify",
},
fallback: {
fs: false,
path: false,
Expand Down
Loading

0 comments on commit 5692461

Please sign in to comment.