From 54c52c31682ae2db2463dd38a559b563eafd64b3 Mon Sep 17 00:00:00 2001 From: tuky191 Date: Tue, 5 Sep 2023 22:11:34 +0200 Subject: [PATCH] update with v19 --- osmosis/chain.json | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/osmosis/chain.json b/osmosis/chain.json index d538c880a5..e999a076cc 100644 --- a/osmosis/chain.json +++ b/osmosis/chain.json @@ -37,13 +37,13 @@ }, "codebase": { "git_repo": "https://github.com/osmosis-labs/osmosis", - "recommended_version": "v18.0.0", + "recommended_version": "v19.0.0", "compatible_versions": [ - "v18.0.0" + "v19.0.0" ], "binaries": { - "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-arm64?checksum=sha256:4331f9a318f6dd2f012c36f6ef19af8378fd1e9bc85c751e3f56f7018176ed58", - "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-amd64?checksum=sha256:9a98a57946e936e7380ae897a205b4e18a188332e91ca84a1f62c21cbb437845" + "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-arm64?checksum=sha256:39fb492914ef45f81e91e4472ddfdd83a56d3db820e48ed430df4c59aab90736", + "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-amd64?checksum=sha256:e2a105e6bbbc2efa7681aadcf286f8f646f1ab3a8552261aa5bb914f497ad77d" }, "cosmos_sdk_version": "osmosis-labs/cosmos-sdk@0.45.0-rc1.0.20230703010110-ed4eb883f2a6", "consensus": { @@ -258,6 +258,30 @@ "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-arm64?checksum=sha256:4331f9a318f6dd2f012c36f6ef19af8378fd1e9bc85c751e3f56f7018176ed58", "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-amd64?checksum=sha256:9a98a57946e936e7380ae897a205b4e18a188332e91ca84a1f62c21cbb437845" } + }, + { + "name": "v19", + "tag": "v19.0.0", + "height": 11317300, + "recommended_version": "v19.0.0", + "compatible_versions": [ + "v19.0.0" + ], + "cosmos_sdk_version": "osmosis-labs/cosmos-sdk@v0.45.0-rc1.0.20230703010110-ed4eb883f2a6", + "consensus": { + "type": "tendermint", + "version": "informalsystems/tendermint@0.34.24" + }, + "cosmwasm_version": "osmosis-labs/wasmd@0.31.0-osmo-v16", + "cosmwasm_enabled": true, + "ibc_go_version": "4.3.1", + "ics_enabled": [ + "ics20-1" + ], + "binaries": { + "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-arm64?checksum=sha256:39fb492914ef45f81e91e4472ddfdd83a56d3db820e48ed430df4c59aab90736", + "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-amd64?checksum=sha256:e2a105e6bbbc2efa7681aadcf286f8f646f1ab3a8552261aa5bb914f497ad77d" + } } ] },