Skip to content

Commit

Permalink
Merge pull request #6377 from filecoin-project/fix/calibnet-param
Browse files Browse the repository at this point in the history
fix: ManifestServerID is empty
  • Loading branch information
LinZexiao authored Jul 10, 2024
2 parents 33b9f35 + 1823a0f commit 5e38895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixtures/networks/calibration.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ func Calibration() *NetworkConf {
nc.Network.DrandSchedule[nc.Network.ForkUpgradeParam.UpgradePhoenixHeight] = config.DrandQuicknet

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

return nc
}

0 comments on commit 5e38895

Please sign in to comment.