Skip to content

Commit

Permalink
fix: mainnet height
Browse files Browse the repository at this point in the history
* 6951720
  • Loading branch information
fx0x55 committed Dec 26, 2022
1 parent 87f0b1f commit 9be0620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package types

import (
"math"
"os"
"sync"

Expand All @@ -23,7 +22,7 @@ const (
mainnetMintDenom = "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C"
mainnetStakingBondDenom = "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78"

mainnetCompatibilityIBCTransferHeight = math.MaxInt64
mainnetCompatibilityIBCTransferHeight = 6951720
)

var (
Expand Down

0 comments on commit 9be0620

Please sign in to comment.