From 51995a0098cb3fb8a507279002f8e85837b48354 Mon Sep 17 00:00:00 2001 From: "Jieyi Long (THETA Network)" Date: Mon, 28 Feb 2022 13:14:00 -0800 Subject: [PATCH] Update switching height for v3.3.0 --- common/heights.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/heights.go b/common/heights.go index b143b4dc..41216bb0 100644 --- a/common/heights.go +++ b/common/heights.go @@ -31,7 +31,7 @@ const HeightTxWrapperExtension uint64 = 12749952 const HeightSupportThetaTokenInSmartContract uint64 = 13123789 // approximate time: 5pm Dec 4, 2021 PT // HeightValidatorStakeChangedTo200K specifies the block height to lower the validator stake to 200,000 Theta -const HeightValidatorStakeChangedTo200K uint64 = 1000000000 +const HeightValidatorStakeChangedTo200K uint64 = 14526120 // approximate time: 12pm Mar 14, 2022 PT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)