From e758cc829a343b955c9b21edb1cf9b1206a78733 Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Fri, 2 Feb 2024 10:56:02 +0800 Subject: [PATCH] introduce Pawnee upgrade --- 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