Skip to content

Commit

Permalink
fix: fix e2e test in electra-fork (#6751)
Browse files Browse the repository at this point in the history
Update spec version
  • Loading branch information
ensi321 authored and g11tech committed May 24, 2024
1 parent 03d39bb commit 8bb7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/params/test/e2e/ensure-config-is-synced.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
// Not e2e, but slow. Run with e2e tests

/** https://github.com/ethereum/consensus-specs/releases */
const specConfigCommit = "v1.4.0-beta.5";
const specConfigCommit = "v1.5.0-alpha.2";

describe("Ensure config is synced", function () {
vi.setConfig({testTimeout: 60 * 1000});
Expand Down

0 comments on commit 8bb7fcb

Please sign in to comment.