Skip to content

Commit

Permalink
LOTUS_DRAGON_FIX_HEIGHT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Apr 1, 2024
1 parent 5d8dc08 commit 8b7fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ func init() {
UpgradeThunderHeight = getUpgradeHeight("LOTUS_THUNDER_HEIGHT", UpgradeThunderHeight)
UpgradeWatermelonHeight = getUpgradeHeight("LOTUS_WATERMELON_HEIGHT", UpgradeWatermelonHeight)
UpgradeDragonHeight = getUpgradeHeight("LOTUS_DRAGON_HEIGHT", UpgradeDragonHeight)

UpgradePhoenixHeight = getUpgradeHeight("LOTUS_PHOENIX_HEIGHT", UpgradePhoenixHeight)
UpgradeCalibrationDragonFixHeight = getUpgradeHeight("LOTUS_DRAGON_FIX_HEIGHT", UpgradeCalibrationDragonFixHeight)
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
UpgradePhoenixHeight: DrandQuicknet,
Expand Down

0 comments on commit 8b7fd61

Please sign in to comment.