We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc06b8 commit 5a1e6abCopy full SHA for 5a1e6ab
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.2"
+def refTestVersion = nightly ? "nightly" : "v1.5.0-beta.3"
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