Skip to content

Commit

Permalink
chore: set UpgradeTuktukHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Nov 8, 2024
1 parent 9aeba43 commit c425e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fixtures/networks/integrationtestnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func IntegrationNet() *NetworkConf {
UpgradeDragonHeight: 3855360,
UpgradeCalibrationDragonFixHeight: -102, // This fix upgrade only ran on calibrationnet
UpgradeWaffleHeight: 4154640,
UpgradeTuktukHeight: 999999999,
UpgradeTuktukHeight: 4461240,
},
DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: 5, 51000: 1},
AddressNetwork: address.Testnet,
Expand Down
2 changes: 1 addition & 1 deletion fixtures/networks/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Mainnet() *NetworkConf {
UpgradeDragonHeight: 3855360, // 2024-04-24T14:00:00Z
UpgradeCalibrationDragonFixHeight: -102, // This fix upgrade only ran on calibrationnet
UpgradeWaffleHeight: 4154640, // 2024-08-06T12:00:00Z
UpgradeTuktukHeight: 9999999,
UpgradeTuktukHeight: 4461240, // 2024-11-20T23:00:00Z
UpgradeTuktukPowerRampDurationEpochs: builtin2.EpochsInYear,
},
DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: 5, 51000: 1},
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ var DefaultForkUpgradeParam = &ForkUpgradeConfig{
// This fix upgrade only ran on calibrationnet
UpgradeCalibrationDragonFixHeight: -3,
UpgradeWaffleHeight: 4154640,
UpgradeTuktukHeight: 99999999999,
UpgradeTuktukHeight: 4461240,
UpgradeTuktukPowerRampDurationEpochs: 200,
}

Expand Down

0 comments on commit c425e59

Please sign in to comment.