Skip to content

Commit

Permalink
test: update web3signer e2e tests to verify deneb signatures (#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Apr 5, 2024
1 parent 5579053 commit 3226411
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 3226411

Please sign in to comment.