Skip to content

Commit

Permalink
Update upgrade height for v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Sep 14, 2022
1 parent e791406 commit 71f9bc3
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 @@ -34,7 +34,7 @@ const HeightSupportThetaTokenInSmartContract uint64 = 13123789 // approximate ti
const HeightValidatorStakeChangedTo200K uint64 = 14526120 // approximate time: 12pm Mar 14, 2022 PT

// HeightSupportWrappedTheta specifies the block height to support wrapped Theta
const HeightSupportWrappedTheta uint64 = 1000000000
const HeightSupportWrappedTheta uint64 = 17285755 // approximate time: 7pm Sep 28, 2022 PT

// CheckpointInterval defines the interval between checkpoints.
const CheckpointInterval = int64(100)
Expand Down

0 comments on commit 71f9bc3

Please sign in to comment.