From 2eb4536875595bad6e8fce17ddd374c015cbef9a Mon Sep 17 00:00:00 2001 From: j75689 Date: Thu, 23 Nov 2023 10:42:20 +0800 Subject: [PATCH] feat: enable Pampas hardfork to mainnet --- x/upgrade/types/upgrade_config.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index e4a761621b..8bc6c4fa15 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -27,6 +27,10 @@ var ( Name: Nagqu, Height: 1, Info: "Nagqu hardfork", + }).SetPlan(&Plan{ + Name: Pampas, + Height: 2006197, + Info: "Pampas hardfork", }) TestnetChainID = "greenfield_5600-1"