Skip to content

Commit

Permalink
Update v3.2.0 hardfork height
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Nov 21, 2021
1 parent 9b31e12 commit 586cecd
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 @@ -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)
Expand Down

0 comments on commit 586cecd

Please sign in to comment.