diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index 742585bccd..659e1c72c1 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -17,12 +17,11 @@ const ( // The default upgrade config for networks var ( TestnetChainID = "greenfield_5600-1" - TestnetConfig = NewUpgradeConfig() - // .SetPlan(&Plan{ - // Name: EnablePublicDelegationUpgrade, - // Height: 100, - // Info: "Enable public delegation", - // }) + TestnetConfig = NewUpgradeConfig().SetPlan(&Plan{ + Name: Nagqu, + Height: 471350, + Info: "Nagqu hardfork", + }) ) func NewUpgradeConfig() *UpgradeConfig {