@@ -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