We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821c319 + 0f427e4 commit 183a032Copy full SHA for 183a032
packages/prover/src/cli/applyPreset.ts
@@ -1,7 +1,7 @@
1
// MUST import this file first before anything and not import any Lodestar code.
2
3
-import {hasher} from "@chainsafe/persistent-merkle-tree/lib/hasher/as-sha256.js";
4
-import {setHasher} from "@chainsafe/persistent-merkle-tree/lib/hasher/index.js";
+import {setHasher} from "@chainsafe/persistent-merkle-tree";
+import {hasher} from "@chainsafe/persistent-merkle-tree/hasher/as-sha256";
5
6
// without setting this first, persistent-merkle-tree will use noble instead
7
setHasher(hasher);
0 commit comments