Skip to content

Commit

Permalink
feat: delay Curie fork on mainnet by 1 day (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Jun 12, 2024
1 parent 0b6cdbd commit 69aae68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ var (
ArchimedesBlock: big.NewInt(0),
ShanghaiBlock: big.NewInt(0),
BernoulliBlock: big.NewInt(5220340),
CurieBlock: big.NewInt(6895269),
CurieBlock: big.NewInt(6924036),
DescartesBlock: nil,
Clique: &CliqueConfig{
Period: 3,
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 69aae68

Please sign in to comment.