Skip to content

Commit

Permalink
test: update web3signer e2e tests to verify deneb signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 4, 2024
1 parent 2ee8ac6 commit 100d1f5
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

0 comments on commit 100d1f5

Please sign in to comment.