From d3570462023b73e4eaa055230e2c1501f25b7c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Thu, 13 Nov 2025 13:46:28 +0100 Subject: [PATCH 1/4] feat: schedule Galileo on Scroll Sepolia --- params/config.go | 1 + params/version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index f5314b7d0d1..aa3f74bbc09 100644 --- a/params/config.go +++ b/params/config.go @@ -333,6 +333,7 @@ var ( EuclidTime: newUint64(1741680000), EuclidV2Time: newUint64(1741852800), FeynmanTime: newUint64(1753167600), + GalileoTime: newUint64(1763625600), Clique: &CliqueConfig{ Period: 3, Epoch: 30000, diff --git a/params/version.go b/params/version.go index f55b0c53335..c4854503e97 100644 --- a/params/version.go +++ b/params/version.go @@ -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 = 10 // Patch version component of the current release + VersionPatch = 11 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string ) From 5c375ed405db3f4cc3b0d65b43cb1f2a8dab2d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Thu, 13 Nov 2025 14:00:17 +0100 Subject: [PATCH 2/4] bump version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index c4854503e97..b97b9061980 100644 --- a/params/version.go +++ b/params/version.go @@ -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 = 11 // Patch version component of the current release + VersionPatch = 12 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string ) From df6aaa19a317e396d4b7aca2b647d8d3b677744b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Mon, 17 Nov 2025 14:07:15 +0100 Subject: [PATCH 3/4] bump version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index b97b9061980..b5cbf04cc30 100644 --- a/params/version.go +++ b/params/version.go @@ -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 ) From c081b8023388f7b84e1310012fe4399d47e5acf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Mon, 17 Nov 2025 14:53:17 +0100 Subject: [PATCH 4/4] update timestamp --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index aa3f74bbc09..a131a6ff09b 100644 --- a/params/config.go +++ b/params/config.go @@ -333,7 +333,7 @@ var ( EuclidTime: newUint64(1741680000), EuclidV2Time: newUint64(1741852800), FeynmanTime: newUint64(1753167600), - GalileoTime: newUint64(1763625600), + GalileoTime: newUint64(1764054000), Clique: &CliqueConfig{ Period: 3, Epoch: 30000,