Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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