Skip to content

Commit

Permalink
Merge PR: Enable new proposal on mainnet (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Mar 3, 2023
1 parent 3ad6bb5 commit a701f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IGNORE_CHECK_GO=false
install_rocksdb_version:=$(ROCKSDB_VERSION)


Version=v1.6.8.3
Version=v1.6.8.4
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down Expand Up @@ -51,6 +51,7 @@ ifeq ($(MAKECMDGOALS),mainnet)
Venus1Height=12988000
Venus2Height=14738000
Venus3Height=15277000
Venus5Height=17849000

WITH_ROCKSDB=true
else ifeq ($(MAKECMDGOALS),testnet)
Expand Down

0 comments on commit a701f9d

Please sign in to comment.