diff --git a/osmosis/chain.json b/osmosis/chain.json index 2c43299d73..c43077d863 100644 --- a/osmosis/chain.json +++ b/osmosis/chain.json @@ -41,42 +41,44 @@ "name": "v3", "genesis_url": "https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json" }, - "recommended_version": "v25.0.0", + "recommended_version": "28.0.0", "compatible_versions": [ - "v25.0.0" + "28.0.0" ], "consensus": { "type": "cometbft", - "version": "v0.37.4", + "version": "0.38.15", "repo": "https://github.com/osmosis-labs/cometbft", - "tag": "v25-osmo-2" + "tag": "v0.38.15-v27-osmo-2" }, - "binaries": { - "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-amd64", - "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-arm64" - }, - "language": { - "type": "go", - "version": "1.21.4" + "cosmwasm": { + "version": "0.53.0", + "repo": "https://github.com/CosmWasm/wasmd", + "tag": "v0.53.0", + "enabled": true }, "sdk": { "type": "cosmos", + "version": "0.50.10", "repo": "https://github.com/osmosis-labs/cosmos-sdk", - "version": "v0.47.5", - "tag": "v0.47.5-v25-osmo-1" + "tag": "v0.50.10-v27-osmo-1" }, "ibc": { "type": "go", - "version": "v7.4.0", + "version": "8.5.2", + "repo": "https://github.com/cosmos/ibc-go", + "tag": "v8.5.2", "ics_enabled": [ "ics20-1" ] }, - "cosmwasm": { - "version": "v0.45.0", - "repo": "https://github.com/osmosis-labs/wasmd", - "tag": "v0.45.0-osmo", - "enabled": true + "language": { + "type": "go", + "version": "1.22.7" + }, + "binaries": { + "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545", + "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126" } }, "images": [ @@ -594,4 +596,4 @@ "keywords": [ "dex" ] -} \ No newline at end of file +} diff --git a/osmosis/versions.json b/osmosis/versions.json index c5666bffa8..e9907aff7c 100644 --- a/osmosis/versions.json +++ b/osmosis/versions.json @@ -670,6 +670,53 @@ "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-27.0.0-linux-arm64" }, "previous_version_name": "v26", + "next_version_name": "v28" + }, + { + "name": "v28", + "tag": "v28.0.0", + "proposal": 879, + "height": 25861100, + "recommended_version": "28.0.0", + "compatible_versions": [ + "28.0.0" + ], + "consensus": { + "type": "cometbft", + "version": "0.38.15", + "repo": "https://github.com/osmosis-labs/cometbft", + "tag": "v0.38.15-v27-osmo-2" + }, + "cosmwasm": { + "version": "0.53.0", + "repo": "https://github.com/CosmWasm/wasmd", + "tag": "v0.53.0", + "enabled": true + }, + "sdk": { + "type": "cosmos", + "version": "0.50.10", + "repo": "https://github.com/osmosis-labs/cosmos-sdk", + "tag": "v0.50.10-v27-osmo-1" + }, + "ibc": { + "type": "go", + "version": "8.5.2", + "repo": "https://github.com/cosmos/ibc-go", + "tag": "v8.5.2", + "ics_enabled": [ + "ics20-1" + ] + }, + "language": { + "type": "go", + "version": "1.22.7" + }, + "binaries": { + "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545", + "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126" + }, + "previous_version_name": "v27", "next_version_name": "" } ]