File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ func Calibration() *NetworkConf {
74
74
UpgradeWaffleHeight : 1779094 , // 2024-07-11T12:00:00Z
75
75
UpgradeTuktukHeight : 2078794 , // 2024-10-23T13:30:00Z
76
76
UpgradeTuktukPowerRampDurationEpochs : builtin .EpochsInDay * 3 ,
77
- UpgradeTeepHeight : 2520574 , // 2025-03-25T23 :00:00Z
77
+ UpgradeTeepHeight : 2523454 , // 2025-03-26T23 :00:00Z
78
78
},
79
79
DrandSchedule : map [abi.ChainEpoch ]config.DrandEnum {0 : 1 },
80
80
AddressNetwork : address .Testnet ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
19
19
"github.com/pkg/errors"
20
20
21
21
"github.com/filecoin-project/venus/pkg/constants"
22
+ "github.com/filecoin-project/venus/venus-shared/actors/builtin"
22
23
"github.com/filecoin-project/venus/venus-shared/types"
23
24
)
24
25
@@ -399,7 +400,8 @@ var DefaultForkUpgradeParam = &ForkUpgradeConfig{
399
400
UpgradeWaffleHeight : 4154640 ,
400
401
UpgradeTuktukHeight : 4461240 ,
401
402
UpgradeTuktukPowerRampDurationEpochs : 200 ,
402
- UpgradeTeepHeight : 9999999999 ,
403
+ UpgradeTeepHeight : 9999999998 ,
404
+ UpgradeTockHeight : 9999999998 + 90 * builtin .EpochsInDay ,
403
405
}
404
406
405
407
func newDefaultNetworkParamsConfig () * NetworkParamsConfig {
You can’t perform that action at this time.
0 commit comments