diff --git a/testnets/terra2testnet/chain.json b/testnets/terra2testnet/chain.json index ee7efaee62..ef25ee7fa2 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.8.0", + "recommended_version": "v2.9.0", "compatible_versions": [ - "v2.8.0" + "v2.9.0" ], "genesis": { "name": "v2.0", @@ -281,6 +281,26 @@ "binaries": { "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.8.0/terra_2.8.0_Linux_x86_64.tar.gz?checksum=sha256:94b02651803fa4684cd1b445e1604dfbd278195e2379296f31c518a90829b22c" } + }, + { + "name": "v2.9", + "tag": "v2.9.0", + "height": 9160000, + "recommended_version": "v2.9.0", + "compatible_versions": [ + "v2.9.0" + ], + "cosmos_sdk_version": "v0.47.6-terra.0", + "cosmwasm_enabled": true, + "cosmwasm_version": "v0.45.0", + "ibc_go_version": "v7.0.0-20231025094952-d0d14bc2e7ae", + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "binaries": { + "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.9.0/terra_2.9.0_Linux_x86_64.tar.gz?checksum=sha256:53352aa6725450b5c722108013c22e72f965b07e43d5a8eeac26e6ab3efef4bd" + } } ] },