diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index 0e68c6b12..5754c4bea 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -249,7 +249,19 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule { }, { Height: build.UpgradeLightningHeight, Network: network.Version19, - Migration: nil, + Migration: UpgradeActorsV11, + PreMigrations: []stmgr.PreMigration{{ + PreMigration: PreUpgradeActorsV11, + StartWithin: 240, + DontStartWithin: 60, + StopWithin: 20, + }, { + PreMigration: PreUpgradeActorsV11, + StartWithin: 15, + DontStartWithin: 10, + StopWithin: 5, + }}, + Expensive: true, }, { Height: build.UpgradeThunderHeight, Network: network.Version20,