Skip to content

Commit

Permalink
introduces hulunbeier-patch upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Dec 29, 2023
1 parent f06e5c9 commit b1d3aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ const (

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"

HulunbeierPatch = "HulunbeierPatch"
)
4 changes: 3 additions & 1 deletion x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const (
Manchurian = types.Manchurian

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"
Hulunbeier = types.Hulunbeier

HulunbeierPatch = types.HulunbeierPatch
)

// The default upgrade config for networks
Expand Down

0 comments on commit b1d3aed

Please sign in to comment.