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)