From cfc8a185df729c52c5b07c1b6a2070ad27b1d1f6 Mon Sep 17 00:00:00 2001 From: tuky191 Date: Wed, 13 Sep 2023 20:09:34 +0200 Subject: [PATCH] v2.5.0-rc5 update --- testnets/terra2testnet/chain.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/testnets/terra2testnet/chain.json b/testnets/terra2testnet/chain.json index d997bb29ea..162a4b0baa 100644 --- a/testnets/terra2testnet/chain.json +++ b/testnets/terra2testnet/chain.json @@ -30,10 +30,9 @@ }, "codebase": { "git_repo": "https://github.com/terra-money/core/", - "recommended_version": "v2.4.0-rc5", + "recommended_version": "v2.5.0-rc5", "compatible_versions": [ - "v2.4.0-rc4", - "v2.4.0-rc5" + "v2.5.0-rc5" ], "genesis": { "name": "v2.0", @@ -202,6 +201,26 @@ "binaries": { "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.4.0-rc5/terra_2.4.0-rc5_Linux_x86_64.tar.gz?checksum=sha256:c61c9c4ae8a0bcb9d7f9fc2197d84ba8b75b558c2cee3438ae2142eb97e0d771" } + }, + { + "name": "v2.5", + "tag": "v2.5.0-rc5", + "height": 7432000, + "recommended_version": "v2.5.0-rc5", + "compatible_versions": [ + "v2.5.0-rc5" + ], + "cosmos_sdk_version": "v0.47.5-terra.rc.0", + "cosmwasm_enabled": true, + "cosmwasm_version": "v0.41.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.5.0-rc5/terra_2.5.0-rc5_Linux_x86_64.tar.gz?checksum=sha256:d529cd081b57288676b7ba0dbf33470f570022eb13d051e2f296a1c59bb6d0c9" + } } ] },