diff --git a/pkg/fork/fork.go b/pkg/fork/fork.go index c0d323355e..3c8007ec70 100644 --- a/pkg/fork/fork.go +++ b/pkg/fork/fork.go @@ -304,8 +304,13 @@ func DefaultUpgradeSchedule(cf *ChainFork, upgradeHeight *config.ForkUpgradeConf Migration: cf.UpgradeActorsV9, PreMigrations: []PreMigration{{ PreMigration: cf.PreUpgradeActorsV9, - StartWithin: 180, + StartWithin: 240, DontStartWithin: 60, + StopWithin: 20, + }, { + PreMigration: cf.PreUpgradeActorsV9, + StartWithin: 15, + DontStartWithin: 10, StopWithin: 5, }}, Expensive: true,