Skip to content

Commit

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

Cherry-pick: #2600

category: bug
ticket: none
  • Loading branch information
dB2510 authored Oct 9, 2023
1 parent 4a6e5ca commit 3952eea
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 3952eea

Please sign in to comment.