Skip to content

Commit

Permalink
(NOBIDS) fix holesky chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Sep 27, 2023
1 parent faa51e2 commit 43f3615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/holesky.chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG_NAME: "holesky"
# ---------------------------------------------------------------
# `2**14` (= 16,384)
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 16384
# Sep-15-2023 13:55:00 +UTC
# Sep-28-2023 11:55:00 +UTC
MIN_GENESIS_TIME: 1695902100
# Mainnet initial fork version, recommend altering for testnets
GENESIS_FORK_VERSION: 0x01017000
Expand Down
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func ReadConfig(cfg *types.Config, path string) error {
case "gnosis":
cfg.Chain.GenesisTimestamp = 1638993340
case "holesky":
cfg.Chain.GenesisTimestamp = 1694786400
cfg.Chain.GenesisTimestamp = 1695902400
default:
return fmt.Errorf("tried to set known genesis-timestamp, but unknown chain-name")
}
Expand Down

0 comments on commit 43f3615

Please sign in to comment.