Skip to content

Commit

Permalink
feat: add EnableGroupMemberExpirationUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 3, 2023
1 parent 9216a6a commit 04f5e27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import (
const (
// EnablePublicDelegationUpgrade is the upgrade name for enabling public delegation
EnablePublicDelegationUpgrade = "EnablePublicDelegationUpgrade"

// EnableGroupMemberExpirationUpgrade is the upgrade name for enabling group member expiration
EnableGroupMemberExpirationUpgrade = "EnableGroupMemberExpirationUpgrade"
)

// The default upgrade config for networks
Expand Down

0 comments on commit 04f5e27

Please sign in to comment.