From 3ac8164b2d109b09acc5328e7079002f8ab60c35 Mon Sep 17 00:00:00 2001 From: tuky191 Date: Sun, 13 Aug 2023 17:05:34 +0200 Subject: [PATCH] use 2.1.1 as recommended version --- terra/chain.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/terra/chain.json b/terra/chain.json index c5133702de..9b55561bfb 100644 --- a/terra/chain.json +++ b/terra/chain.json @@ -160,9 +160,9 @@ }, "codebase": { "git_repo": "https://github.com/classic-terra/core", - "recommended_version": "v2.0.1", + "recommended_version": "v2.1.1", "compatible_versions": [ - "v2.0.1" + "v2.1.1" ], "genesis": { "name": "1.0.5", @@ -206,6 +206,22 @@ "binaries": { "linux/amd64": "https://github.com/terra-money/classic-core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:b9edfd51080c9c9ae16b30afd1b8490d7278e51d521ccc0f2afcbb7e3b389b8d" } + }, + { + "name": "2.1.1", + "tag": "v2.1.1", + "height": 13215800, + "cosmos_sdk_version": "0.45.14", + "cosmwasm_enabled": true, + "cosmwasm_version": "0.30.0", + "ibc_go_version": "4.3.1", + "consensus": { + "type": "tendermint", + "version": "0.34.24" + }, + "binaries": { + "linux/amd64": "https://github.com/terra-money/classic-core/releases/download/v2.1.1/terra_2.1.1_Linux_x86_64.tar.gz?checksum=sha256:9bf91be244af95f1afcf7fc1ddb1852aa96651adf94e9668c16c7df5596100d6" + } } ] }, @@ -348,4 +364,4 @@ "account_page": "https://finder.terrarebels.net/classic/address/${accountAddress}" } ] -} +} \ No newline at end of file