Skip to content

Commit

Permalink
Merge branch 'develop' into release/v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
randyahx authored Sep 12, 2023
2 parents f9bf79d + b71cb0a commit 3356db2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3356db2

Please sign in to comment.