Skip to content

Commit

Permalink
Update switching height for v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Feb 28, 2022
1 parent 2c2bf9e commit 51995a0
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 @@ -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)
Expand Down

0 comments on commit 51995a0

Please sign in to comment.