Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Aug 25, 2024
1 parent c3a90fc commit 394ebce
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 39 deletions.
4 changes: 2 additions & 2 deletions dist/esbuild/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/esbuild/main.js.map

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/tsc/src/lib/BLS/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/BLS/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 4 additions & 16 deletions dist/tsc/src/lib/helpers/web3.helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/helpers/web3.helper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions src/lib/BLS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@ try {
index = require('bls-eth-wasm');
}

let crypto;
try {
crypto = require('crypto');
globalThis.crypto = crypto;
} catch (err) {
console.log('crypto support is disabled!');
}

export default index;

0 comments on commit 394ebce

Please sign in to comment.