Skip to content

Commit

Permalink
feat: add upgrade Serengeti (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu authored Mar 5, 2024
1 parent 5fb734a commit 3cb07f5
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 @@ -23,4 +23,7 @@ const (

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

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

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

// Serengeti is the upgrade name for Serengeti upgrade
Serengeti = types.Serengeti
)

// The default upgrade config for networks
Expand Down

0 comments on commit 3cb07f5

Please sign in to comment.