Skip to content

Commit

Permalink
Merge pull request ethereum#89 from dapperscene6/dapper/update-regoli…
Browse files Browse the repository at this point in the history
…th-time

Update goerli regolith hardfork time
  • Loading branch information
protolambda authored Apr 27, 2023
2 parents 24ae687 + c01d933 commit cb5e6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ var (
// March 17, 2023 @ 7:00:00 pm UTC
OptimismGoerliRegolithTime = uint64(1679079600)
BaseGoerliChainId = big.NewInt(84531)
// April 27, 2023 @ 5:00:00 pm UTC
BaseGoerliRegolithTime = uint64(1682614800)
// May 4, 2023 @ 5:00:00 pm UTC
BaseGoerliRegolithTime = uint64(1683219600)
)

// TrustedCheckpoints associates each known checkpoint with the genesis hash of
Expand Down

0 comments on commit cb5e6ef

Please sign in to comment.