From 10395dd32014de5e284580fc350ae3222019b2d1 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Tue, 11 Jun 2024 14:19:19 +0800 Subject: [PATCH] feat: update the block height for veld --- 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", }) )