We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1fb95 commit e7abb89Copy full SHA for e7abb89
packages/params/test/e2e/ensure-config-is-synced.test.ts
@@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
8
// Not e2e, but slow. Run with e2e tests
9
10
/** https://github.com/ethereum/consensus-specs/releases */
11
-const specConfigCommit = "v1.4.0-beta.5";
+const specConfigCommit = "v1.5.0-alpha.2";
12
13
describe("Ensure config is synced", function () {
14
vi.setConfig({testTimeout: 60 * 1000});
0 commit comments