From 6246834cd804d40e579bd158bbca9fd788241aff Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Sat, 11 May 2024 00:55:48 +0800 Subject: [PATCH] release: update the block height for edos --- x/upgrade/types/upgrade_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/upgrade/types/upgrade_config.go b/x/upgrade/types/upgrade_config.go index 6624d208d..76096230a 100644 --- a/x/upgrade/types/upgrade_config.go +++ b/x/upgrade/types/upgrade_config.go @@ -113,7 +113,7 @@ var ( Info: "Serengeti hardfork", }).SetPlan(&Plan{ Name: Erdos, - Height: 8285529, + Height: 8116724, Info: "Erdos hardfork", }) )