From 71f9bc399ea5d4411bbda1155f4cbc6fa8489180 Mon Sep 17 00:00:00 2001 From: "Jieyi Long (THETA Network)" Date: Wed, 14 Sep 2022 13:27:19 +0800 Subject: [PATCH] Update upgrade height for v3.4.0 --- common/heights.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/heights.go b/common/heights.go index a5c1c418..ccab22e0 100644 --- a/common/heights.go +++ b/common/heights.go @@ -34,7 +34,7 @@ const HeightSupportThetaTokenInSmartContract uint64 = 13123789 // approximate ti const HeightValidatorStakeChangedTo200K uint64 = 14526120 // approximate time: 12pm Mar 14, 2022 PT // HeightSupportWrappedTheta specifies the block height to support wrapped Theta -const HeightSupportWrappedTheta uint64 = 1000000000 +const HeightSupportWrappedTheta uint64 = 17285755 // approximate time: 7pm Sep 28, 2022 PT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)