mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
feat: schedule Feynman upgrade on Scroll Sepolia (#1222)
This commit is contained in:
parent
f641f00a02
commit
c27d82597b
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ var (
|
||||||
DarwinV2Time: newUint64(1724832000),
|
DarwinV2Time: newUint64(1724832000),
|
||||||
EuclidTime: newUint64(1741680000),
|
EuclidTime: newUint64(1741680000),
|
||||||
EuclidV2Time: newUint64(1741852800),
|
EuclidV2Time: newUint64(1741852800),
|
||||||
FeynmanTime: nil,
|
FeynmanTime: newUint64(1753167600),
|
||||||
Clique: &CliqueConfig{
|
Clique: &CliqueConfig{
|
||||||
Period: 3,
|
Period: 3,
|
||||||
Epoch: 30000,
|
Epoch: 30000,
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import (
|
||||||
const (
|
const (
|
||||||
VersionMajor = 5 // Major version component of the current release
|
VersionMajor = 5 // Major version component of the current release
|
||||||
VersionMinor = 8 // Minor 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
|
VersionMeta = "mainnet" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue