Skip to content

Commit

Permalink
Merge branch 'unstable' into focil
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 24, 2025
2 parents b6d6627 + cf23839 commit 6b4953e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prover/src/cli/applyPreset.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// MUST import this file first before anything and not import any Lodestar code.

import {hasher} from "@chainsafe/persistent-merkle-tree/lib/hasher/as-sha256.js";
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";

// without setting this first, persistent-merkle-tree will use noble instead
setHasher(hasher);
Expand Down

0 comments on commit 6b4953e

Please sign in to comment.