Skip to content

Commit

Permalink
fix: holesky genesis timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
aimxhaisse committed Nov 23, 2023
1 parent ae6406b commit d536477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
genesisTimeMainnet = 1606824023
genesisTimeSepolia = 1655733600
genesisTimeGoerli = 1614588812
genesisTimeHolesky = 1630440000
genesisTimeHolesky = 1695902400
)

var (
Expand Down

0 comments on commit d536477

Please sign in to comment.