Skip to content

Commit 2986a6c

Browse files
authored
feat: schedule GalileoV2 on Scroll Sepolia (#1260)
* feat: schedule GalileoV2 on Scroll Sepolia * bump version
1 parent 8629f08 commit 2986a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ var (
334334
EuclidV2Time: newUint64(1741852800),
335335
FeynmanTime: newUint64(1753167600),
336336
GalileoTime: newUint64(1764054000),
337-
GalileoV2Time: nil,
337+
GalileoV2Time: newUint64(1764831600),
338338
Clique: &CliqueConfig{
339339
Period: 3,
340340
Epoch: 30000,

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 5 // Major version component of the current release
2626
VersionMinor = 9 // Minor version component of the current release
27-
VersionPatch = 17 // Patch version component of the current release
27+
VersionPatch = 18 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)