Skip to content

Commit

Permalink
update decimal mainnet height
Browse files Browse the repository at this point in the history
  • Loading branch information
laizy committed Feb 18, 2022
1 parent dbefccb commit cef8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_MAINNET = 11700000
const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_POLARIS = 14100000

var (
BLOCKHEIGHT_ADD_DECIMALS_MAINNET = uint32(13430000)
BLOCKHEIGHT_ADD_DECIMALS_MAINNET = uint32(13920000)
BLOCKHEIGHT_ADD_DECIMALS_POLARIS = uint32(0)
)

0 comments on commit cef8f92

Please sign in to comment.