Skip to content

Commit

Permalink
Fix Gnosis Genesis time
Browse files Browse the repository at this point in the history
  • Loading branch information
hdser committed Sep 3, 2024
1 parent 2e33298 commit c412242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networks/ethereum/network_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var (
var (
MainnetGenesis time.Time = time.Unix(1606824023, 0)
GoerliGenesis time.Time = time.Unix(1616508000, 0)
GnosisGenesis time.Time = time.Unix(1638968400, 0) // Dec 08, 2021, 13:00 UTC
GnosisGenesis time.Time = time.Unix(1638993340, 0)
SecondsPerSlotMainnet time.Duration = 12 * time.Second
SecondsPerSlotGnosis time.Duration = 5 * time.Second
)
Expand Down

0 comments on commit c412242

Please sign in to comment.