Skip to content

Commit

Permalink
eth2util: fix fork version (#2600)
Browse files Browse the repository at this point in the history
Fix holesky genesis fork version.

category: bug
ticket: none
  • Loading branch information
LukeHackett12 authored Sep 28, 2023
1 parent 59ab8bc commit dcf1c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth2util/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
Holesky = Network{
ChainID: 17000,
Name: "holesky",
GenesisForkVersionHex: "0x00017000",
GenesisForkVersionHex: "0x01017000",
GenesisTimestamp: 1696000704,
}
)
Expand Down

0 comments on commit dcf1c46

Please sign in to comment.