Skip to content

Commit a325227

Browse files
authored
feat: schedule Galileo on Scroll Sepolia (#1255)
* feat: schedule Galileo on Scroll Sepolia * bump version * bump version * update timestamp
1 parent b5c3dd1 commit a325227

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

params/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ var (
333333
EuclidTime: newUint64(1741680000),
334334
EuclidV2Time: newUint64(1741852800),
335335
FeynmanTime: newUint64(1753167600),
336+
GalileoTime: newUint64(1764054000),
336337
Clique: &CliqueConfig{
337338
Period: 3,
338339
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 = 12 // Patch version component of the current release
27+
VersionPatch = 13 // 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)