File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
reference-tests/src/test/java/net/consensys/linea Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11releaseVersion =beta-v4.0-rc20
2- besuVersion =25.10.0-linea2
2+ besuVersion =25.10.0-linea3
33shomeiVersion =2.4-develop
44besuShomeiPluginVersion =v0.7.4
55besuArtifactGroup =org.hyperledger.besu
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ public class BlockchainReferenceTestTools {
7070 // Keep the forkName and the zkevm_fork in github worklow in PascalCase
7171 private static final Fork fork = getForkOrDefault (LONDON );
7272 private static final ReferenceTestProtocolSchedules REFERENCE_TEST_PROTOCOL_SCHEDULES =
73- ReferenceTestProtocolSchedules .getInstance ();
74-
73+ ReferenceTestProtocolSchedules .create ();
7574 private static final List <String > NETWORKS_TO_RUN = List .of (toPascalCase (fork ));
7675
7776 public static final JsonTestParameters <?, ?> PARAMS =
You can’t perform that action at this time.
0 commit comments