Skip to content

Commit

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

// EnableGroupMemberExpirationUpgrade is the upgrade name for enabling group member expiration
EnableGroupMemberExpirationUpgrade = "EnableGroupMemberExpirationUpgrade"
// TODO: name is to be determined
// BEP1001 is the upgrade name for following features:
// - group member expiration
BEP1001 = "BEP1001"
)

// The default upgrade config for networks
Expand Down

0 comments on commit ae1fe2c

Please sign in to comment.