Skip to content

Commit

Permalink
Setting v4.0.0 hardfork height
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Oct 21, 2022
1 parent c6806c2 commit 7da8140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7da8140

Please sign in to comment.