Skip to content

Commit

Permalink
fix: add mainnet babbage intersect to chainsync example
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Mar 6, 2024
1 parent 71c2941 commit 779b764
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/gouroboros/chainsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ var eraIntersect = map[string]map[string][]interface{}{
39916796,
"e72579ff89dc9ed325b723a33624b596c08141c7bd573ecfff56a1f7229e4d09",
},
// TODO: add Babbage starting point after mainnet hard fork
// Last block of epoch 364 (Alonzo era)
"babbage": []interface{}{
72316796,
"c58a24ba8203e7629422a24d9dc68ce2ed495420bf40d9dab124373655161a20",
},
},
"preprod": map[string][]interface{}{
"genesis": []interface{}{},
Expand Down

0 comments on commit 779b764

Please sign in to comment.