Skip to content

Commit

Permalink
fix: ManifestServerID is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jul 10, 2024
1 parent 33b9f35 commit 1823a0f
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 1823a0f

Please sign in to comment.