feat: schedule Feynman upgrade on Scroll Sepolia (#1222)

This commit is contained in:
Péter Garamvölgyi 2025-07-16 16:05:16 +02:00 committed by GitHub
parent f641f00a02
commit c27d82597b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -332,7 +332,7 @@ var (
DarwinV2Time: newUint64(1724832000),
EuclidTime: newUint64(1741680000),
EuclidV2Time: newUint64(1741852800),
FeynmanTime: nil,
FeynmanTime: newUint64(1753167600),
Clique: &CliqueConfig{
Period: 3,
Epoch: 30000,

View file

@ -24,7 +24,7 @@ import (
const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 69 // Patch version component of the current release
VersionPatch = 70 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)