From a7a7b87bab60978de8d891f2fdd0b8bf5640ad44 Mon Sep 17 00:00:00 2001 From: 1biest <1biest@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:20:07 +0000 Subject: [PATCH 1/3] [AUTO]Sync Versions Files changed: M coreum/versions.json M lumiwaveprotocol/chain.json M testnets/lumiwaveprotocoltestnet/chain.json A thejaynetwork/versions.json --- coreum/versions.json | 8 +++--- lumiwaveprotocol/chain.json | 5 ++-- testnets/lumiwaveprotocoltestnet/chain.json | 11 ++++---- thejaynetwork/versions.json | 29 +++++++++++++++++++++ 4 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 thejaynetwork/versions.json diff --git a/coreum/versions.json b/coreum/versions.json index fbfb0ddd04..f19f12d025 100644 --- a/coreum/versions.json +++ b/coreum/versions.json @@ -187,7 +187,7 @@ }, { "name": "v6", - "tag": "v6.0.1", + "tag": "v5.0.0", "proposal": 29, "height": 66484000, "recommended_version": "v6.0.1", @@ -204,12 +204,12 @@ }, "sdk": { "type": "cosmos", - "version": "0.53.5" + "version": "0.50" }, "cosmwasm": { - "version": "0.60.5", + "version": "0.54", "enabled": true } } ] -} +} \ No newline at end of file diff --git a/lumiwaveprotocol/chain.json b/lumiwaveprotocol/chain.json index 5556ac31e9..df9d6fc64d 100644 --- a/lumiwaveprotocol/chain.json +++ b/lumiwaveprotocol/chain.json @@ -33,7 +33,8 @@ "recommended_version": "v0.0.11", "compatible_versions": [ "v0.0.11" - ] + ], + "tag": "v0.0.11" }, "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png", @@ -66,4 +67,4 @@ "tx_page": "https://ping.pub/LumiWave/tx/${txHash}" } ] -} +} \ No newline at end of file diff --git a/testnets/lumiwaveprotocoltestnet/chain.json b/testnets/lumiwaveprotocoltestnet/chain.json index c19623b426..7b073bb763 100644 --- a/testnets/lumiwaveprotocoltestnet/chain.json +++ b/testnets/lumiwaveprotocoltestnet/chain.json @@ -33,7 +33,8 @@ "recommended_version": "v0.0.11", "compatible_versions": [ "v0.0.11" - ] + ], + "tag": "v0.0.11" }, "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png", @@ -43,9 +44,9 @@ { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg", - "image_sync": { - "chain_name": "lumiwaveprotocol" - } + "image_sync": { + "chain_name": "lumiwaveprotocol" + } } ], "apis": { @@ -69,4 +70,4 @@ "tx_page": "https://testnet.ping.pub/LumiWave/tx/${txHash}" } ] -} +} \ No newline at end of file diff --git a/thejaynetwork/versions.json b/thejaynetwork/versions.json new file mode 100644 index 0000000000..7efadf2346 --- /dev/null +++ b/thejaynetwork/versions.json @@ -0,0 +1,29 @@ +{ + "$schema": "../versions.schema.json", + "chain_name": "thejaynetwork", + "versions": [ + { + "name": "v1.0.0", + "recommended_version": "v1.0.0", + "compatible_versions": [ + "v1.0.0" + ], + "binaries": { + "linux/amd64": "https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-amd64", + "linux/arm64": "https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-arm64" + }, + "sdk": { + "type": "cosmos", + "version": "v0.53.6" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.19" + }, + "ibc": { + "type": "go", + "version": "v10.4.0" + } + } + ] +} \ No newline at end of file From 545adfac15f7b3fdc5f7e75d8f5a5466fb7a9809 Mon Sep 17 00:00:00 2001 From: 1biest <1biest@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:57:45 +0000 Subject: [PATCH 2/3] [AUTO]Sync Versions Files changed: M coreum/versions.json M lumiwaveprotocol/chain.json M testnets/lumiwaveprotocoltestnet/chain.json A thejaynetwork/versions.json From 7738e39d645b1937e33214a222728c96332ced77 Mon Sep 17 00:00:00 2001 From: 1biest <1biest@users.noreply.github.com> Date: Fri, 1 May 2026 03:52:17 +0000 Subject: [PATCH 3/3] [AUTO]Sync Versions Files changed: M coreum/versions.json M lumiwaveprotocol/chain.json M testnets/lumiwaveprotocoltestnet/chain.json A thejaynetwork/versions.json