Skip to content

Commit

Permalink
chore: testnet v2 hard fork height
Browse files Browse the repository at this point in the history
* hard fork height: 6052800

* software upgrade height: 6053000
  • Loading branch information
fx0x55 committed Dec 9, 2022
1 parent f54bf29 commit be686bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const (
testnetMintDenom = "bsc0x0BEdB58eC8D603E71556ef8aA4014c68DBd57AD7"
testnetStakingBondDenom = "ibc/169A52CA4862329131348484982CE75B3D6CC78AFB94C3107026C70CB66E7B2E"

testnetV2HardForkHeight = math.MaxUint64
testnetV2UpgradeHeight = math.MaxUint64
testnetV2HardForkHeight = 6052800
testnetV2UpgradeHeight = 6053000
)

// mainnet constant
Expand Down

0 comments on commit be686bb

Please sign in to comment.