Skip to content

Commit

Permalink
add upgrade name
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Sep 18, 2023
1 parent f66797b commit 546708e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const (
// Nagqu is the upgrade name for Nagqu upgrade
Nagqu = "Nagqu"

// Xxxxx is the upgrade name for Xxxxx upgrade
Xxxxx = "Xxxxx"
// Pampas is the upgrade name for Pampas upgrade
Pampas = "Pampas"
)
3 changes: 2 additions & 1 deletion x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const (
// Nagqu is the upgrade name for following features:
Nagqu = types.Nagqu

Xxxxx = types.Xxxxx
// Pampas is the upgrade name for Pampas upgrade
Pampas = types.Pampas
)

// The default upgrade config for networks
Expand Down

0 comments on commit 546708e

Please sign in to comment.