Skip to content

Commit

Permalink
Update hardfork height for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Jul 25, 2021
1 parent 860e0ee commit dadc576
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 @@ -22,7 +22,7 @@ const HeightJune2021FeeAdjustment uint64 = 10709540 // approximate time: 12pm Ju
const HeightEnableTheta3 uint64 = 10968061 // approximate time: 12pm June 30, 2021 PT

// HeightRPCCompatibility specifies the block height to enable Ethereum compatible RPC support
const HeightRPCCompatibility uint64 = 1000000000
const HeightRPCCompatibility uint64 = 11354820 // approximate time: 12pm July 30, 2021 PT

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

0 comments on commit dadc576

Please sign in to comment.