From d3bf119ae417723ac259eebbca93c0092c726e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Thu, 27 Nov 2025 08:17:26 +0100 Subject: [PATCH 1/2] feat: schedule GalileoV2 on Scroll Sepolia --- params/config.go | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/params/config.go b/params/config.go index 8a0784c09ea..9052698311d 100644 --- a/params/config.go +++ b/params/config.go @@ -334,7 +334,7 @@ var ( EuclidV2Time: newUint64(1741852800), FeynmanTime: newUint64(1753167600), GalileoTime: newUint64(1764054000), - GalileoV2Time: nil, + GalileoV2Time: newUint64(1764831600), Clique: &CliqueConfig{ Period: 3, Epoch: 30000, diff --git a/params/version.go b/params/version.go index 9e933658893..1079f2167fa 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 = 16 // Patch version component of the current release + VersionPatch = 17 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string ) From ae189f51b03daf5dc92f3c0c7eaba041c7e1c9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Sun, 30 Nov 2025 20:55:38 +0100 Subject: [PATCH 2/2] bump version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 1079f2167fa..94cdc407c79 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 = 17 // Patch version component of the current release + VersionPatch = 18 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string )