Skip to content

Commit

Permalink
fix: testnet height
Browse files Browse the repository at this point in the history
* 6312200
  • Loading branch information
fx0x55 committed Dec 26, 2022
1 parent a5ea47e commit 87f0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
testnetMintDenom = "bsc0x0BEdB58eC8D603E71556ef8aA4014c68DBd57AD7"
testnetStakingBondDenom = "ibc/169A52CA4862329131348484982CE75B3D6CC78AFB94C3107026C70CB66E7B2E"

testnetCompatibilityIBCTransferHeight = math.MaxInt64
testnetCompatibilityIBCTransferHeight = 6312200
)

// mainnet constant
Expand Down

0 comments on commit 87f0b1f

Please sign in to comment.