Skip to content

Commit

Permalink
feat: conway real slots on main-net. (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Czeladka <[email protected]>
  • Loading branch information
matiwinnetou and Mateusz Czeladka authored Sep 2, 2024
1 parent ef53cc7 commit 84f5322
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static List<EraHistoryItem> eraHistoryItems(GenesisPaths genesisPaths) {
Phase.Gougen,
Era.noGenesis(EraType.Babbage),
84_844_885L,
Optional.empty(), // TODO we don't know this value yet, update when Conway starts
Optional.of(133_660_799L), // https://cardanoscan.io/block/10781330
84_844_800L,
Optional.of(108_172_800L - 1L),
394,
Expand All @@ -135,7 +135,7 @@ public static List<EraHistoryItem> eraHistoryItems(GenesisPaths genesisPaths) {
new EraHistoryItem(
Phase.Voltaire,
Era.noGenesis(EraType.Conway),
68_774_413L, // TODO we don't know this value yet
133_660_855L, // https://cardanoscan.io/block/10781331
Optional
.empty(), // Conway era is an active era soon, and we don't know when it ends yet
133_660_800L,
Expand Down

0 comments on commit 84f5322

Please sign in to comment.