We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b806dd commit e576415Copy full SHA for e576415
build.gradle
@@ -324,7 +324,7 @@ allprojects {
324
}
325
326
def nightly = System.getenv("NIGHTLY") != null
327
-def refTestVersion = nightly ? "nightly" : "v1.5.0-beta.3"
+def refTestVersion = nightly ? "nightly" : "v1.5.0-beta.4"
328
def blsRefTestVersion = 'v0.1.2'
329
def slashingProtectionInterchangeRefTestVersion = 'v5.3.0'
330
def refTestBaseUrl = 'https://github.com/ethereum/consensus-spec-tests/releases/download'
0 commit comments