From f11e44c7e3d5b765d4cdefc222595c9a5f7c7d56 Mon Sep 17 00:00:00 2001 From: lyh169 <44960676+lyh169@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:00:12 +0800 Subject: [PATCH] Merge PR: add ibc40 fork height on testnet (#2908) * 1. add ibc40 fork height on testnet * 1. add ibc40 fork height on testnet * 1. delayed ibc40 fork height on testnet * 1. delayed ibc40 fork height on testnet Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ab213b7cd7..18b5cff6d4 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ else ifeq ($(MAKECMDGOALS),testnet) Venus2Height=14781000 Venus3Height=15540000 EarthHeight=17364500 + Venus4Height=17531500 WITH_ROCKSDB=true endif