diff --git a/types/upgrade.go b/types/upgrade.go index 8160cad52b..93bbf1386e 100644 --- a/types/upgrade.go +++ b/types/upgrade.go @@ -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" ) diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index 10a4a95125..28b7c90411 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -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