Skip to content

Commit 25369b2

Browse files
authored
feat: schedule Feynman upgrade on Scroll mainnet (#1230)
1 parent 35bc5a9 commit 25369b2

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
@@ -385,7 +385,7 @@ var (
385385
DarwinV2Time: newUint64(1725264000),
386386
EuclidTime: newUint64(1744815600),
387387
EuclidV2Time: newUint64(1745305200),
388-
FeynmanTime: nil,
388+
FeynmanTime: newUint64(1755576000),
389389
Clique: &CliqueConfig{
390390
Period: 3,
391391
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 = 76 // Patch version component of the current release
27+
VersionPatch = 77 // 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)