File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ var (
358
358
ArchimedesBlock : big .NewInt (0 ),
359
359
ShanghaiBlock : big .NewInt (0 ),
360
360
BernoulliBlock : big .NewInt (5220340 ),
361
- CurieBlock : big .NewInt (6895269 ),
361
+ CurieBlock : big .NewInt (6924036 ),
362
362
DescartesBlock : nil ,
363
363
Clique : & CliqueConfig {
364
364
Period : 3 ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
VersionMajor = 5 // Major version component of the current release
26
26
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
28
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments