Skip to content

Commit

Permalink
Merge PR: set VenusHeight=8510000 for testnet (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood authored Jan 5, 2022
1 parent 25261f0 commit 9fbac11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ build_tags := $(strip $(build_tags))
ifeq ($(MAKECMDGOALS),mainnet)
GenesisHeight=2322600
MercuryHeight=5150000
VenusHeight=8100000
VenusHeight=8160000
else ifeq ($(MAKECMDGOALS),testnet)
GenesisHeight=1121818
MercuryHeight=5300000
VenusHeight=0 # todo: update height
VenusHeight=8510000
endif

ldflags = -X $(GithubTop)/okex/exchain/libs/cosmos-sdk/version.Version=$(Version) \
Expand Down

0 comments on commit 9fbac11

Please sign in to comment.