Skip to content

Commit

Permalink
feat: add a second premigration for nv17 (#5400)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Oct 21, 2022
1 parent dbdb6ae commit 36b6017
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/fork/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36b6017

Please sign in to comment.