From a75b8d2293a0d7fe5abd3be050cea8b0f970aa14 Mon Sep 17 00:00:00 2001 From: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com> Date: Tue, 11 Jan 2022 10:52:01 +0800 Subject: [PATCH] Merge PR: update VenusHeight=8200000 (#1414) * update VenusHeight=8200000 * Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 84c773637a..c635f6be62 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export GO111MODULE=on GithubTop=github.com -Version=v1.1.1 +Version=v1.1.2 CosmosSDK=v0.39.2 Tendermint=v0.33.9 Iavl=v0.14.3 @@ -38,7 +38,7 @@ build_tags := $(strip $(build_tags)) ifeq ($(MAKECMDGOALS),mainnet) GenesisHeight=2322600 MercuryHeight=5150000 - VenusHeight=8160000 + VenusHeight=8200000 else ifeq ($(MAKECMDGOALS),testnet) GenesisHeight=1121818 MercuryHeight=5300000