Skip to content

Commit

Permalink
fix: add UpgradeWatermelonFixHeight to force
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Nov 9, 2023
1 parent 1418c43 commit fad159a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/params_force.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ var UpgradeThunderHeight = abi.ChainEpoch(-23)

var UpgradeWatermelonHeight = abi.ChainEpoch(200)

// This fix upgrade only ran on calibrationnet
var UpgradeWatermelonFixHeight = abi.ChainEpoch(-25)

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
}
Expand Down

0 comments on commit fad159a

Please sign in to comment.