From ed9f2a1e2435fc6b5b76f5138c5d5065da9996ab Mon Sep 17 00:00:00 2001 From: Dante Sanchez Date: Fri, 18 Oct 2024 16:09:12 -0400 Subject: [PATCH] update versions array entry --- testnets/cosmosicsprovidertestnet/chain.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/testnets/cosmosicsprovidertestnet/chain.json b/testnets/cosmosicsprovidertestnet/chain.json index bfb8766240..5be5e7b73b 100644 --- a/testnets/cosmosicsprovidertestnet/chain.json +++ b/testnets/cosmosicsprovidertestnet/chain.json @@ -180,23 +180,20 @@ }, { "name": "v20", - "tag": "v20.0.0-rc0", - "recommended_version": "v20.0.0-rc0", + "tag": "v20.0.0", + "recommended_version": "v20.0.0", "compatible_versions": [ - "v20.0.0-rc0" + "v20.0.0" ], "cosmos_sdk_version": "v0.50.9-lsm", "consensus": { "type": "cometbft", - "version": "v0.37.6" + "version": "v0.38.11" }, "binaries": { - "linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-amd64", - "linux/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-arm64", - "darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64", - "darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-arm64", - "windows/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64", - "windows/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-windows-arm64.exe" + "linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-linux-amd64", + "darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-amd64", + "darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-arm64" }, "next_version_name": "v21", "sdk": {