Skip to content

Commit

Permalink
Update upgrade heights
Browse files Browse the repository at this point in the history
Update upgrade heights
  • Loading branch information
rjan90 committed Feb 6, 2024
1 parent 7181cd3 commit 3e6db1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ const UpgradeLightningHeight = -22
const UpgradeThunderHeight = -23
const UpgradeWatermelonHeight = -24

// ??????
const UpgradeDragonHeight = 200
const UpgradeDragonHeight = 5760

const UpgradeMangoHeight = UpgradePineappleHeight + 10

Expand Down
4 changes: 2 additions & 2 deletions build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ const UpgradeWatermelonFixHeight = 1070494
// 2023-11-21T13:00:00Z
const UpgradeWatermelonFix2Height = 1108174

// ??????
const UpgradeDragonHeight = 999999999999999
// 2024-02-27T14:00:00Z
const UpgradeDragonHeight = 1390534

const UpgradeMangoHeight = UpgradePineappleHeight + 10

Expand Down

0 comments on commit 3e6db1c

Please sign in to comment.