From 586cecdba6206b29bc7605e783f26db7f3df74ff Mon Sep 17 00:00:00 2001 From: "Jieyi Long (THETA Network)" Date: Sun, 21 Nov 2021 15:55:15 +0800 Subject: [PATCH] Update v3.2.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 3afbab07..60db574e 100644 --- a/common/heights.go +++ b/common/heights.go @@ -28,7 +28,7 @@ const HeightRPCCompatibility uint64 = 11354820 // approximate time: 12pm July 30 const HeightTxWrapperExtension uint64 = 12749952 // HeightSupportThetaTokenInSmartContract specifies the block height to support Theta in smart contracts -const HeightSupportThetaTokenInSmartContract uint64 = 9000000000 +const HeightSupportThetaTokenInSmartContract uint64 = 13123789 // approximate time: 5pm Dec 4, 2021 PT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)