Skip to content

Commit 88dcc09

Browse files
authored
feat: schedule Galileo and GalileoV2 on Scroll mainnet (#1264)
1 parent ad45959 commit 88dcc09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ var (
388388
EuclidTime: newUint64(1744815600),
389389
EuclidV2Time: newUint64(1745305200),
390390
FeynmanTime: newUint64(1755576000),
391-
GalileoTime: nil,
392-
GalileoV2Time: nil,
391+
GalileoTime: newUint64(1765868400),
392+
GalileoV2Time: newUint64(1766041200),
393393
Clique: &CliqueConfig{
394394
Period: 3,
395395
Epoch: 30000,

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
const (
2525
VersionMajor = 5 // Major version component of the current release
26-
VersionMinor = 9 // Minor version component of the current release
27-
VersionPatch = 19 // Patch version component of the current release
26+
VersionMinor = 10 // Minor version component of the current release
27+
VersionPatch = 0 // 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)