Skip to content

Commit

Permalink
Merge 100d1f5 into 2ee8ac6
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Apr 4, 2024
2 parents 2ee8ac6 + 100d1f5 commit af6f712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-utils/src/externalSigner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {dirSync as tmpDirSync} from "tmp";
import {GenericContainer, Wait, StartedTestContainer} from "testcontainers";
import {ForkSeq} from "@lodestar/params";

const web3signerVersion = "23.11.0";
const web3signerVersion = "24.2.0";

/** Till what version is the web3signer image updated for signature verification */
const supportedForkSeq = ForkSeq.capella;
const supportedForkSeq = ForkSeq.deneb;

export type StartedExternalSigner = {
container: StartedTestContainer;
Expand Down

1 comment on commit af6f712

@shanghan345
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如何有利使用?

Please sign in to comment.