Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Aug 27, 2024
1 parent 3365bc9 commit 8c45e10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,8 @@ var (
OptimismGoerliRegolithTime = uint64(1679079600)
// May 4, 2023 @ 5:00:00 pm UTC
BaseGoerliRegolithTime = uint64(1683219600)
// Apr 21, 2023 @ 6:30:00 pm UTC
baseGoerliDevnetRegolithTime = uint64(1682101800)
// March 5, 2023 @ 2:48:00 am UTC
devnetRegolithTime = uint64(1677984480)
// August 16, 2023 @ 3:34:22 am UTC
chaosnetRegolithTime = uint64(1692156862)
)

func newUint64(val uint64) *uint64 { return &val }
Expand Down

0 comments on commit 8c45e10

Please sign in to comment.