Skip to content

Commit f9c3a60

Browse files
authored
Merge pull request #515 from blinklabs-io/fix/babbage-chainsync-example
fix: add mainnet babbage intersect to chainsync example
2 parents 71c2941 + 779b764 commit f9c3a60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cmd/gouroboros/chainsync.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ var eraIntersect = map[string]map[string][]interface{}{
126126
39916796,
127127
"e72579ff89dc9ed325b723a33624b596c08141c7bd573ecfff56a1f7229e4d09",
128128
},
129-
// TODO: add Babbage starting point after mainnet hard fork
129+
// Last block of epoch 364 (Alonzo era)
130+
"babbage": []interface{}{
131+
72316796,
132+
"c58a24ba8203e7629422a24d9dc68ce2ed495420bf40d9dab124373655161a20",
133+
},
130134
},
131135
"preprod": map[string][]interface{}{
132136
"genesis": []interface{}{},

0 commit comments

Comments
 (0)