Skip to content

Commit c27d825

Browse files
authored
feat: schedule Feynman upgrade on Scroll Sepolia (#1222)
1 parent f641f00 commit c27d825

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
@@ -332,7 +332,7 @@ var (
332332
DarwinV2Time: newUint64(1724832000),
333333
EuclidTime: newUint64(1741680000),
334334
EuclidV2Time: newUint64(1741852800),
335-
FeynmanTime: nil,
335+
FeynmanTime: newUint64(1753167600),
336336
Clique: &CliqueConfig{
337337
Period: 3,
338338
Epoch: 30000,

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 = 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
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)