Skip to content

Commit

Permalink
fix(networks): Correct holesky genesis root (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Sep 29, 2023
1 parent 1e8d97e commit 6210659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networks/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var NetworkGenesisRoots = map[string]uint64{
"0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95": 1,
"0x043db0d9a83813551ee2f33450d23797757d430911a9320530ad8a0eabc43efb": 5,
"0xd8ea171f3c94aea21ebc42a1ed61052acf3f9209c00e4efbaaddac09ed9b8078": 11155111,
"0x0ea3f6f9515823b59c863454675fefcd1d8b4f2dbe454db166206a41fda060a0": 17000,
"0x9143aa7c615a7f7115e2b6aac319c03529df8242ae705fba9df39b79c59fa8b1": 17000,
}

var NetworkIds = map[uint64]NetworkName{
Expand Down

0 comments on commit 6210659

Please sign in to comment.