diff --git a/testnets/terra2testnet/chain.json b/testnets/terra2testnet/chain.json index 1927e6b162..63fff5d044 100644 --- a/testnets/terra2testnet/chain.json +++ b/testnets/terra2testnet/chain.json @@ -30,9 +30,9 @@ }, "codebase": { "git_repo": "https://github.com/terra-money/core/", - "recommended_version": "v2.6.0-rc1", + "recommended_version": "v2.7.0", "compatible_versions": [ - "v2.6.0-rc1" + "v2.7.0" ], "genesis": { "name": "v2.0", @@ -241,6 +241,26 @@ "binaries": { "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.6.0-rc1/terra_2.6.0-rc1_Linux_x86_64.tar.gz?checksum=sha256:e9868edb4d2917dab9387b753a18dcea869d23d071c5936041a513b6510a963d" } + }, + { + "name": "v2.7", + "tag": "v2.7.0", + "height": 8494000, + "recommended_version": "v2.7.0", + "compatible_versions": [ + "v2.7.0" + ], + "cosmos_sdk_version": "v0.47.5-terra.2", + "cosmwasm_enabled": true, + "cosmwasm_version": "v0.43.0", + "ibc_go_version": "v7.3.0", + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "binaries": { + "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.7.0/terra_2.7.0_Linux_x86_64.tar.gz?checksum=sha256:9d6319fdc32707ce5b0f910f1f13a18caa42da85d894d23c8183d2e1ae78d802" + } } ] },