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 @@ -332,7 +332,7 @@ var (
332
332
DarwinV2Time : newUint64 (1724832000 ),
333
333
EuclidTime : newUint64 (1741680000 ),
334
334
EuclidV2Time : newUint64 (1741852800 ),
335
- FeynmanTime : nil ,
335
+ FeynmanTime : newUint64 ( 1753167600 ) ,
336
336
Clique : & CliqueConfig {
337
337
Period : 3 ,
338
338
Epoch : 30000 ,
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 = 8 // Minor version component of the current release
27
- VersionPatch = 69 // Patch version component of the current release
27
+ VersionPatch = 70 // 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