Skip to content

Commit

Permalink
feat: delay Scroll mainnet Curie block by 6 days (#850)
Browse files Browse the repository at this point in the history
* feat: delay Scroll mainnet Curie block by 6 days

* update

* update
  • Loading branch information
Thegaram committed Jun 24, 2024
1 parent 517e5b4 commit 7da0bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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(6924036),
CurieBlock: big.NewInt(7096836),
DescartesBlock: nil,
Clique: &CliqueConfig{
Period: 3,
Expand Down
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 7da0bd5

Please sign in to comment.