Skip to content

Commit e7abb89

Browse files
ensi321g11tech
authored andcommitted
fix: fix e2e test in electra-fork (ChainSafe#6751)
Update spec version
1 parent 5c1fb95 commit e7abb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/params/test/e2e/ensure-config-is-synced.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
88
// Not e2e, but slow. Run with e2e tests
99

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

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

0 commit comments

Comments
 (0)