Skip to content

Commit

Permalink
Merge pull request #6414 from filecoin-project/feat/chore
Browse files Browse the repository at this point in the history
chore: set Calibration upgrade epoch for nv24
  • Loading branch information
simlecode authored Oct 14, 2024
2 parents a550fc3 + e8f108f commit ed28098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/networks/calibration.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Calibration() *NetworkConf {
UpgradeDragonHeight: 1427974, // 2024-03-11T14:00:00Z
UpgradeCalibrationDragonFixHeight: 1493854, // 2024-04-03T11:00:00Z
UpgradeWaffleHeight: 1779094, // 2024-07-11T12:00:00Z
UpgradeTuktukHeight: 99999999,
UpgradeTuktukHeight: 2078794, // 2024-10-23T13:30:00Z
UpgradeTuktukPowerRampDurationEpochs: builtin.EpochsInDay * 3,
},
DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: 1},
Expand All @@ -88,7 +88,7 @@ func Calibration() *NetworkConf {
nc.Network.ForkUpgradeParam.UpgradePhoenixHeight = nc.Network.ForkUpgradeParam.UpgradeDragonHeight + 120
nc.Network.DrandSchedule[nc.Network.ForkUpgradeParam.UpgradePhoenixHeight] = config.DrandQuicknet

nc.Network.F3BootstrapEpoch = nc.Network.ForkUpgradeParam.UpgradeWaffleHeight + 100
nc.Network.F3BootstrapEpoch = nc.Network.ForkUpgradeParam.UpgradeTuktukHeight + 2880
nc.Network.F3Enabled = true
nc.Network.ManifestServerID = "12D3KooWS9vD9uwm8u2uPyJV32QBAhKAmPYwmziAgr3Xzk2FU1Mr"

Expand Down

0 comments on commit ed28098

Please sign in to comment.