From 3cb07f5a365c82ba5cab8754bb24c3e41586a54c Mon Sep 17 00:00:00 2001 From: yutianwu Date: Tue, 5 Mar 2024 14:48:39 +0800 Subject: [PATCH] feat: add upgrade Serengeti (#400) --- types/upgrade.go | 3 +++ x/upgrade/types/upgrade_config.go | 3 +++ 2 files changed, 6 insertions(+) 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