Skip to content

Commit

Permalink
fix build params
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 20, 2024
1 parent a8867b9 commit 42f3cc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/buildconstants/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ var WhitelistedBlock = cid.Undef

var F3Enabled = true

const F3ManifestServerID = "12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG"
var F3ManifestServerID = MustPeerID("12D3KooWHcNBkqXEBrsjoveQvj6zDF3vK5S9tAfqyYaQF1LGSJwG")

var F3BootstrapEpoch abi.ChainEpoch = 1000

Expand Down
4 changes: 3 additions & 1 deletion build/buildconstants/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ const Eip155ChainId = 3141592
var WhitelistedBlock = cid.Undef

const F3Enabled = true
const F3ManifestServerID = "12D3KooWJr9jy4ngtJNR7JC1xgLFra3DjEtyxskRYWvBK9TC3Yn6"

var F3ManifestServerID = MustPeerID("12D3KooWJr9jy4ngtJNR7JC1xgLFra3DjEtyxskRYWvBK9TC3Yn6")

const F3BootstrapEpoch abi.ChainEpoch = 1000

// F3Consensus set whether F3 should checkpoint tipsets finalized by F3. This
Expand Down
4 changes: 3 additions & 1 deletion build/buildconstants/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ const Eip155ChainId = 314159
var WhitelistedBlock = cid.Undef

const F3Enabled = true
const F3ManifestServerID = "12D3KooWS9vD9uwm8u2uPyJV32QBAhKAmPYwmziAgr3Xzk2FU1Mr"

var F3ManifestServerID = MustPeerID("12D3KooWS9vD9uwm8u2uPyJV32QBAhKAmPYwmziAgr3Xzk2FU1Mr")

const F3BootstrapEpoch abi.ChainEpoch = UpgradeWaffleHeight + 100

// F3Consensus set whether F3 should checkpoint tipsets finalized by F3. This
Expand Down
4 changes: 3 additions & 1 deletion build/buildconstants/params_interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ const Eip155ChainId = 3141592
var WhitelistedBlock = cid.Undef

const F3Enabled = true
const F3ManifestServerID = "12D3KooWQJ2rdVnG4okDUB6yHQhAjNutGNemcM7XzqC9Eo4z9Jce"

var F3ManifestServerID = MustPeerID("12D3KooWQJ2rdVnG4okDUB6yHQhAjNutGNemcM7XzqC9Eo4z9Jce")

const F3BootstrapEpoch abi.ChainEpoch = 1000

// F3Consensus set whether F3 should checkpoint tipsets finalized by F3. This
Expand Down

0 comments on commit 42f3cc2

Please sign in to comment.