From 60bcc84082c1c23d9668ea06ee26f0e4ff071950 Mon Sep 17 00:00:00 2001 From: Tobias <8368497+toschdev@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:21:05 +0100 Subject: [PATCH] Update Saga chain.json Update to latest versions --- saga/chain.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/saga/chain.json b/saga/chain.json index 622f0e526d..7e850eb7be 100644 --- a/saga/chain.json +++ b/saga/chain.json @@ -37,30 +37,30 @@ "codebase": { "git_repo": "https://github.com/sagaxyz/ssc", "genesis": { - "name": "v0.1.5", + "name": "v0.2.1", "genesis_url": "https://raw.githubusercontent.com/sagaxyz/mainnet/main/genesis/genesis.json" }, - "recommended_version": "v0.1.5", + "recommended_version": "v0.2.1", "compatible_versions": [ - "v0.1.5" + "v0.2.1" ], "consensus": { "type": "cometbft", - "version": "v0.37.2", - "repo": "https://github.com/osmosis-labs/cometbft" + "version": "v0.38.12", + "repo": "https://github.com/cometbft/cometbft" }, "language": { "type": "go", - "version": "1.21" + "version": "1.22" }, "sdk": { "type": "cosmos", "repo": "https://github.com/osmosis-labs/cosmos-sdk", - "version": "v0.47.5" + "version": "v0.50.11" }, "ibc": { "type": "go", - "version": "v7.3.1", + "version": "v8.3.2", "ics_enabled": [ "ics20-1" ] @@ -266,4 +266,4 @@ } } ] -} \ No newline at end of file +}