Skip to content

Commit

Permalink
Update f3 setting for calib (#12181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju authored Jul 4, 2024
1 parent 60b5ee8 commit f8c5b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ const Eip155ChainId = 314159

var WhitelistedBlock = cid.Undef

const F3Enabled = false
const F3BootstrapEpoch abi.ChainEpoch = -1
const F3Enabled = true
const F3BootstrapEpoch abi.ChainEpoch = UpgradeWaffleHeight + 100

0 comments on commit f8c5b73

Please sign in to comment.