mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
feat: schedule Galileo on Scroll Sepolia (#1255)
* feat: schedule Galileo on Scroll Sepolia * bump version * bump version * update timestamp
This commit is contained in:
parent
b5c3dd1aa9
commit
a325227c45
2 changed files with 2 additions and 1 deletions
|
|
@ -333,6 +333,7 @@ var (
|
|||
EuclidTime: newUint64(1741680000),
|
||||
EuclidV2Time: newUint64(1741852800),
|
||||
FeynmanTime: newUint64(1753167600),
|
||||
GalileoTime: newUint64(1764054000),
|
||||
Clique: &CliqueConfig{
|
||||
Period: 3,
|
||||
Epoch: 30000,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import (
|
|||
const (
|
||||
VersionMajor = 5 // Major version component of the current release
|
||||
VersionMinor = 9 // Minor version component of the current release
|
||||
VersionPatch = 12 // Patch version component of the current release
|
||||
VersionPatch = 13 // Patch version component of the current release
|
||||
VersionMeta = "mainnet" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue