From ed16913ffc6c44cecde59b31a5bd2e5561ce9dcf 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..99a71e7bd 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: 9269906, Info: "Veld hardfork", }) @@ -124,7 +124,7 @@ var ( Info: "Erdos hardfork", }).SetPlan(&Plan{ Name: Veld, - Height: 9379516, + Height: 10578160, Info: "Veld hardfork", }) )