From f2091df7fced3f4249a91ea2362b5aae473d807b Mon Sep 17 00:00:00 2001 From: Alexxxxxx <118710506+alexgao001@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:35:55 +0800 Subject: [PATCH] introduce Pawnee upgrade (#396) --- 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 edab289200..8160cad52b 100644 --- a/types/upgrade.go +++ b/types/upgrade.go @@ -20,4 +20,7 @@ const ( // Ural is the upgrade name for Ural upgrade Ural = "Ural" + + // Pawnee is the upgrade name for Pawnee upgrade + Pawnee = "Pawnee" ) diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index a56113da21..10f46a3350 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -26,6 +26,9 @@ const ( // Ural is the upgrade name for Ural upgrade Ural = types.Ural + + // Pawnee is the upgrade name for Pawnee upgrade + Pawnee = types.Pawnee ) // The default upgrade config for networks