Skip to content

Commit

Permalink
temporarily comment out osakaTime from Prague
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
  • Loading branch information
daniellehrner committed Oct 17, 2024
1 parent 6457be5 commit 7522a77
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ public static ReferenceTestProtocolSchedules create(final StubGenesisConfigOptio
Map.entry(
"Prague",
createSchedule(
genesisStub
.clone()
.pragueTime(0)
.osakaTime(0) // TODO remove this once osaka_devnet_0 ships
genesisStub.clone().pragueTime(0)
// .osakaTime(0) // TODO remove this once osaka_devnet_0 ships
)),
Map.entry("Osaka", createSchedule(genesisStub.clone().osakaTime(0))),
Map.entry("Amsterdam", createSchedule(genesisStub.clone().futureEipsTime(0))),
Expand Down

0 comments on commit 7522a77

Please sign in to comment.