From 89248df4aa6236d04cb9d018d89bbf909ac7719e Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sat, 1 Nov 2025 00:53:54 +0000 Subject: [PATCH 01/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json --- bitway/versions.json | 24 ++++++++++++++++ bluzelle/chain.json | 3 +- cosmoshub/versions.json | 5 ++++ optio/versions.json | 39 ++++++++++++++++++++++++++ testnets/kiiorotestnet/chain.json | 3 +- testnets/terratestnet/chain.json | 27 +++++++++++++++++- testnets/zigchaintestnet/versions.json | 36 ++++++++++++++++++------ union/versions.json | 8 +++--- wardenprotocol/chain.json | 3 +- wardenprotocol/versions.json | 4 +-- 10 files changed, 134 insertions(+), 18 deletions(-) create mode 100644 optio/versions.json diff --git a/bitway/versions.json b/bitway/versions.json index fc36f1074d..b77cede977 100644 --- a/bitway/versions.json +++ b/bitway/versions.json @@ -27,6 +27,30 @@ "type": "go", "version": "v8.5.3" } + }, + { + "name": "v2.0.1", + "recommended_version": "v2.0.1", + "compatible_versions": [ + "v2.0.1" + ], + "tag": "v2.0.1", + "sdk": { + "type": "cosmos", + "version": "v0.50.14" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.3" + } } ] } \ No newline at end of file diff --git a/bluzelle/chain.json b/bluzelle/chain.json index 580e83b4d9..2164b0ba4d 100644 --- a/bluzelle/chain.json +++ b/bluzelle/chain.json @@ -58,7 +58,8 @@ "ibc": { "type": "go", "version": "v7" - } + }, + "tag": "v11.0" }, "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png", diff --git a/cosmoshub/versions.json b/cosmoshub/versions.json index 2a6e4eb6bf..18b934708e 100644 --- a/cosmoshub/versions.json +++ b/cosmoshub/versions.json @@ -620,6 +620,11 @@ "ibc": { "type": "go", "version": "v10.3.0" + }, + "cosmwasm": { + "version": "v0.60.1", + "repo": "https://github.com/CosmWasm/wasmd", + "tag": "v0.60.1" } } ] diff --git a/optio/versions.json b/optio/versions.json new file mode 100644 index 0000000000..297e2a3904 --- /dev/null +++ b/optio/versions.json @@ -0,0 +1,39 @@ +{ + "$schema": "../versions.schema.json", + "chain_name": "optio", + "versions": [ + { + "name": "2.0.0", + "recommended_version": "2.0.0", + "compatible_versions": [ + "2.0.0" + ], + "tag": "v2.0.0", + "language": { + "type": "go", + "version": "1.23.1" + }, + "sdk": { + "type": "cosmos", + "version": "0.50.12", + "repo": "https://github.com/cosmos/cosmos-sdk", + "tag": "v0.50.12" + }, + "consensus": { + "type": "cometbft", + "version": "0.38.12", + "repo": "https://github.com/cometbft/cometbft", + "tag": "v0.38.12" + }, + "ibc": { + "type": "go", + "version": "8.5.1", + "repo": "https://github.com/cosmos/ibc-go", + "tag": "v8.5.1", + "ics_enabled": [ + "ics20-1" + ] + } + } + ] +} \ No newline at end of file diff --git a/testnets/kiiorotestnet/chain.json b/testnets/kiiorotestnet/chain.json index 73db90819d..cedd1ea8ea 100644 --- a/testnets/kiiorotestnet/chain.json +++ b/testnets/kiiorotestnet/chain.json @@ -49,7 +49,8 @@ }, "genesis": { "genesis_url": "https://raw.githubusercontent.com/KiiChain/testnets/refs/heads/main/testnet_oro/genesis.json" - } + }, + "tag": "v5.0.0" }, "peers": { "seeds": [ diff --git a/testnets/terratestnet/chain.json b/testnets/terratestnet/chain.json index 9b68353a27..0d5753eba4 100644 --- a/testnets/terratestnet/chain.json +++ b/testnets/terratestnet/chain.json @@ -39,7 +39,32 @@ "recommended_version": "v3.5.0", "compatible_versions": [ "v3.5.0" - ] + ], + "tag": "v3.5.0", + "binaries": { + "linux/arm64": "https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_arm64.tar.gz", + "linux/amd64": "https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_x86_64.tar.gz" + }, + "sdk": { + "type": "cosmos", + "repo": "https://github.com/cosmos/cosmos-sdk", + "version": "v0.47.17", + "tag": "v0.47.17" + }, + "consensus": { + "type": "cometbft", + "version": "0.37.15" + }, + "cosmwasm": { + "version": "0.46.0", + "enabled": true + }, + "ibc": { + "type": "go", + "repo": "https://github.com/cosmos/ibc-go", + "version": "v7.10.0", + "tag": "v7.10.0" + } }, "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png", diff --git a/testnets/zigchaintestnet/versions.json b/testnets/zigchaintestnet/versions.json index 284ce1bb15..19445b2f37 100644 --- a/testnets/zigchaintestnet/versions.json +++ b/testnets/zigchaintestnet/versions.json @@ -21,10 +21,12 @@ "enabled": true } }, - { + { "name": "1.1.0", "recommended_version": "1.1.0", - "compatible_versions": [], + "compatible_versions": [ + "1.1.0" + ], "consensus": { "type": "cometbft", "version": "0.38.17" @@ -38,10 +40,12 @@ "enabled": true } }, - { + { "name": "1.1.1", "recommended_version": "1.1.1", - "compatible_versions": [], + "compatible_versions": [ + "1.1.1" + ], "consensus": { "type": "cometbft", "version": "0.38.17" @@ -58,7 +62,9 @@ { "name": "1.1.2", "recommended_version": "1.1.2", - "compatible_versions": [], + "compatible_versions": [ + "1.1.2" + ], "consensus": { "type": "cometbft", "version": "0.38.17" @@ -75,7 +81,9 @@ { "name": "1.2.0", "recommended_version": "1.2.0", - "compatible_versions": [], + "compatible_versions": [ + "1.2.0" + ], "consensus": { "type": "cometbft", "version": "0.38.17" @@ -92,7 +100,9 @@ { "name": "1.2.2", "recommended_version": "1.2.2", - "compatible_versions": [], + "compatible_versions": [ + "1.2.2" + ], "consensus": { "type": "cometbft", "version": "0.38.17" @@ -104,7 +114,17 @@ "cosmwasm": { "version": "0.55.1", "enabled": true + }, + "tag": "1.2.2", + "binaries": { + "linux/amd64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-linux-amd64.tar.gz", + "darwin/amd64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz", + "darwin/arm64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz" + }, + "ibc": { + "type": "go", + "version": "8.4.0" } } ] -} +} \ No newline at end of file diff --git a/union/versions.json b/union/versions.json index b2c897892b..2932bb4566 100644 --- a/union/versions.json +++ b/union/versions.json @@ -37,7 +37,7 @@ "linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.1.1/uniond-release-aarch64-linux", "linux/arm64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.1.1/uniond-release-aarch64-linux" }, - "consensus":{ + "consensus": { "type": "cometbls", "version": "v1.0.1", "repo": "https://github.com/unionlabs/cometbls", @@ -59,10 +59,10 @@ "v1.2.2" ], "binaries": { - "linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux", + "linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-x86_64-linux", "linux/arm64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux" }, - "consensus":{ + "consensus": { "type": "cometbls", "version": "v1.0.1", "repo": "https://github.com/unionlabs/cometbls", @@ -77,4 +77,4 @@ } } ] -} +} \ No newline at end of file diff --git a/wardenprotocol/chain.json b/wardenprotocol/chain.json index 6c08389aad..d4f2634cb2 100644 --- a/wardenprotocol/chain.json +++ b/wardenprotocol/chain.json @@ -55,7 +55,8 @@ "sdk": { "type": "cosmos", "version": "v0.53.4" - } + }, + "tag": "v0.7.0" }, "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png", diff --git a/wardenprotocol/versions.json b/wardenprotocol/versions.json index f8d0ecf683..af3728e7cc 100644 --- a/wardenprotocol/versions.json +++ b/wardenprotocol/versions.json @@ -20,8 +20,8 @@ }, "sdk": { "type": "cosmos", - "version": "v0.45.16" + "version": "v0.53.4" } } ] -} +} \ No newline at end of file From 62d33fcb9daf90be2af0b1dcffea2b54c3dcfdda Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sat, 15 Nov 2025 00:50:51 +0000 Subject: [PATCH 02/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From 6c797eaface860febf50322ed4d8340002d0f523 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Mon, 1 Dec 2025 01:02:59 +0000 Subject: [PATCH 03/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From 364d0fce85b7cb8829ed7918aa0f25a700e41aba Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Mon, 15 Dec 2025 00:57:17 +0000 Subject: [PATCH 04/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From f55d65bd744c295c8244c5c749e997eab94317f5 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Thu, 1 Jan 2026 01:01:56 +0000 Subject: [PATCH 05/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From 30e2332b561dd5c380a6a592636fc33dbbacbf94 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Thu, 15 Jan 2026 00:54:51 +0000 Subject: [PATCH 06/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From a0c3e7fbe0e0d324b91ad8a02f260045ea91d52d Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sun, 1 Feb 2026 01:16:49 +0000 Subject: [PATCH 07/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From 08b9a30dac98b32dfbe68bd294c70f1c4b0ca89e Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sun, 15 Feb 2026 01:13:13 +0000 Subject: [PATCH 08/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From feeaffc890618ebf5563af5164118a8a4efced09 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sun, 1 Mar 2026 01:15:38 +0000 Subject: [PATCH 09/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From fd61103cac57041267faaf819eb8c007c97670a8 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Sun, 15 Mar 2026 01:17:55 +0000 Subject: [PATCH 10/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From c45530e1249e1594e6ebca3a84018b05075150a0 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Wed, 1 Apr 2026 01:24:58 +0000 Subject: [PATCH 11/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From f6ce261da39a08b7fc46f7d3356d83c6126229d6 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Wed, 15 Apr 2026 01:21:21 +0000 Subject: [PATCH 12/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From 6fc104bd38552efd7f9788b8b97cd308b82a26c9 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Fri, 1 May 2026 01:55:46 +0000 Subject: [PATCH 13/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json From d8dff6a698804732011355e715ef0133e783f050 Mon Sep 17 00:00:00 2001 From: JeremyParish69 Date: Fri, 15 May 2026 02:02:14 +0000 Subject: [PATCH 14/14] [AUTO]Sync Versions Files changed: M bitway/versions.json M bluzelle/chain.json M cosmoshub/versions.json A optio/versions.json M testnets/kiiorotestnet/chain.json M testnets/terratestnet/chain.json M testnets/zigchaintestnet/versions.json M union/versions.json M wardenprotocol/chain.json M wardenprotocol/versions.json