From 07c60662c97927f7b22556b3a21d17aae94823bf Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Thu, 7 Mar 2024 22:40:27 -0500 Subject: [PATCH] Update with Stargaze CW info and version info --- stargaze/chain.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/stargaze/chain.json b/stargaze/chain.json index 4ba65aebdb..5aef8a23f5 100644 --- a/stargaze/chain.json +++ b/stargaze/chain.json @@ -9,6 +9,9 @@ "bech32_prefix": "stars", "daemon_name": "starsd", "node_home": "$HOME/.starsd", + "key_algos": [ + "secp256k1" + ], "slip44": 118, "fees": { "fee_tokens": [ @@ -34,6 +37,17 @@ "compatible_versions": [ "v12.0.0" ], + "cosmos_sdk_version": "v0.45.16", + "consensus": { + "type": "cometbft", + "version": "v0.37.1" + }, + "binaries": { + "linux/amd64": ".." + }, + "cosmwasm_version": "v0.33.0", + "cosmwasm_enabled": true, + "ibc_go_version": "v4.4.2", "genesis": { "genesis_url": "https://raw.githubusercontent.com/public-awesome/mainnet/main/stargaze-1/genesis.tar.gz" }, @@ -45,7 +59,7 @@ "v9.1.0", "v9.0.0" ], - "next_version_name": "v10" + "next_version_name": "v10" }, { "name": "v10", @@ -66,10 +80,23 @@ }, { "name": "v12", + "proposal": x, + "height": xxx, "recommended_version": "v12.0.0", "compatible_versions": [ "v12.0.0" ], + "binaries": { + "linux/amd64": "FILL ME" + }, + "cosmos_sdk_version": "v0.45.16", + "consensus": { + "type": "cometbft", + "version": "v0.37.1" + }, + "cosmwasm_version": "v0.33.0", + "cosmwasm_enabled": true, + "ibc_go_version": "v4.4.2", "next_version_name": "" } ]