From 729b8f1e6b85980355d315461d4bd040967e69b9 Mon Sep 17 00:00:00 2001 From: Barry <122767193+BarryTong65@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:06:33 +0930 Subject: [PATCH] feat: update the block height for veld (#450) --- x/upgrade/types/upgrade_config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index ee95f55c4..c4ac2ce31 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -81,7 +81,7 @@ var ( Info: "Erdos hardfork", }).SetPlan(&Plan{ Name: Veld, - Height: 9030588, + Height: 9269910, Info: "Veld hardfork", }) @@ -124,7 +124,7 @@ var ( Info: "Erdos hardfork", }).SetPlan(&Plan{ Name: Veld, - Height: 9379516, + Height: 9581218, Info: "Veld hardfork", }) )