Skip to content

Commit b80847f

Browse files
authored
Merge branch 'flare-foundation:v1_10_0-upgrade' into v1_10_0-upgrade
2 parents b352be3 + 3b2a23f commit b80847f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

avalanchego/version/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ var (
145145
CortinaTimes = map[uint32]time.Time{
146146
constants.MainnetID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
147147
constants.FlareID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
148-
constants.CostwoID: time.Date(2025, time.March, 25, 13, 0, 0, 0, time.UTC),
148+
constants.CostwoID: time.Date(2025, time.April, 8, 12, 0, 0, 0, time.UTC),
149149
constants.StagingID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
150150
constants.LocalFlareID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
151-
constants.CostonID: time.Date(2025, time.March, 18, 13, 0, 0, 0, time.UTC),
151+
constants.CostonID: time.Date(2025, time.March, 27, 13, 0, 0, 0, time.UTC),
152152
constants.SongbirdID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
153153
constants.LocalID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
154154
}

coreth/params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ var (
191191
ApricotPhase6BlockTimestamp: big.NewInt(time.Date(2024, time.November, 26, 13, 0, 0, 0, time.UTC).Unix()),
192192
ApricotPhasePost6BlockTimestamp: big.NewInt(time.Date(2024, time.November, 26, 14, 0, 0, 0, time.UTC).Unix()),
193193
BanffBlockTimestamp: big.NewInt(time.Date(2024, time.November, 26, 15, 0, 0, 0, time.UTC).Unix()),
194-
CortinaBlockTimestamp: big.NewInt(time.Date(2025, time.March, 25, 13, 0, 0, 0, time.UTC).Unix()),
194+
CortinaBlockTimestamp: big.NewInt(time.Date(2025, time.April, 8, 12, 0, 0, 0, time.UTC).Unix()),
195195
}
196196

197197
StagingChainConfig = &ChainConfig{
@@ -271,7 +271,7 @@ var (
271271
ApricotPhase6BlockTimestamp: big.NewInt(time.Date(2025, time.January, 7, 13, 0, 0, 0, time.UTC).Unix()),
272272
ApricotPhasePost6BlockTimestamp: big.NewInt(time.Date(2025, time.January, 7, 14, 0, 0, 0, time.UTC).Unix()),
273273
BanffBlockTimestamp: big.NewInt(time.Date(2025, time.January, 7, 15, 0, 0, 0, time.UTC).Unix()),
274-
CortinaBlockTimestamp: big.NewInt(time.Date(2025, time.March, 18, 13, 0, 0, 0, time.UTC).Unix()),
274+
CortinaBlockTimestamp: big.NewInt(time.Date(2025, time.March, 27, 13, 0, 0, 0, time.UTC).Unix()),
275275
}
276276

277277
// LocalChainConfig is the configuration for the Songbird Local network.

0 commit comments

Comments
 (0)