Skip to content

Commit

Permalink
Bump version to v1.7.0 and enable wasm (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Apr 12, 2023
1 parent 48271e7 commit 2c238c2
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.5
Version=v1.7.0
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down Expand Up @@ -52,6 +52,7 @@ ifeq ($(MAKECMDGOALS),mainnet)
Venus2Height=14738000
Venus3Height=15277000
Venus5Height=17849000
EarthHeight=18735000

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

0 comments on commit 2c238c2

Please sign in to comment.