From 7da8140d070e1d7b336eb975b3e5edce17ab508b Mon Sep 17 00:00:00 2001 From: "Jieyi Long (THETA Network)" Date: Fri, 21 Oct 2022 11:14:17 +0800 Subject: [PATCH] Setting v4.0.0 hardfork height --- common/heights.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/heights.go b/common/heights.go index 2ce6639c..37c6eaff 100644 --- a/common/heights.go +++ b/common/heights.go @@ -37,7 +37,7 @@ const HeightValidatorStakeChangedTo200K uint64 = 14526120 // approximate time: 1 const HeightSupportWrappedTheta uint64 = 17285755 // approximate time: 7pm Sep 28, 2022 PT // HeightEnableMetachainSupport specifies the block height to enable Theta Metachain support (i.e. Mainnet 4.0) -const HeightEnableMetachainSupport uint64 = 1000000000 +const HeightEnableMetachainSupport uint64 = 17790756 // approximate time: 7pm Nov 3, 2022 PT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)