Skip to content

Commit

Permalink
fix: update holesky genesis time (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Sep 20, 2023
1 parent c133eb6 commit f77b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const genesisData: Record<NetworkName, GenesisData> = {
genesisValidatorsRoot: "0xd8ea171f3c94aea21ebc42a1ed61052acf3f9209c00e4efbaaddac09ed9b8078",
},
holesky: {
genesisTime: 1694786400,
genesisTime: 1695902400,
genesisValidatorsRoot: "0x9143aa7c615a7f7115e2b6aac319c03529df8242ae705fba9df39b79c59fa8b1",
},
chiado: {
Expand Down

0 comments on commit f77b774

Please sign in to comment.