Skip to content

Commit 69aae68

Browse files
authored
feat: delay Curie fork on mainnet by 1 day (#821)
1 parent 0b6cdbd commit 69aae68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ var (
358358
ArchimedesBlock: big.NewInt(0),
359359
ShanghaiBlock: big.NewInt(0),
360360
BernoulliBlock: big.NewInt(5220340),
361-
CurieBlock: big.NewInt(6895269),
361+
CurieBlock: big.NewInt(6924036),
362362
DescartesBlock: nil,
363363
Clique: &CliqueConfig{
364364
Period: 3,

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 5 // Major version component of the current release
2626
VersionMinor = 4 // Minor version component of the current release
27-
VersionPatch = 0 // Patch version component of the current release
27+
VersionPatch = 2 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)