Skip to content

Commit c036d87

Browse files
committed
fix: add UpgradeWatermelonFixHeight to force
1 parent 81947a7 commit c036d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/params_force.go

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ var UpgradeThunderHeight = abi.ChainEpoch(-23)
6868

6969
var UpgradeWatermelonHeight = abi.ChainEpoch(200)
7070

71+
// This fix upgrade only ran on calibrationnet
72+
var UpgradeWatermelonFixHeight = abi.ChainEpoch(-25)
73+
7174
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
7275
0: DrandMainnet,
7376
}

0 commit comments

Comments
 (0)