Skip to content

Commit

Permalink
feat: add Nagqu fork name (#256)
Browse files Browse the repository at this point in the history
* feat: add EnableGroupMemberExpirationUpgrade

* fix: update upgrade name

* fix: update hardfork name
  • Loading branch information
j75689 authored Aug 4, 2023
1 parent 9216a6a commit 1a50410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import (
const (
// EnablePublicDelegationUpgrade is the upgrade name for enabling public delegation
EnablePublicDelegationUpgrade = "EnablePublicDelegationUpgrade"

// Nagqu is the upgrade name for following features:
// - group member expiration
Nagqu = "Nagqu"
)

// The default upgrade config for networks
Expand Down

0 comments on commit 1a50410

Please sign in to comment.