Commit fa0dfdf 1 parent 19ae05f commit fa0dfdf Copy full SHA for fa0dfdf
File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const UpgradeSkyrHeight = -19
53
53
const UpgradeSharkHeight = - 20
54
54
const UpgradeHyggeHeight = - 21
55
55
56
- const UpgradeLightningHeight = 360
56
+ const UpgradeLightningHeight = 500
57
57
58
58
const UpgradeThunderHeight = UpgradeLightningHeight + 360
59
59
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ const UpgradeSharkHeight = 16800 // 6 days after genesis
73
73
// 2023-02-21T16:30:00Z
74
74
const UpgradeHyggeHeight = 322354
75
75
76
- // 2023-04-20T16:30 :00Z
77
- const UpgradeLightningHeight = 489394
76
+ // 2023-04-20T14:00 :00Z
77
+ const UpgradeLightningHeight = 489154
78
78
79
- // 2023-04-24T16:30 :00Z
80
- const UpgradeThunderHeight = UpgradeLightningHeight + 11520
79
+ // 2023-04-21T16:00 :00Z
80
+ const UpgradeThunderHeight = UpgradeLightningHeight + 3120
81
81
82
82
var SupportedProofTypes = []abi.RegisteredSealProof {
83
83
abi .RegisteredSealProof_StackedDrg32GiBV1 ,
Original file line number Diff line number Diff line change @@ -252,14 +252,9 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule {
252
252
Migration : UpgradeActorsV11 ,
253
253
PreMigrations : []stmgr.PreMigration {{
254
254
PreMigration : PreUpgradeActorsV11 ,
255
- StartWithin : 240 ,
256
- DontStartWithin : 60 ,
257
- StopWithin : 20 ,
258
- }, {
259
- PreMigration : PreUpgradeActorsV11 ,
260
- StartWithin : 15 ,
261
- DontStartWithin : 10 ,
262
- StopWithin : 5 ,
255
+ StartWithin : 120 ,
256
+ DontStartWithin : 15 ,
257
+ StopWithin : 10 ,
263
258
}},
264
259
Expensive : true ,
265
260
}, {
You can’t perform that action at this time.
0 commit comments