feat: schedule Galileo on Scroll Sepolia (#1255)

* feat: schedule Galileo on Scroll Sepolia

* bump version

* bump version

* update timestamp
This commit is contained in:
Péter Garamvölgyi 2025-11-18 10:27:53 +01:00 committed by GitHub
parent b5c3dd1aa9
commit a325227c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -333,6 +333,7 @@ var (
EuclidTime: newUint64(1741680000),
EuclidV2Time: newUint64(1741852800),
FeynmanTime: newUint64(1753167600),
GalileoTime: newUint64(1764054000),
Clique: &CliqueConfig{
Period: 3,
Epoch: 30000,

View file

@ -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
)