Skip to content

Commit

Permalink
introduce the Hulunbeier upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Dec 14, 2023
1 parent 3e7d502 commit c20e9a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ const (

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

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"
)
3 changes: 3 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const (

// Manchurian is the upgrade name for Manchurian upgrade
Manchurian = types.Manchurian

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

// The default upgrade config for networks
Expand Down

0 comments on commit c20e9a5

Please sign in to comment.