diff --git a/chain/stmgr/forks.go b/chain/stmgr/forks.go index 92dce2761..769cae7c0 100644 --- a/chain/stmgr/forks.go +++ b/chain/stmgr/forks.go @@ -18,7 +18,7 @@ import ( ) var ForksAtHeight = map[abi.ChainEpoch]func(context.Context, *StateManager, types.StateTree) error{ - 42000: UpgradeFaucetBurnRecovery, + build.UpgradeBreezeHeight: UpgradeFaucetBurnRecovery, } func (sm *StateManager) handleStateForks(ctx context.Context, st types.StateTree, height abi.ChainEpoch) (err error) {