From 95d34c4e0f2fe6eb121fc5e66d89697d611bb135 Mon Sep 17 00:00:00 2001 From: tuky191 Date: Sun, 28 Jan 2024 08:11:26 +0100 Subject: [PATCH] terra 2.9.3 upgrade --- terra2/chain.json | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/terra2/chain.json b/terra2/chain.json index 46b1987404..c19d0e6c46 100644 --- a/terra2/chain.json +++ b/terra2/chain.json @@ -30,13 +30,12 @@ }, "codebase": { "git_repo": "https://github.com/terra-money/core/", - "recommended_version": "v2.6.1", + "recommended_version": "v2.9.3", "compatible_versions": [ - "v2.6.1" + "v2.9.3" ], "binaries": { - "linux/arm64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_arm64.tar.gz", - "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_x86_64.tar.gz" + "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.9.3/terra_2.9.3_Linux_x86_64.tar.gz?checksum=sha256:bf67720c73e73f4e1b2b530de5f64958bec3ef4552c33a50ec10d767a721bcc3" }, "genesis": { "name": "v2.0", @@ -187,6 +186,26 @@ "binaries": { "linux/amd64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_x86_64.tar.gz?checksum=sha256:5e5d98d81f8ebfdcb8e93922d41f767b0a4143d03230ed260609155b07584379" } + }, + { + "name": "v2.9", + "tag": "v2.9.3", + "height": 8782000, + "recommended_version": "v2.9.3", + "compatible_versions": [ + "v2.9.3" + ], + "cosmos_sdk_version": "v0.47.6-terra.0", + "cosmwasm_enabled": true, + "cosmwasm_version": "v0.45.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.9.3/terra_2.9.3_Linux_x86_64.tar.gz?checksum=sha256:bf67720c73e73f4e1b2b530de5f64958bec3ef4552c33a50ec10d767a721bcc3" + } } ] },