Skip to content

Commit

Permalink
feat: introduce the Hulunbeier upgrade (#368)
Browse files Browse the repository at this point in the history
* introduce the Hulunbeier upgrade

* remove the labeler.yaml file
  • Loading branch information
alexgao001 authored Dec 22, 2023
1 parent 3e7d502 commit f06e5c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 77 deletions.
60 changes: 0 additions & 60 deletions .github/labeler.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/labeler.yml

This file was deleted.

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 f06e5c9

Please sign in to comment.