From c6b1b70c5be52d928eecadfff62bebe5505dff93 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Wed, 7 May 2025 12:43:24 -0500 Subject: [PATCH 01/13] Xiond Version 18, remove defunct xiontestnet --- testnets/_IBC/axelartestnet-xiontestnet.json | 30 - .../_IBC/injectivetestnet-xiontestnet.json | 31 - testnets/_IBC/nobletestnet-xiontestnet.json | 30 - testnets/_IBC/nobletestnet-xiontestnet2.json | 2 +- testnets/_IBC/osmosistestnet-xiontestnet.json | 30 - .../_IBC/osmosistestnet-xiontestnet2.json | 17 +- testnets/xiontestnet/assetlist.json | 238 -------- testnets/xiontestnet/chain.json | 101 ---- testnets/xiontestnet/versions.json | 558 ------------------ testnets/xiontestnet2/chain.json | 16 +- testnets/xiontestnet2/versions.json | 80 ++- xion/chain.json | 16 +- xion/versions.json | 152 +++-- 13 files changed, 204 insertions(+), 1097 deletions(-) delete mode 100644 testnets/_IBC/axelartestnet-xiontestnet.json delete mode 100644 testnets/_IBC/injectivetestnet-xiontestnet.json delete mode 100644 testnets/_IBC/nobletestnet-xiontestnet.json delete mode 100644 testnets/_IBC/osmosistestnet-xiontestnet.json delete mode 100644 testnets/xiontestnet/assetlist.json delete mode 100644 testnets/xiontestnet/chain.json delete mode 100644 testnets/xiontestnet/versions.json diff --git a/testnets/_IBC/axelartestnet-xiontestnet.json b/testnets/_IBC/axelartestnet-xiontestnet.json deleted file mode 100644 index 98e407a4c9..0000000000 --- a/testnets/_IBC/axelartestnet-xiontestnet.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "axelartestnet", - "client_id": "07-tendermint-970", - "connection_id": "connection-752" - }, - "chain_2": { - "chain_name": "xiontestnet", - "client_id": "07-tendermint-127", - "connection_id": "connection-64" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-521", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-225057", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live" - } - } - ] -} diff --git a/testnets/_IBC/injectivetestnet-xiontestnet.json b/testnets/_IBC/injectivetestnet-xiontestnet.json deleted file mode 100644 index ac6fc78176..0000000000 --- a/testnets/_IBC/injectivetestnet-xiontestnet.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "injectivetestnet", - "client_id": "07-tendermint-239", - "connection_id": "connection-220" - }, - "chain_2": { - "chain_name": "xiontestnet", - "client_id": "07-tendermint-119", - "connection_id": "connection-55" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-489", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-487", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live", - "preferred": true - } - } - ] -} diff --git a/testnets/_IBC/nobletestnet-xiontestnet.json b/testnets/_IBC/nobletestnet-xiontestnet.json deleted file mode 100644 index 9dc164f672..0000000000 --- a/testnets/_IBC/nobletestnet-xiontestnet.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "nobletestnet", - "client_id": "07-tendermint-224", - "connection_id": "connection-176" - }, - "chain_2": { - "chain_name": "xiontestnet", - "client_id": "07-tendermint-120", - "connection_id": "connection-56" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-147", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-489", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live" - } - } - ] -} diff --git a/testnets/_IBC/nobletestnet-xiontestnet2.json b/testnets/_IBC/nobletestnet-xiontestnet2.json index 8d9d64bdf7..fbffc895b0 100644 --- a/testnets/_IBC/nobletestnet-xiontestnet2.json +++ b/testnets/_IBC/nobletestnet-xiontestnet2.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/testnets/_IBC/osmosistestnet-xiontestnet.json b/testnets/_IBC/osmosistestnet-xiontestnet.json deleted file mode 100644 index 66b54bc011..0000000000 --- a/testnets/_IBC/osmosistestnet-xiontestnet.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "osmosistestnet", - "client_id": "07-tendermint-3125", - "connection_id": "connection-2826" - }, - "chain_2": { - "chain_name": "xiontestnet", - "client_id": "07-tendermint-121", - "connection_id": "connection-57" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-6668", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-490", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live" - } - } - ] -} diff --git a/testnets/_IBC/osmosistestnet-xiontestnet2.json b/testnets/_IBC/osmosistestnet-xiontestnet2.json index ab75282c1e..8a848393ed 100644 --- a/testnets/_IBC/osmosistestnet-xiontestnet2.json +++ b/testnets/_IBC/osmosistestnet-xiontestnet2.json @@ -26,6 +26,21 @@ "status": "live", "preferred": true } + }, + { + "chain_1": { + "channel_id": "channel-11", + "port_id": "feeabs" + }, + "chain_2": { + "channel_id": "channel-2", + "port_id": "icqhost" + }, + "ordering": "unordered", + "version": "icq-1", + "tags": { + "status": "live" + } } ] -} \ No newline at end of file +} diff --git a/testnets/xiontestnet/assetlist.json b/testnets/xiontestnet/assetlist.json deleted file mode 100644 index fd3d24a5aa..0000000000 --- a/testnets/xiontestnet/assetlist.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestnet", - "assets": [ - { - "description": "The native staking token of the Xion network.", - "denom_units": [ - { - "denom": "uxion", - "exponent": 0, - "aliases": [ - "microxion" - ] - }, - { - "denom": "XION", - "exponent": 6, - "aliases": [ - "xion" - ] - } - ], - "base": "uxion", - "display": "XION", - "name": "xion", - "symbol": "XION", - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" - }, - "images": [ - { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" - } - ], - "type_asset": "sdk.coin" - }, - { - "denom_units": [ - { - "denom": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "exponent": 0, - "aliases": [ - "uaxl" - ] - }, - { - "denom": "axl", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "name": "Axelar AXL Token", - "display": "axl", - "symbol": "AXL", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "axelartestnet", - "base_denom": "uaxl", - "channel_id": "channel-521" - }, - "chain": { - "channel_id": "channel-225057", - "path": "transfer/channel-225057/uaxl" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "axelartestnet", - "base_denom": "uaxl" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" - }, - "coingecko_id": "axelar" - }, - { - "denom_units": [ - { - "denom": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", - "exponent": 0, - "aliases": [ - "uosmo" - ] - }, - { - "denom": "osmo", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", - "name": "Osmosis OSMO Token", - "display": "osmo", - "symbol": "OSMO", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo", - "channel_id": "channel-6668" - }, - "chain": { - "channel_id": "channel-490", - "path": "transfer/channel-490/uosmo" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - }, - "coingecko_id": "osmosis" - }, - { - "denom_units": [ - { - "denom": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", - "exponent": 0, - "aliases": [ - "uusdc" - ] - }, - { - "denom": "usdc", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", - "name": "Noble USDC Token", - "display": "usdc", - "symbol": "USDC", - "coingecko_id": "usd-coin", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "nobletestnet", - "base_denom": "uusdc", - "channel_id": "channel-147" - }, - "chain": { - "channel_id": "channel-489", - "path": "transfer/channel-489/uusdc" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "nobletestnet", - "base_denom": "uusdc" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "theme": { - "circle": true, - "primary_color_hex": "#2775CA" - } - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" - } - }, - { - "denom_units": [ - { - "denom": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "exponent": 0, - "aliases": [ - "inj" - ] - }, - { - "denom": "INJ", - "exponent": 18 - } - ], - "type_asset": "ics20", - "base": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "name": "Injective INJ token", - "display": "INJ", - "symbol": "INJ", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "injectivetestnet", - "base_denom": "inj", - "channel_id": "channel-489" - }, - "chain": { - "channel_id": "channel-487", - "path": "transfer/channel-487/inj" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "injectivetestnet", - "base_denom": "inj" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" - }, - "coingecko_id": "injective-protocol" - } - ] -} \ No newline at end of file diff --git a/testnets/xiontestnet/chain.json b/testnets/xiontestnet/chain.json deleted file mode 100644 index 9638303972..0000000000 --- a/testnets/xiontestnet/chain.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "../../chain.schema.json", - "chain_name": "xiontestnet", - "chain_type": "cosmos", - "chain_id": "xion-testnet-1", - "pretty_name": "Xion Testnet 1", - "website": "https://xion.burnt.com", - "status": "killed", - "network_type": "testnet", - "bech32_prefix": "xion", - "bech32_config": { - "bech32PrefixAccAddr": "xion", - "bech32PrefixAccPub": "xionpub", - "bech32PrefixValAddr": "xionvaloper", - "bech32PrefixValPub": "xionvaloperpub", - "bech32PrefixConsAddr": "xionvalcons", - "bech32PrefixConsPub": "xionvalconspub" - }, - "daemon_name": "xiond", - "node_home": "$HOME/.xiond", - "key_algos": [ - "secp256k1" - ], - "slip44": 118, - "fees": { - "fee_tokens": [ - { - "denom": "uxion", - "fixed_min_gas_price": 0.001, - "low_gas_price": 0.001, - "average_gas_price": 0.001, - "high_gas_price": 0.01 - } - ] - }, - "staking": { - "staking_tokens": [ - { - "denom": "uxion" - } - ] - }, - "codebase": { - "git_repo": "https://github.com/burnt-labs/xion", - "tag": "v17.1.0", - "recommended_version": "v17.1.0", - "language": { - "type": "go", - "version": "v1.23" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.13" - }, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.7.0" - }, - "genesis": { - "genesis_url": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json" - } - }, - "peers": { - "seeds": [], - "persistent_peers": [] - }, - "apis": { - "rpc": [], - "rest": [], - "grpc": [] - }, - "explorers": [], - "images": [ - { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" - }, - "description": "XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.", - "keywords": [ - "xion", - "burnt", - "testnet" - ] -} diff --git a/testnets/xiontestnet/versions.json b/testnets/xiontestnet/versions.json deleted file mode 100644 index fdee24f454..0000000000 --- a/testnets/xiontestnet/versions.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "$schema": "../../versions.schema.json", - "chain_name": "xiontestnet", - "versions": [ - { - "name": "v0.1.0", - "tag": "v1.0.0", - "recommended_version": "v1.0.0", - "height": 1, - "consensus": { - "type": "cometbft", - "version": "v0.37.0" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.0" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.0", - "enabled": true, - "tag": "0.40.0-rc.0" - }, - "ibc": { - "type": "go", - "version": "v7.0.0" - } - }, - { - "name": "v0.3.2", - "tag": "v2.0.0", - "recommended_version": "v2.0.0", - "height": 1929544, - "proposal": 4, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.3" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.2.0" - } - }, - { - "name": "v0.3.3", - "tag": "v3.0.0", - "recommended_version": "v3.0.0", - "height": 2147030, - "proposal": 7, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.3" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.2.0" - } - }, - { - "name": "v0.3.4", - "tag": "v3.1.1", - "recommended_version": "v3.1.1", - "height": 3278095, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.5" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.43.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.0" - } - }, - { - "name": "v0.3.7", - "tag": "v4.0.0", - "recommended_version": "v4.0.0", - "proposal": 18, - "height": 6887750, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.7/xiond-v0.3.7-linux-amd64:checksum=sha256:3d7626e971bf2ece28d4835d45ee6bd104a54ba6d652cd4982fc00ff8a6590de" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.1" - } - }, - { - "name": "v0.3.8", - "tag": "v5.0.0", - "recommended_version": "v5.0.0", - "proposal": 19, - "height": 7130100, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.8/xiond-v0.3.8-linux-amd64:checksum=sha256:ef5112a6bb01e9dd297abf27ab423582004d3261f3300cef419937555bf8e281" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.1" - } - }, - { - "name": "v0.3.9", - "tag": "v6.0.0", - "recommended_version": "v6.0.0", - "height": 7438800, - "proposal": 23, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.9/xiond-v0.3.9-linux-amd64:checksum=sha256:476abdd10b6bde0e81e14f4e6d67bf7eecfeee887879316153c72c01b80ccb98" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v7.0.0", - "tag": "v7.0.0", - "recommended_version": "v7.0.0", - "height": 8457600, - "proposal": 29, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.0/xiond-v7.0.0-linux-amd64:checksum=sha256:e7431453c3e7adadb7d75516d6cdc27e0ab4e9bdbdb620f7af4697a72c0c71bb" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v8.0.0", - "tag": "v8.0.1", - "recommended_version": "v8.0.1", - "height": 8903500, - "proposal": 38, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "compatible_versions": [ - "v8.0.0", - "v8.0.1" - ], - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v8.0.1/xiond-v8.0.1-linux-amd64:checksum=sha256:253f0efd544d6accab95c761eb748b787b093e645e2e565c98e9e87763a19aa8" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v9", - "tag": "v9.0.1", - "recommended_version": "v9.0.1", - "height": 8983000, - "proposal": 40, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-amd64?checksum=sha256:9c8bcbeb04463e2540fd886e7a7de25d874dcf416a94147b9cd1ad7ceb2c8587", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-arm64?checksum=sha256:1bfe7ad98216473a7ad8a82362dcaf44ca28232fc2bb248f8fcc3bca62eb13af" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v10", - "tag": "v10.0.0", - "recommended_version": "v10.0.0", - "height": 9776000, - "proposal": 48, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-amd64?checksum=sha256:04cb3814c75737a1b58ead5865ce631651a188f1c204282fb07361f7bd7e9afe", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-arm64?checksum=sha256:da30cac6442a5fa418253bfd935c194c2ecabd5f541e2e85bc81e7945685da65" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.9" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.0" - } - }, - { - "name": "v11", - "tag": "v11.0.1", - "recommended_version": "v11.0.1", - "height": 9992000, - "proposal": 53, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.10" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.0" - } - }, - { - "name": "v12", - "tag": "v12.0.1", - "recommended_version": "v12.0.1", - "height": 10140000, - "proposal": 56, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-amd64?checksum=sha256:15f319767d667d3aab6aeaa3c660e5d0bf32e61a6c158ab11ecb4bdb1d0ee41b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-arm64?checksum=sha256:de6c90ff0051e47b5c7e45a47f09f6ff626fbaa187c11f598d3ba9d0d32f8c90", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-amd64?checksum=sha256:23f72ab4ed9b62f9d0aa6b2ebf200a077edd3847fff38bed1f05cc39768279f6", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-arm64?checksum=sha256:d619e6b11748652fa254fc1100c1a0e884ff8ee45c0f6bbe8dedd45ae633f5f6" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.10" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v13", - "tag": "v13.0.1", - "recommended_version": "v13.0.1", - "height": 10155000, - "proposal": 57, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-amd64?checksum=sha256:82a0a47a824c8bf5a77d242626d9526457850111188aa06c2367d885d0844896", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-arm64?checksum=sha256:46d597474e773371614ed021a13f2e9703c5d4313462c837dfa03f1192dfc191", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-amd64?checksum=sha256:2d7583fd208e7f61a1e1f70a5212042510970f43bd72576e279f70c1f0b55423", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-arm64?checksum=sha256:ccb6afe85eab6eacdf61268bd486e578ec556a8396a2e36b1b3dcbc3cef2b3c2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.10" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v14", - "tag": "v14.1.1", - "recommended_version": "v14.1.1", - "height": 10460000, - "proposal": 64, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.11" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v15", - "tag": "v15.0.0", - "recommended_version": "v15.0.0", - "height": 12590000, - "proposal": 99, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_amd64.zip?checksum=sha256:df684394a732b9bcc8f90ad6f8d2cb394493c032d4ecaa656bb1a74a6f368d58", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_arm64.zip?checksum=sha256:af44420b8accf2d58d4db49c5e4b90a2410875ecd3e0c68998e7607217e24c3f", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_amd64.zip?checksum=sha256:75776c74c7d144e8739682a68aa45dbd8efcb657bda18dbaaad7d2b3cb4e42bf", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_arm64.zip?checksum=sha256:c1fe0a7fe306d6d0fbf9eeb31795d08bb873147dabdab0a0c9c182188974bb70" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.11" - }, - "language": { - "type": "go", - "version": "v1.23" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v16", - "proposal": 100, - "tag": "v16.0.0", - "recommended_version": "v16.0.0", - "height": 12724000, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.12" - }, - "language": { - "type": "go", - "version": "v1.23" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.6.0" - } - }, - { - "name": "v17", - "proposal": 101, - "tag": "v17.1.0", - "recommended_version": "v17.1.0", - "height": 12920000, - "language": { - "type": "go", - "version": "v1.23" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.13" - }, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.7.0" - } - } - ] -} diff --git a/testnets/xiontestnet2/chain.json b/testnets/xiontestnet2/chain.json index 12f1fb05bc..4661e4ee9b 100644 --- a/testnets/xiontestnet2/chain.json +++ b/testnets/xiontestnet2/chain.json @@ -42,17 +42,21 @@ }, "codebase": { "git_repo": "https://github.com/burnt-labs/xion", - "tag": "v18.0.0", - "recommended_version": "v18.0.0", + "tag": "v18.0.1", + "recommended_version": "v18.0.1", + "compatible_versions": [ + "v18.0.0", + "v18.0.1" + ], "language": { "type": "go", "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" }, "sdk": { "type": "cosmos", diff --git a/testnets/xiontestnet2/versions.json b/testnets/xiontestnet2/versions.json index 012f5c56f8..65074eee77 100644 --- a/testnets/xiontestnet2/versions.json +++ b/testnets/xiontestnet2/versions.json @@ -4,18 +4,22 @@ "versions": [ { "name": "v14", - "tag": "v14.1.1", - "recommended_version": "v14.1.1", + "tag": "v14.1.2", + "recommended_version": "v14.1.2", + "compatible_versions": [ + "v14.1.1", + "v14.1.2" + ], "height": 1, "consensus": { "type": "cometbft", "version": "v0.38.12" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_amd64.tar.gz?checksum=sha256:df87b444eb92c85d5cb1102b9f66be6b2e0277935cd2f4eec21c95e9fb7d41fe", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_arm64.tar.gz?checksum=sha256:c5e8083deb16249aa7a65a0783785a5849d33ed46a0e7f9d3e15c8e65e6126be", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_amd64.tar.gz?checksum=sha256:302281ec47e8b40a4abb61851141d3b36dbbcb143bf2703cf7bcaeaae3cda1a4", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_arm64.tar.gz?checksum=sha256:f57d081b0e1847a602e0ca7baac5a5b1bc8bbaebc60b3627ea908fb6f78cf8e2" }, "sdk": { "type": "cosmos", @@ -36,8 +40,12 @@ }, { "name": "v15", - "tag": "v15.0.0", - "recommended_version": "v15.0.0", + "tag": "v15.0.1", + "recommended_version": "v15.0.1", + "compatible_versions": [ + "v15.0.0", + "v15.0.1" + ], "height": 300000, "proposal": 2, "consensus": { @@ -45,10 +53,10 @@ "version": "v0.38.17" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_amd64.zip?checksum=sha256:df684394a732b9bcc8f90ad6f8d2cb394493c032d4ecaa656bb1a74a6f368d58", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_arm64.zip?checksum=sha256:af44420b8accf2d58d4db49c5e4b90a2410875ecd3e0c68998e7607217e24c3f", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_amd64.zip?checksum=sha256:75776c74c7d144e8739682a68aa45dbd8efcb657bda18dbaaad7d2b3cb4e42bf", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_arm64.zip?checksum=sha256:c1fe0a7fe306d6d0fbf9eeb31795d08bb873147dabdab0a0c9c182188974bb70" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_amd64.tar.gz?checksum=sha256:a3bb3c3e0e1221867f8ed2c81f0f4709c4a9b415e2e6df24c7b7fddbe358b607", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_arm64.tar.gz?checksum=sha256:3b5a3422bcf7a703d23e6ede34ebe78ccc1e8e263fd43bfc70e7b02791ae98a0", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_amd64.tar.gz?checksum=sha256:d2a7313a0eb3f8c7a04528f8558a96d17e68c64ff153915ad03c3f8d900a14b4", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_arm64.tar.gz?checksum=sha256:54551afc2e865d1e5dd641932df84e36a28be8a2969f9fc79bee1cbcec48fb56" }, "sdk": { "type": "cosmos", @@ -69,8 +77,12 @@ }, { "name": "v16", - "tag": "v16.0.0", - "recommended_version": "v16.0.0", + "tag": "v16.0.1", + "recommended_version": "v16.0.1", + "compatible_versions": [ + "v16.0.0", + "v16.0.1" + ], "height": 500000, "proposal": 5, "consensus": { @@ -78,10 +90,10 @@ "version": "v0.38.17" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_amd64.tar.gz?checksum=sha256:1b9891d79985f0ae47b4702adb7c577094239dc2f812349ef38cd917bf84e801", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_arm64.tar.gz?checksum=sha256:f85f4becb51c219072c359fd37909886268257e2512a7dcd9ced3036f66af4b6", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_amd64.tar.gz?checksum=sha256:12bfe379624d3ddfaa9715de708750385773353d54e838a563796dea084ae1c2", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_arm64.tar.gz?checksum=sha256:0ccf9c4a2c6934643cdd43f2072bb01a099dad43acac97a01299e80566039e26" }, "sdk": { "type": "cosmos", @@ -102,8 +114,12 @@ }, { "name": "v17", - "tag": "v17.1.0", - "recommended_version": "v17.1.0", + "tag": "v17.1.1", + "recommended_version": "v17.1.1", + "compatible_versions": [ + "v17.1.0", + "v17.1.1" + ], "height": 627000, "proposal": 6, "language": { @@ -111,10 +127,10 @@ "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_amd64.tar.gz?checksum=sha256:5c3a3fb70953e9c9e9e597dee85a4ba70d3203cb27499bb9942b3ef3dc17b47d", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_arm64.tar.gz?checksum=sha256:268c73a5739b64d8b2c2d4d93654485bbf1f1a344a15b0c275348b0312a7260b", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_amd64.tar.gz?checksum=sha256:cbf40896af4ae17c4059d8244dc4847a37f5023c9b6187ae30d5d671b008891c", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_arm64.tar.gz?checksum=sha256:0457eed7f4d1ed7e424db7c6c7f52f196e377810e7ddfd31e8ff1f298f49812a" }, "sdk": { "type": "cosmos", @@ -135,8 +151,12 @@ }, { "name": "v18", - "tag": "v18.0.0", - "recommended_version": "v18.0.0", + "tag": "v18.0.1", + "recommended_version": "v18.0.1", + "compatible_versions": [ + "v18.0.0", + "v18.0.1" + ], "height": 2375000, "proposal": 16, "language": { @@ -144,10 +164,10 @@ "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" }, "sdk": { "type": "cosmos", diff --git a/xion/chain.json b/xion/chain.json index 57c9e19f18..a8d1260385 100644 --- a/xion/chain.json +++ b/xion/chain.json @@ -42,17 +42,21 @@ }, "codebase": { "git_repo": "https://github.com/burnt-labs/xion", - "tag": "v17.1.0", - "recommended_version": "v17.1.0", + "tag": "v18.0.1", + "recommended_version": "v18.0.1", + "compatible_version": [ + "v18.0.0", + "v18.0.1" + ], "language": { "type": "go", "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" }, "sdk": { "type": "cosmos", diff --git a/xion/versions.json b/xion/versions.json index 45e8f6445c..bc23e3f9ff 100644 --- a/xion/versions.json +++ b/xion/versions.json @@ -4,15 +4,22 @@ "versions": [ { "name": "v0.3.7", - "tag": "v4.0.0", - "recommended_version": "v4.0.0", + "tag": "v4.0.1", + "recommended_version": "v4.0.1", + "compatible_version": [ + "v4.0.0", + "v4.0.1" + ], "height": 1, "consensus": { "type": "cometbft", "version": "v0.37.4" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.7/xiond-v0.3.7-linux-amd64:checksum=sha256:3d7626e971bf2ece28d4835d45ee6bd104a54ba6d652cd4982fc00ff8a6590de" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v4.0.1/xiond_4.0.1_darwin_amd64.tar.gz?checksum=sha256:856640eafbe5221adf32f1b69e67fb32b4956061aa300c0971ba8f07eb9ef14f", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v4.0.1/xiond_4.0.1_darwin_arm64.tar.gz?checksum=sha256:a8f0dfabb907978da3431e6dacfb8dd0ad560d31c0e637d1fa07e995689f278d", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v4.0.1/xiond_4.0.1_linux_amd64.tar.gz?checksum=sha256:fe118cc65f51e42cf6790dd9d47072f8d9a938ceed098c8012bec057729a234b", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v4.0.1/xiond_4.0.1_linux_arm64.tar.gz?checksum=sha256:75fbd5f314e164a0d82fe1e56fd877f8656bbfae9f6daed2e614e286ef73e7f0" }, "sdk": { "type": "cosmos", @@ -33,8 +40,12 @@ }, { "name": "v0.3.9", - "tag": "v6.0.0", - "recommended_version": "v6.0.0", + "tag": "v6.0.1", + "recommended_version": "v6.0.1", + "compatible_version": [ + "v6.0.0", + "v6.0.1" + ], "height": 606689, "proposal": 1, "consensus": { @@ -42,7 +53,10 @@ "version": "v0.37.4" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.9/xiond-v0.3.9-linux-amd64:checksum=sha256:476abdd10b6bde0e81e14f4e6d67bf7eecfeee887879316153c72c01b80ccb98" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v6.0.1/xiond_6.0.1_darwin_amd64.tar.gz?checksum=sha256:de7f282e0c8965fe0a49ce6d72c9c13576c1a9689bc3aab3a9ea75e53972060d", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v6.0.1/xiond_6.0.1_darwin_arm64.tar.gz?checksum=sha256:e737aeb63cf99d84b5900b4826dbf7046da10a51ad304326eeeaf324d4ecb2f2", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v6.0.1/xiond_6.0.1_linux_amd64.tar.gz?checksum=sha256:b89bd89b55fae47a8060073be65479bafe3deedd6c9ea9908d56033739f4f4f0", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v6.0.1/xiond_6.0.1_linux_arm64.tar.gz?checksum=sha256:8a7ba8e3559da3252e6e96e6b25656ed27aafddd97c9375fb3fba4c6b4b1bab3" }, "sdk": { "type": "cosmos", @@ -63,8 +77,12 @@ }, { "name": "v7.0.0", - "tag": "v7.0.0", - "recommended_version": "v7.0.0", + "tag": "v7.0.1", + "recommended_version": "v7.0.1", + "compatible_version": [ + "v7.0.0", + "v7.0.1" + ], "height": 1637000, "proposal": 2, "consensus": { @@ -72,7 +90,10 @@ "version": "v0.37.4" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.0/xiond-v7.0.0-linux-amd64:checksum=sha256:e7431453c3e7adadb7d75516d6cdc27e0ab4e9bdbdb620f7af4697a72c0c71bb" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.1/xiond_7.0.1_darwin_amd64.tar.gz?checksum=sha256:cb1a6cfb3750af2fa9fd6c8dfdca34e48a13cd34fef85bf224d8d1a360cf309e", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v7.0.1/xiond_7.0.1_darwin_arm64.tar.gz?checksum=sha256:b3645a9b7854556cf3d84f03258ebf0a4bf6ec63115c957cbc6726b943050379", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.1/xiond_7.0.1_linux_amd64.tar.gz?checksum=sha256:9c62d941abb6b99c68384bc4afc8a3f6e3949b16947637ba455e23e04dc36c29", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v7.0.1/xiond_7.0.1_linux_arm64.tar.gz?checksum=sha256:b593aa87bc9f4168f5a113c0b3965d5673d0f5452fb11ff14e9eff6b61f7ec73" }, "sdk": { "type": "cosmos", @@ -93,8 +114,12 @@ }, { "name": "v9", - "tag": "v9.0.1", - "recommended_version": "v9.0.1", + "tag": "v9.0.2", + "recommended_version": "v9.0.2", + "compatible_version": [ + "v9.0.1", + "v9.0.2" + ], "height": 1960000, "proposal": 5, "consensus": { @@ -102,8 +127,10 @@ "version": "v0.37.4" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-amd64?checksum=sha256:9c8bcbeb04463e2540fd886e7a7de25d874dcf416a94147b9cd1ad7ceb2c8587", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-arm64?checksum=sha256:1bfe7ad98216473a7ad8a82362dcaf44ca28232fc2bb248f8fcc3bca62eb13af" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.2/xiond_9.0.2_darwin_amd64.tar.gz?checksum=sha256:8b9bfd45f5f9d05e1bc53a46a658b0b194fbe3de8d63186ca3aa008c20ad5fd0", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.2/xiond_9.0.2_darwin_arm64.tar.gz?checksum=sha256:e7bc92fa7cb0bdc2fee3b9ca682c03d4a5294702aac7c10978fb8c7b8631f4de", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.2/xiond_9.0.2_linux_amd64.tar.gz?checksum=sha256:27be3efe7cb6c46a9f8383c31ae85704eb5bf01d39900886f3e5dc4eaa633361", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.2/xiond_9.0.2_linux_arm64.tar.gz?checksum=sha256:28bb191caba1d5ee4695be28ec2bfe8934bb1cc5a5575090b5af54d0d2cb5f14" }, "sdk": { "type": "cosmos", @@ -124,8 +151,12 @@ }, { "name": "v11", - "tag": "v11.0.1", - "recommended_version": "v11.0.1", + "tag": "v11.0.2", + "recommended_version": "v11.0.2", + "compatible_version": [ + "v11.0.1", + "v11.0.2" + ], "height": 3131464, "proposal": 7, "consensus": { @@ -133,8 +164,10 @@ "version": "v0.38.12" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.2/xiond_11.0.2_darwin_amd64.tar.gz?checksum=sha256:ea44d7bce6b2c06be7746c2a89679e7522e13fa311208d2ad9b722b1f85d6335", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.2/xiond_11.0.2_darwin_arm64.tar.gz?checksum=sha256:b268a7a3be2ae0c4654de011bea5de42ca7a2946c60a9e6e68b82d3aa0b91ffe", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.2/xiond_11.0.2_linux_amd64.tar.gz?checksum=sha256:612f90b5069ec62e5714636f0c90af679502dc77c0c4d0151b218baaec5d97f7", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.2/xiond_11.0.2_linux_arm64.tar.gz?checksum=sha256:9d07fef53641a41736a736f9f4430a3c777fe8225f5ecec069b8cce8763e2dda" }, "sdk": { "type": "cosmos", @@ -155,8 +188,12 @@ }, { "name": "v14", - "tag": "v14.1.1", - "recommended_version": "v14.1.1", + "tag": "v14.1.2", + "recommended_version": "v14.1.2", + "compatible_version": [ + "v14.1.1", + "v14.1.2" + ], "height": 3586500, "proposal": 11, "consensus": { @@ -164,10 +201,10 @@ "version": "v0.38.12" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_amd64.tar.gz?checksum=sha256:df87b444eb92c85d5cb1102b9f66be6b2e0277935cd2f4eec21c95e9fb7d41fe", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_arm64.tar.gz?checksum=sha256:c5e8083deb16249aa7a65a0783785a5849d33ed46a0e7f9d3e15c8e65e6126be", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_amd64.tar.gz?checksum=sha256:302281ec47e8b40a4abb61851141d3b36dbbcb143bf2703cf7bcaeaae3cda1a4", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_arm64.tar.gz?checksum=sha256:f57d081b0e1847a602e0ca7baac5a5b1bc8bbaebc60b3627ea908fb6f78cf8e2" }, "sdk": { "type": "cosmos", @@ -188,8 +225,12 @@ }, { "name": "v16", - "tag": "v16.0.0", - "recommended_version": "v16.0.0", + "tag": "v16.0.1", + "recommended_version": "v16.0.1", + "compatible_version": [ + "v16.0.0", + "v16.0.1" + ], "height": 5825000, "proposal": 23, "consensus": { @@ -197,10 +238,10 @@ "version": "v0.38.17" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_amd64.tar.gz?checksum=sha256:1b9891d79985f0ae47b4702adb7c577094239dc2f812349ef38cd917bf84e801", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_arm64.tar.gz?checksum=sha256:f85f4becb51c219072c359fd37909886268257e2512a7dcd9ced3036f66af4b6", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_amd64.tar.gz?checksum=sha256:12bfe379624d3ddfaa9715de708750385773353d54e838a563796dea084ae1c2", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_arm64.tar.gz?checksum=sha256:0ccf9c4a2c6934643cdd43f2072bb01a099dad43acac97a01299e80566039e26" }, "sdk": { "type": "cosmos", @@ -221,8 +262,12 @@ }, { "name": "v17", - "tag": "v17.1.0", - "recommended_version": "v17.1.0", + "tag": "v17.1.1", + "recommended_version": "v17.1.1", + "compatible_version": [ + "v17.1.0", + "v17.1.1" + ], "height": 5942000, "proposal": 24, "language": { @@ -230,10 +275,47 @@ "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_amd64.tar.gz?checksum=sha256:5c3a3fb70953e9c9e9e597dee85a4ba70d3203cb27499bb9942b3ef3dc17b47d", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_arm64.tar.gz?checksum=sha256:268c73a5739b64d8b2c2d4d93654485bbf1f1a344a15b0c275348b0312a7260b", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_amd64.tar.gz?checksum=sha256:cbf40896af4ae17c4059d8244dc4847a37f5023c9b6187ae30d5d671b008891c", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_arm64.tar.gz?checksum=sha256:0457eed7f4d1ed7e424db7c6c7f52f196e377810e7ddfd31e8ff1f298f49812a" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.13" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.7.0" + } + }, + { + "name": "v18", + "tag": "v18.0.1", + "recommended_version": "v18.0.1", + "compatible_version": [ + "v18.0.0", + "v18.0.1" + ], + "height": 7020000, + "proposal": 34, + "language": { + "type": "go", + "version": "v1.23" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" }, "sdk": { "type": "cosmos", From 53880164eadafeae29375a96d205cb9731f5beb4 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Wed, 7 May 2025 12:50:20 -0500 Subject: [PATCH 02/13] fix testnet icq ports/channels --- testnets/_IBC/osmosistestnet-xiontestnet2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testnets/_IBC/osmosistestnet-xiontestnet2.json b/testnets/_IBC/osmosistestnet-xiontestnet2.json index 8a848393ed..4644f8e185 100644 --- a/testnets/_IBC/osmosistestnet-xiontestnet2.json +++ b/testnets/_IBC/osmosistestnet-xiontestnet2.json @@ -29,12 +29,12 @@ }, { "chain_1": { - "channel_id": "channel-11", - "port_id": "feeabs" + "channel_id": "channel-10381", + "port_id": "icqhost" }, "chain_2": { - "channel_id": "channel-2", - "port_id": "icqhost" + "channel_id": "channel-10", + "port_id": "feeabs" }, "ordering": "unordered", "version": "icq-1", From 20f028914fce53448b4f6956e72c3b5b1c828e89 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Wed, 7 May 2025 12:54:25 -0500 Subject: [PATCH 03/13] add mainnet icq channel --- _IBC/osmosis-xion.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/_IBC/osmosis-xion.json b/_IBC/osmosis-xion.json index b0ee482dd2..b5376fea24 100644 --- a/_IBC/osmosis-xion.json +++ b/_IBC/osmosis-xion.json @@ -26,6 +26,21 @@ "status": "live", "preferred": true } + }, + { + "chain_1": { + "channel_id": "channel-98063", + "port_id": "icqhost" + }, + "chain_2": { + "channel_id": "channel-14", + "port_id": "feeabs" + }, + "ordering": "unordered", + "version": "icq-1", + "tags": { + "status": "live" + } } ] -} \ No newline at end of file +} From 7d7a9a7086d28c86ff3088bb0fd77fd792df01d5 Mon Sep 17 00:00:00 2001 From: TwiceBurnt <169301814+2xburnt@users.noreply.github.com> Date: Fri, 16 May 2025 13:59:31 -0500 Subject: [PATCH 04/13] Update chain.json Signed-off-by: TwiceBurnt <169301814+2xburnt@users.noreply.github.com> --- xion/chain.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xion/chain.json b/xion/chain.json index a8d1260385..763503d894 100644 --- a/xion/chain.json +++ b/xion/chain.json @@ -44,10 +44,6 @@ "git_repo": "https://github.com/burnt-labs/xion", "tag": "v18.0.1", "recommended_version": "v18.0.1", - "compatible_version": [ - "v18.0.0", - "v18.0.1" - ], "language": { "type": "go", "version": "v1.23" From 2d7a2f20a9c27233781ff8161eeeda1b7dacee39 Mon Sep 17 00:00:00 2001 From: TwiceBurnt <169301814+2xburnt@users.noreply.github.com> Date: Fri, 16 May 2025 14:00:15 -0500 Subject: [PATCH 05/13] Update chain.json Signed-off-by: TwiceBurnt <169301814+2xburnt@users.noreply.github.com> --- testnets/xiontestnet2/chain.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testnets/xiontestnet2/chain.json b/testnets/xiontestnet2/chain.json index 4661e4ee9b..47f4a78c54 100644 --- a/testnets/xiontestnet2/chain.json +++ b/testnets/xiontestnet2/chain.json @@ -44,10 +44,6 @@ "git_repo": "https://github.com/burnt-labs/xion", "tag": "v18.0.1", "recommended_version": "v18.0.1", - "compatible_versions": [ - "v18.0.0", - "v18.0.1" - ], "language": { "type": "go", "version": "v1.23" From 84893b6beebb1ba8ac2c6abfae9a30e659fbac68 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 17:52:02 -0500 Subject: [PATCH 06/13] add v19 --- testnets/_IBC/nobletestnet-xiontestnet2.json | 31 - .../_IBC/osmosistestnet-xiontestnet2.json | 46 -- testnets/xiontestnet/assetlist.json | 238 ++++++++ testnets/xiontestnet/chain.json | 101 ++++ testnets/xiontestnet/versions.json | 558 ++++++++++++++++++ testnets/xiontestnet2/assetlist.json | 147 ----- testnets/xiontestnet2/chain.json | 212 ------- testnets/xiontestnet2/versions.json | 190 ------ 8 files changed, 897 insertions(+), 626 deletions(-) delete mode 100644 testnets/_IBC/nobletestnet-xiontestnet2.json delete mode 100644 testnets/_IBC/osmosistestnet-xiontestnet2.json create mode 100644 testnets/xiontestnet/assetlist.json create mode 100644 testnets/xiontestnet/chain.json create mode 100644 testnets/xiontestnet/versions.json delete mode 100644 testnets/xiontestnet2/assetlist.json delete mode 100644 testnets/xiontestnet2/chain.json delete mode 100644 testnets/xiontestnet2/versions.json diff --git a/testnets/_IBC/nobletestnet-xiontestnet2.json b/testnets/_IBC/nobletestnet-xiontestnet2.json deleted file mode 100644 index fbffc895b0..0000000000 --- a/testnets/_IBC/nobletestnet-xiontestnet2.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "nobletestnet", - "client_id": "07-tendermint-423", - "connection_id": "connection-390" - }, - "chain_2": { - "chain_name": "xiontestnet2", - "client_id": "07-tendermint-3", - "connection_id": "connection-3" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-333", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-3", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live", - "preferred": true - } - } - ] -} diff --git a/testnets/_IBC/osmosistestnet-xiontestnet2.json b/testnets/_IBC/osmosistestnet-xiontestnet2.json deleted file mode 100644 index 4644f8e185..0000000000 --- a/testnets/_IBC/osmosistestnet-xiontestnet2.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "$schema": "../../ibc_data.schema.json", - "chain_1": { - "chain_name": "osmosistestnet", - "client_id": "07-tendermint-4492", - "connection_id": "connection-3926" - }, - "chain_2": { - "chain_name": "xiontestnet2", - "client_id": "07-tendermint-2", - "connection_id": "connection-2" - }, - "channels": [ - { - "chain_1": { - "channel_id": "channel-10231", - "port_id": "transfer" - }, - "chain_2": { - "channel_id": "channel-2", - "port_id": "transfer" - }, - "ordering": "unordered", - "version": "ics20-1", - "tags": { - "status": "live", - "preferred": true - } - }, - { - "chain_1": { - "channel_id": "channel-10381", - "port_id": "icqhost" - }, - "chain_2": { - "channel_id": "channel-10", - "port_id": "feeabs" - }, - "ordering": "unordered", - "version": "icq-1", - "tags": { - "status": "live" - } - } - ] -} diff --git a/testnets/xiontestnet/assetlist.json b/testnets/xiontestnet/assetlist.json new file mode 100644 index 0000000000..fd3d24a5aa --- /dev/null +++ b/testnets/xiontestnet/assetlist.json @@ -0,0 +1,238 @@ +{ + "$schema": "../../assetlist.schema.json", + "chain_name": "xiontestnet", + "assets": [ + { + "description": "The native staking token of the Xion network.", + "denom_units": [ + { + "denom": "uxion", + "exponent": 0, + "aliases": [ + "microxion" + ] + }, + { + "denom": "XION", + "exponent": 6, + "aliases": [ + "xion" + ] + } + ], + "base": "uxion", + "display": "XION", + "name": "xion", + "symbol": "XION", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" + } + ], + "type_asset": "sdk.coin" + }, + { + "denom_units": [ + { + "denom": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", + "exponent": 0, + "aliases": [ + "uaxl" + ] + }, + { + "denom": "axl", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", + "name": "Axelar AXL Token", + "display": "axl", + "symbol": "AXL", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "axelartestnet", + "base_denom": "uaxl", + "channel_id": "channel-521" + }, + "chain": { + "channel_id": "channel-225057", + "path": "transfer/channel-225057/uaxl" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "axelartestnet", + "base_denom": "uaxl" + }, + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" + }, + "coingecko_id": "axelar" + }, + { + "denom_units": [ + { + "denom": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "exponent": 0, + "aliases": [ + "uosmo" + ] + }, + { + "denom": "osmo", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "name": "Osmosis OSMO Token", + "display": "osmo", + "symbol": "OSMO", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "osmosistestnet", + "base_denom": "uosmo", + "channel_id": "channel-6668" + }, + "chain": { + "channel_id": "channel-490", + "path": "transfer/channel-490/uosmo" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "osmosistestnet", + "base_denom": "uosmo" + }, + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" + }, + "coingecko_id": "osmosis" + }, + { + "denom_units": [ + { + "denom": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "exponent": 0, + "aliases": [ + "uusdc" + ] + }, + { + "denom": "usdc", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "name": "Noble USDC Token", + "display": "usdc", + "symbol": "USDC", + "coingecko_id": "usd-coin", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "nobletestnet", + "base_denom": "uusdc", + "channel_id": "channel-147" + }, + "chain": { + "channel_id": "channel-489", + "path": "transfer/channel-489/uusdc" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "nobletestnet", + "base_denom": "uusdc" + }, + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", + "theme": { + "circle": true, + "primary_color_hex": "#2775CA" + } + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" + } + }, + { + "denom_units": [ + { + "denom": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", + "exponent": 0, + "aliases": [ + "inj" + ] + }, + { + "denom": "INJ", + "exponent": 18 + } + ], + "type_asset": "ics20", + "base": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", + "name": "Injective INJ token", + "display": "INJ", + "symbol": "INJ", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "injectivetestnet", + "base_denom": "inj", + "channel_id": "channel-489" + }, + "chain": { + "channel_id": "channel-487", + "path": "transfer/channel-487/inj" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "injectivetestnet", + "base_denom": "inj" + }, + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" + }, + "coingecko_id": "injective-protocol" + } + ] +} \ No newline at end of file diff --git a/testnets/xiontestnet/chain.json b/testnets/xiontestnet/chain.json new file mode 100644 index 0000000000..9638303972 --- /dev/null +++ b/testnets/xiontestnet/chain.json @@ -0,0 +1,101 @@ +{ + "$schema": "../../chain.schema.json", + "chain_name": "xiontestnet", + "chain_type": "cosmos", + "chain_id": "xion-testnet-1", + "pretty_name": "Xion Testnet 1", + "website": "https://xion.burnt.com", + "status": "killed", + "network_type": "testnet", + "bech32_prefix": "xion", + "bech32_config": { + "bech32PrefixAccAddr": "xion", + "bech32PrefixAccPub": "xionpub", + "bech32PrefixValAddr": "xionvaloper", + "bech32PrefixValPub": "xionvaloperpub", + "bech32PrefixConsAddr": "xionvalcons", + "bech32PrefixConsPub": "xionvalconspub" + }, + "daemon_name": "xiond", + "node_home": "$HOME/.xiond", + "key_algos": [ + "secp256k1" + ], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "uxion", + "fixed_min_gas_price": 0.001, + "low_gas_price": 0.001, + "average_gas_price": 0.001, + "high_gas_price": 0.01 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "uxion" + } + ] + }, + "codebase": { + "git_repo": "https://github.com/burnt-labs/xion", + "tag": "v17.1.0", + "recommended_version": "v17.1.0", + "language": { + "type": "go", + "version": "v1.23" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.13" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.7.0" + }, + "genesis": { + "genesis_url": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json" + } + }, + "peers": { + "seeds": [], + "persistent_peers": [] + }, + "apis": { + "rpc": [], + "rest": [], + "grpc": [] + }, + "explorers": [], + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" + }, + "description": "XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.", + "keywords": [ + "xion", + "burnt", + "testnet" + ] +} diff --git a/testnets/xiontestnet/versions.json b/testnets/xiontestnet/versions.json new file mode 100644 index 0000000000..fdee24f454 --- /dev/null +++ b/testnets/xiontestnet/versions.json @@ -0,0 +1,558 @@ +{ + "$schema": "../../versions.schema.json", + "chain_name": "xiontestnet", + "versions": [ + { + "name": "v0.1.0", + "tag": "v1.0.0", + "recommended_version": "v1.0.0", + "height": 1, + "consensus": { + "type": "cometbft", + "version": "v0.37.0" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.0" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.0", + "enabled": true, + "tag": "0.40.0-rc.0" + }, + "ibc": { + "type": "go", + "version": "v7.0.0" + } + }, + { + "name": "v0.3.2", + "tag": "v2.0.0", + "recommended_version": "v2.0.0", + "height": 1929544, + "proposal": 4, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.3" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.2.0" + } + }, + { + "name": "v0.3.3", + "tag": "v3.0.0", + "recommended_version": "v3.0.0", + "height": 2147030, + "proposal": 7, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.3" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.2.0" + } + }, + { + "name": "v0.3.4", + "tag": "v3.1.1", + "recommended_version": "v3.1.1", + "height": 3278095, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.5" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.43.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.0" + } + }, + { + "name": "v0.3.7", + "tag": "v4.0.0", + "recommended_version": "v4.0.0", + "proposal": 18, + "height": 6887750, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.7/xiond-v0.3.7-linux-amd64:checksum=sha256:3d7626e971bf2ece28d4835d45ee6bd104a54ba6d652cd4982fc00ff8a6590de" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.1" + } + }, + { + "name": "v0.3.8", + "tag": "v5.0.0", + "recommended_version": "v5.0.0", + "proposal": 19, + "height": 7130100, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.8/xiond-v0.3.8-linux-amd64:checksum=sha256:ef5112a6bb01e9dd297abf27ab423582004d3261f3300cef419937555bf8e281" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.1" + } + }, + { + "name": "v0.3.9", + "tag": "v6.0.0", + "recommended_version": "v6.0.0", + "height": 7438800, + "proposal": 23, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.9/xiond-v0.3.9-linux-amd64:checksum=sha256:476abdd10b6bde0e81e14f4e6d67bf7eecfeee887879316153c72c01b80ccb98" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v7.0.0", + "tag": "v7.0.0", + "recommended_version": "v7.0.0", + "height": 8457600, + "proposal": 29, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.0/xiond-v7.0.0-linux-amd64:checksum=sha256:e7431453c3e7adadb7d75516d6cdc27e0ab4e9bdbdb620f7af4697a72c0c71bb" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v8.0.0", + "tag": "v8.0.1", + "recommended_version": "v8.0.1", + "height": 8903500, + "proposal": 38, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "compatible_versions": [ + "v8.0.0", + "v8.0.1" + ], + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v8.0.1/xiond-v8.0.1-linux-amd64:checksum=sha256:253f0efd544d6accab95c761eb748b787b093e645e2e565c98e9e87763a19aa8" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v9", + "tag": "v9.0.1", + "recommended_version": "v9.0.1", + "height": 8983000, + "proposal": 40, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-amd64?checksum=sha256:9c8bcbeb04463e2540fd886e7a7de25d874dcf416a94147b9cd1ad7ceb2c8587", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-arm64?checksum=sha256:1bfe7ad98216473a7ad8a82362dcaf44ca28232fc2bb248f8fcc3bca62eb13af" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v10", + "tag": "v10.0.0", + "recommended_version": "v10.0.0", + "height": 9776000, + "proposal": 48, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-amd64?checksum=sha256:04cb3814c75737a1b58ead5865ce631651a188f1c204282fb07361f7bd7e9afe", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-arm64?checksum=sha256:da30cac6442a5fa418253bfd935c194c2ecabd5f541e2e85bc81e7945685da65" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.0" + } + }, + { + "name": "v11", + "tag": "v11.0.1", + "recommended_version": "v11.0.1", + "height": 9992000, + "proposal": 53, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.0" + } + }, + { + "name": "v12", + "tag": "v12.0.1", + "recommended_version": "v12.0.1", + "height": 10140000, + "proposal": 56, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-amd64?checksum=sha256:15f319767d667d3aab6aeaa3c660e5d0bf32e61a6c158ab11ecb4bdb1d0ee41b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-arm64?checksum=sha256:de6c90ff0051e47b5c7e45a47f09f6ff626fbaa187c11f598d3ba9d0d32f8c90", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-amd64?checksum=sha256:23f72ab4ed9b62f9d0aa6b2ebf200a077edd3847fff38bed1f05cc39768279f6", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-arm64?checksum=sha256:d619e6b11748652fa254fc1100c1a0e884ff8ee45c0f6bbe8dedd45ae633f5f6" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v13", + "tag": "v13.0.1", + "recommended_version": "v13.0.1", + "height": 10155000, + "proposal": 57, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-amd64?checksum=sha256:82a0a47a824c8bf5a77d242626d9526457850111188aa06c2367d885d0844896", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-arm64?checksum=sha256:46d597474e773371614ed021a13f2e9703c5d4313462c837dfa03f1192dfc191", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-amd64?checksum=sha256:2d7583fd208e7f61a1e1f70a5212042510970f43bd72576e279f70c1f0b55423", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-arm64?checksum=sha256:ccb6afe85eab6eacdf61268bd486e578ec556a8396a2e36b1b3dcbc3cef2b3c2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v14", + "tag": "v14.1.1", + "recommended_version": "v14.1.1", + "height": 10460000, + "proposal": 64, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.11" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v15", + "tag": "v15.0.0", + "recommended_version": "v15.0.0", + "height": 12590000, + "proposal": 99, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_amd64.zip?checksum=sha256:df684394a732b9bcc8f90ad6f8d2cb394493c032d4ecaa656bb1a74a6f368d58", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_arm64.zip?checksum=sha256:af44420b8accf2d58d4db49c5e4b90a2410875ecd3e0c68998e7607217e24c3f", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_amd64.zip?checksum=sha256:75776c74c7d144e8739682a68aa45dbd8efcb657bda18dbaaad7d2b3cb4e42bf", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_arm64.zip?checksum=sha256:c1fe0a7fe306d6d0fbf9eeb31795d08bb873147dabdab0a0c9c182188974bb70" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.11" + }, + "language": { + "type": "go", + "version": "v1.23" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v16", + "proposal": 100, + "tag": "v16.0.0", + "recommended_version": "v16.0.0", + "height": 12724000, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.12" + }, + "language": { + "type": "go", + "version": "v1.23" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.6.0" + } + }, + { + "name": "v17", + "proposal": 101, + "tag": "v17.1.0", + "recommended_version": "v17.1.0", + "height": 12920000, + "language": { + "type": "go", + "version": "v1.23" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.13" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.7.0" + } + } + ] +} diff --git a/testnets/xiontestnet2/assetlist.json b/testnets/xiontestnet2/assetlist.json deleted file mode 100644 index eb77bb32c9..0000000000 --- a/testnets/xiontestnet2/assetlist.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestnet2", - "assets": [ - { - "description": "The native staking token of the Xion network.", - "denom_units": [ - { - "denom": "uxion", - "exponent": 0, - "aliases": [ - "microxion" - ] - }, - { - "denom": "XION", - "exponent": 6, - "aliases": [ - "xion" - ] - } - ], - "base": "uxion", - "display": "XION", - "name": "xion", - "symbol": "XION", - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" - }, - "images": [ - { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" - } - ], - "socials": { - "discord": "https://discord.com/invite/burnt", - "github": "https://github.com/burnt-labs", - "telegram": "https://t.me/xion_announcements", - "twitter": "https://x.com/burnt_xion", - "website": "https://xion.burnt.com" - }, - "type_asset": "sdk.coin" - }, - { - "denom_units": [ - { - "denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B", - "exponent": 0, - "aliases": [ - "uosmo" - ] - }, - { - "denom": "osmo", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B", - "name": "Osmosis OSMO Token", - "display": "osmo", - "symbol": "OSMO", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo", - "channel_id": "channel-10231" - }, - "chain": { - "channel_id": "channel-2", - "path": "transfer/channel-2/uosmo" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - }, - "coingecko_id": "osmosis" - }, - { - "denom_units": [ - { - "denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4", - "exponent": 0, - "aliases": [ - "uusdc" - ] - }, - { - "denom": "usdc", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4", - "name": "Noble USDC Token", - "display": "usdc", - "symbol": "USDC", - "coingecko_id": "usd-coin", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "nobletestnet", - "base_denom": "uusdc", - "channel_id": "channel-333" - }, - "chain": { - "channel_id": "channel-3", - "path": "transfer/channel-3/uusdc" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "nobletestnet", - "base_denom": "uusdc" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "theme": { - "circle": true, - "primary_color_hex": "#2775CA" - } - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" - } - } - ] -} diff --git a/testnets/xiontestnet2/chain.json b/testnets/xiontestnet2/chain.json deleted file mode 100644 index 47f4a78c54..0000000000 --- a/testnets/xiontestnet2/chain.json +++ /dev/null @@ -1,212 +0,0 @@ -{ - "$schema": "../../chain.schema.json", - "chain_name": "xiontestnet2", - "chain_type": "cosmos", - "chain_id": "xion-testnet-2", - "pretty_name": "Xion Testnet", - "website": "https://xion.burnt.com", - "status": "live", - "network_type": "testnet", - "bech32_prefix": "xion", - "bech32_config": { - "bech32PrefixAccAddr": "xion", - "bech32PrefixAccPub": "xionpub", - "bech32PrefixValAddr": "xionvaloper", - "bech32PrefixValPub": "xionvaloperpub", - "bech32PrefixConsAddr": "xionvalcons", - "bech32PrefixConsPub": "xionvalconspub" - }, - "daemon_name": "xiond", - "node_home": "$HOME/.xiond", - "key_algos": [ - "secp256k1" - ], - "slip44": 118, - "fees": { - "fee_tokens": [ - { - "denom": "uxion", - "fixed_min_gas_price": 0.001, - "low_gas_price": 0.001, - "average_gas_price": 0.001, - "high_gas_price": 0.01 - } - ] - }, - "staking": { - "staking_tokens": [ - { - "denom": "uxion" - } - ] - }, - "codebase": { - "git_repo": "https://github.com/burnt-labs/xion", - "tag": "v18.0.1", - "recommended_version": "v18.0.1", - "language": { - "type": "go", - "version": "v1.23" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.13" - }, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.7.0" - }, - "genesis": { - "genesis_url": "https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/config/genesis.json" - } - }, - "peers": { - "seeds": [ - { - "id": "20e1000e88125698264454a884812746c2eb4807", - "address": "testnet-seeds.lavenderfive.com:22356", - "provider": "Lavender.Five Nodes \ud83d\udc1d" - }, - { - "id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", - "address": "testnet-seeds.polkachu.com:22356", - "provider": "Polkachu" - }, - { - "id": "69e1aa5800ffa82615986eac5f99b77c2b8f1ccb", - "address": "burnt-testnet-seed.itrocket.net:55656", - "provider": "ITRocket" - } - ], - "persistent_peers": [ - { - "id": "0f1c8ed0d4c4a52ecb8fb6c6b2c6f7d1856326d5", - "address": "65.21.10.115:22356", - "provider": "e1048642-f584-53e0-afff-5bc34cb31cb9" - }, - { - "id": "5166bcee9d5db28dfede2a936f2a60e07778fa89", - "address": "65.109.113.219:22356", - "provider": "Polkachu" - }, - { - "id": "7108f0b946f7a4b5b88f01bd29edbaf87d4dbfb4", - "address": "65.109.89.19:22356", - "provider": "Polkachu" - }, - { - "id": "73b62ebfb71023900d8debb6e6dc7f1379c34686", - "address": "65.109.58.86:22356", - "provider": "b36590e9-5c8f-589e-9436-9cf5735afa8b" - }, - { - "id": "85e868567ca46f8d94b1fba87b2fa5b42a271439", - "address": "141.94.240.117:22356", - "provider": "b9744aff-4488-5a1e-89d0-ceb895036c17" - } - ] - }, - "apis": { - "rpc": [ - { - "address": "https://rpc.xion-testnet-2.burnt.com:443", - "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" - }, - { - "address": "https://testnet-2-rpc.xion-api.com:443", - "provider": "Lavender.Five Nodes \ud83d\udc1d" - }, - { - "address": "https://xion-testnet-rpc.polkachu.com:443", - "provider": "Polkachu" - }, - { - "address": "https://burnt-testnet-rpc.itrocket.net:443", - "provider": "ITRocket" - } - ], - "rest": [ - { - "address": "https://api.xion-testnet-2.burnt.com", - "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" - }, - { - "address": "https://testnet-2-api.xion-api.com", - "provider": "Lavender.Five Nodes \ud83d\udc1d" - }, - { - "address": "https://xion-testnet-api.polkachu.com", - "provider": "Polkachu" - }, - { - "address": "https://burnt-testnet-api.itrocket.net", - "provider": "ITRocket" - } - ], - "grpc": [ - { - "address": "grpc.xion-testnet-2.burnt.com:443", - "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" - }, - { - "address": "testnet-2-grpc.xion-api.com:443", - "provider": "Lavender.Five Nodes \ud83d\udc1d" - }, - { - "address": "xion-testnet-grpc.polkachu.com:22390", - "provider": "Polkachu" - }, - { - "address": "burnt-testnet-grpc.itrocket.net:443", - "provider": "ITRocket" - } - ] - }, - "explorers": [ - { - "kind": "mintscan", - "url": "https://www.mintscan.io/xion-testnet", - "tx_page": "https://www.mintscan.io/xion-testnet/transactions/${txHash}", - "account_page": "https://www.mintscan.io/xion-testnet/accounts/${accountAddress}" - }, - { - "url": "https://explorer.burnt.com/xion-testnet-2", - "tx_page": "https://explorer.burnt.com/xion-testnet-2/tx/${txHash}", - "account_page": "https://explorer.burnt.com/xion-testnet-2/account/${accountAddress}" - }, - { - "kind": "ITRocket", - "url": "https://testnet.itrocket.net/burnt", - "tx_page": "https://testnet.itrocket.net/burnt/tx/${txHash}", - "account_page": "https://testnet.itrocket.net/burnt/account/${accountAddress}" - } - ], - "images": [ - { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" - }, - "description": "XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.", - "keywords": [ - "xion", - "burnt", - "testnet" - ] -} diff --git a/testnets/xiontestnet2/versions.json b/testnets/xiontestnet2/versions.json deleted file mode 100644 index 65074eee77..0000000000 --- a/testnets/xiontestnet2/versions.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "$schema": "../../versions.schema.json", - "chain_name": "xiontestnet2", - "versions": [ - { - "name": "v14", - "tag": "v14.1.2", - "recommended_version": "v14.1.2", - "compatible_versions": [ - "v14.1.1", - "v14.1.2" - ], - "height": 1, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_amd64.tar.gz?checksum=sha256:df87b444eb92c85d5cb1102b9f66be6b2e0277935cd2f4eec21c95e9fb7d41fe", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_arm64.tar.gz?checksum=sha256:c5e8083deb16249aa7a65a0783785a5849d33ed46a0e7f9d3e15c8e65e6126be", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_amd64.tar.gz?checksum=sha256:302281ec47e8b40a4abb61851141d3b36dbbcb143bf2703cf7bcaeaae3cda1a4", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_arm64.tar.gz?checksum=sha256:f57d081b0e1847a602e0ca7baac5a5b1bc8bbaebc60b3627ea908fb6f78cf8e2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.11" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v15", - "tag": "v15.0.1", - "recommended_version": "v15.0.1", - "compatible_versions": [ - "v15.0.0", - "v15.0.1" - ], - "height": 300000, - "proposal": 2, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_amd64.tar.gz?checksum=sha256:a3bb3c3e0e1221867f8ed2c81f0f4709c4a9b415e2e6df24c7b7fddbe358b607", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_arm64.tar.gz?checksum=sha256:3b5a3422bcf7a703d23e6ede34ebe78ccc1e8e263fd43bfc70e7b02791ae98a0", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_amd64.tar.gz?checksum=sha256:d2a7313a0eb3f8c7a04528f8558a96d17e68c64ff153915ad03c3f8d900a14b4", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_arm64.tar.gz?checksum=sha256:54551afc2e865d1e5dd641932df84e36a28be8a2969f9fc79bee1cbcec48fb56" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.11" - }, - "language": { - "type": "go", - "version": "v1.23" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v16", - "tag": "v16.0.1", - "recommended_version": "v16.0.1", - "compatible_versions": [ - "v16.0.0", - "v16.0.1" - ], - "height": 500000, - "proposal": 5, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_amd64.tar.gz?checksum=sha256:1b9891d79985f0ae47b4702adb7c577094239dc2f812349ef38cd917bf84e801", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_arm64.tar.gz?checksum=sha256:f85f4becb51c219072c359fd37909886268257e2512a7dcd9ced3036f66af4b6", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_amd64.tar.gz?checksum=sha256:12bfe379624d3ddfaa9715de708750385773353d54e838a563796dea084ae1c2", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_arm64.tar.gz?checksum=sha256:0ccf9c4a2c6934643cdd43f2072bb01a099dad43acac97a01299e80566039e26" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.12" - }, - "language": { - "type": "go", - "version": "v1.23" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.6.0" - } - }, - { - "name": "v17", - "tag": "v17.1.1", - "recommended_version": "v17.1.1", - "compatible_versions": [ - "v17.1.0", - "v17.1.1" - ], - "height": 627000, - "proposal": 6, - "language": { - "type": "go", - "version": "v1.23" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_amd64.tar.gz?checksum=sha256:5c3a3fb70953e9c9e9e597dee85a4ba70d3203cb27499bb9942b3ef3dc17b47d", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_arm64.tar.gz?checksum=sha256:268c73a5739b64d8b2c2d4d93654485bbf1f1a344a15b0c275348b0312a7260b", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_amd64.tar.gz?checksum=sha256:cbf40896af4ae17c4059d8244dc4847a37f5023c9b6187ae30d5d671b008891c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_arm64.tar.gz?checksum=sha256:0457eed7f4d1ed7e424db7c6c7f52f196e377810e7ddfd31e8ff1f298f49812a" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.13" - }, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.7.0" - } - }, - { - "name": "v18", - "tag": "v18.0.1", - "recommended_version": "v18.0.1", - "compatible_versions": [ - "v18.0.0", - "v18.0.1" - ], - "height": 2375000, - "proposal": 16, - "language": { - "type": "go", - "version": "v1.23" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.13" - }, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.7.0" - } - } - ] -} From 57d3992624f6e26b3d86eb784ae3276d02c8ab42 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 17:52:55 -0500 Subject: [PATCH 07/13] add v19 --- testnets/_IBC/nobletestnet-xiontestnet.json | 31 + testnets/_IBC/osmosistestnet-xiontestnet.json | 46 ++ testnets/xiontestnet/assetlist.json | 129 +--- testnets/xiontestnet/chain.json | 147 ++++- testnets/xiontestnet/versions.json | 528 +++-------------- testnets/xiontestnet1/assetlist.json | 238 ++++++++ testnets/xiontestnet1/chain.json | 101 ++++ testnets/xiontestnet1/versions.json | 558 ++++++++++++++++++ 8 files changed, 1220 insertions(+), 558 deletions(-) create mode 100644 testnets/_IBC/nobletestnet-xiontestnet.json create mode 100644 testnets/_IBC/osmosistestnet-xiontestnet.json create mode 100644 testnets/xiontestnet1/assetlist.json create mode 100644 testnets/xiontestnet1/chain.json create mode 100644 testnets/xiontestnet1/versions.json diff --git a/testnets/_IBC/nobletestnet-xiontestnet.json b/testnets/_IBC/nobletestnet-xiontestnet.json new file mode 100644 index 0000000000..816563cb22 --- /dev/null +++ b/testnets/_IBC/nobletestnet-xiontestnet.json @@ -0,0 +1,31 @@ +{ + "$schema": "../../ibc_data.schema.json", + "chain_1": { + "chain_name": "nobletestnet", + "client_id": "07-tendermint-423", + "connection_id": "connection-390" + }, + "chain_2": { + "chain_name": "xiontestnet", + "client_id": "07-tendermint-3", + "connection_id": "connection-3" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-333", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-3", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + } + ] +} diff --git a/testnets/_IBC/osmosistestnet-xiontestnet.json b/testnets/_IBC/osmosistestnet-xiontestnet.json new file mode 100644 index 0000000000..7387b84856 --- /dev/null +++ b/testnets/_IBC/osmosistestnet-xiontestnet.json @@ -0,0 +1,46 @@ +{ + "$schema": "../../ibc_data.schema.json", + "chain_1": { + "chain_name": "bandcahintestnet", + "client_id": "07-tendermint-4492", + "connection_id": "connection-3926" + }, + "chain_2": { + "chain_name": "xiontestnet", + "client_id": "07-tendermint-2", + "connection_id": "connection-2" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-10231", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-2", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + }, + { + "chain_1": { + "channel_id": "channel-10381", + "port_id": "icqhost" + }, + "chain_2": { + "channel_id": "channel-10", + "port_id": "feeabs" + }, + "ordering": "unordered", + "version": "icq-1", + "tags": { + "status": "live" + } + } + ] +} diff --git a/testnets/xiontestnet/assetlist.json b/testnets/xiontestnet/assetlist.json index fd3d24a5aa..eb77bb32c9 100644 --- a/testnets/xiontestnet/assetlist.json +++ b/testnets/xiontestnet/assetlist.json @@ -1,6 +1,6 @@ { "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet2", "assets": [ { "description": "The native staking token of the Xion network.", @@ -32,61 +32,19 @@ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" } ], - "type_asset": "sdk.coin" - }, - { - "denom_units": [ - { - "denom": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "exponent": 0, - "aliases": [ - "uaxl" - ] - }, - { - "denom": "axl", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "name": "Axelar AXL Token", - "display": "axl", - "symbol": "AXL", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "axelartestnet", - "base_denom": "uaxl", - "channel_id": "channel-521" - }, - "chain": { - "channel_id": "channel-225057", - "path": "transfer/channel-225057/uaxl" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "axelartestnet", - "base_denom": "uaxl" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" + "socials": { + "discord": "https://discord.com/invite/burnt", + "github": "https://github.com/burnt-labs", + "telegram": "https://t.me/xion_announcements", + "twitter": "https://x.com/burnt_xion", + "website": "https://xion.burnt.com" }, - "coingecko_id": "axelar" + "type_asset": "sdk.coin" }, { "denom_units": [ { - "denom": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B", "exponent": 0, "aliases": [ "uosmo" @@ -98,7 +56,7 @@ } ], "type_asset": "ics20", - "base": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "base": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B", "name": "Osmosis OSMO Token", "display": "osmo", "symbol": "OSMO", @@ -108,11 +66,11 @@ "counterparty": { "chain_name": "osmosistestnet", "base_denom": "uosmo", - "channel_id": "channel-6668" + "channel_id": "channel-10231" }, "chain": { - "channel_id": "channel-490", - "path": "transfer/channel-490/uosmo" + "channel_id": "channel-2", + "path": "transfer/channel-2/uosmo" } } ], @@ -135,7 +93,7 @@ { "denom_units": [ { - "denom": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4", "exponent": 0, "aliases": [ "uusdc" @@ -147,7 +105,7 @@ } ], "type_asset": "ics20", - "base": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "base": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4", "name": "Noble USDC Token", "display": "usdc", "symbol": "USDC", @@ -158,11 +116,11 @@ "counterparty": { "chain_name": "nobletestnet", "base_denom": "uusdc", - "channel_id": "channel-147" + "channel_id": "channel-333" }, "chain": { - "channel_id": "channel-489", - "path": "transfer/channel-489/uusdc" + "channel_id": "channel-3", + "path": "transfer/channel-3/uusdc" } } ], @@ -184,55 +142,6 @@ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" } - }, - { - "denom_units": [ - { - "denom": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "exponent": 0, - "aliases": [ - "inj" - ] - }, - { - "denom": "INJ", - "exponent": 18 - } - ], - "type_asset": "ics20", - "base": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "name": "Injective INJ token", - "display": "INJ", - "symbol": "INJ", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "injectivetestnet", - "base_denom": "inj", - "channel_id": "channel-489" - }, - "chain": { - "channel_id": "channel-487", - "path": "transfer/channel-487/inj" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "injectivetestnet", - "base_denom": "inj" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" - }, - "coingecko_id": "injective-protocol" } ] -} \ No newline at end of file +} diff --git a/testnets/xiontestnet/chain.json b/testnets/xiontestnet/chain.json index 9638303972..fd07a685e0 100644 --- a/testnets/xiontestnet/chain.json +++ b/testnets/xiontestnet/chain.json @@ -1,11 +1,11 @@ { "$schema": "../../chain.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet2", "chain_type": "cosmos", - "chain_id": "xion-testnet-1", - "pretty_name": "Xion Testnet 1", + "chain_id": "xion-testnet-2", + "pretty_name": "Xion Testnet", "website": "https://xion.burnt.com", - "status": "killed", + "status": "live", "network_type": "testnet", "bech32_prefix": "xion", "bech32_config": { @@ -42,21 +42,21 @@ }, "codebase": { "git_repo": "https://github.com/burnt-labs/xion", - "tag": "v17.1.0", - "recommended_version": "v17.1.0", + "tag": "v19.0.0", + "recommended_version": "v19.0.0", "language": { "type": "go", "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_amd64.tar.gz?checksum=sha256:e5deeced024f80bea0cb2e00375f4bc5c2ff55cd4da9a2a9bf1315becd3a1667", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_arm64.tar.gz?checksum=sha256:1c15b4b4acc3d072f8cad7d59a14e31068578bdc11193a01a9a06712c2287614", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_amd64.tar.gz?checksum=sha256:f35156ba616d8b7a607bd54e732258ffdf86c3fd8b9f3f9c4ec0aab6c5d8c072", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_arm64.tar.gz?checksum=sha256:d972307ef3e007eae174c8365db5cfe3c01ef2d9d331b93b2e40521516e5068c" }, "sdk": { "type": "cosmos", - "version": "v0.50.13" + "version": "v0.53.0" }, "consensus": { "type": "cometbft", @@ -71,19 +71,130 @@ "version": "v8.7.0" }, "genesis": { - "genesis_url": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json" + "genesis_url": "https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/config/genesis.json" } }, "peers": { - "seeds": [], - "persistent_peers": [] + "seeds": [ + { + "id": "20e1000e88125698264454a884812746c2eb4807", + "address": "testnet-seeds.lavenderfive.com:22356", + "provider": "Lavender.Five Nodes \ud83d\udc1d" + }, + { + "id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", + "address": "testnet-seeds.polkachu.com:22356", + "provider": "Polkachu" + }, + { + "id": "69e1aa5800ffa82615986eac5f99b77c2b8f1ccb", + "address": "burnt-testnet-seed.itrocket.net:55656", + "provider": "ITRocket" + } + ], + "persistent_peers": [ + { + "id": "0f1c8ed0d4c4a52ecb8fb6c6b2c6f7d1856326d5", + "address": "65.21.10.115:22356", + "provider": "e1048642-f584-53e0-afff-5bc34cb31cb9" + }, + { + "id": "5166bcee9d5db28dfede2a936f2a60e07778fa89", + "address": "65.109.113.219:22356", + "provider": "Polkachu" + }, + { + "id": "7108f0b946f7a4b5b88f01bd29edbaf87d4dbfb4", + "address": "65.109.89.19:22356", + "provider": "Polkachu" + }, + { + "id": "73b62ebfb71023900d8debb6e6dc7f1379c34686", + "address": "65.109.58.86:22356", + "provider": "b36590e9-5c8f-589e-9436-9cf5735afa8b" + }, + { + "id": "85e868567ca46f8d94b1fba87b2fa5b42a271439", + "address": "141.94.240.117:22356", + "provider": "b9744aff-4488-5a1e-89d0-ceb895036c17" + } + ] }, "apis": { - "rpc": [], - "rest": [], - "grpc": [] + "rpc": [ + { + "address": "https://rpc.xion-testnet-2.burnt.com:443", + "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" + }, + { + "address": "https://testnet-2-rpc.xion-api.com:443", + "provider": "Lavender.Five Nodes \ud83d\udc1d" + }, + { + "address": "https://xion-testnet-rpc.polkachu.com:443", + "provider": "Polkachu" + }, + { + "address": "https://burnt-testnet-rpc.itrocket.net:443", + "provider": "ITRocket" + } + ], + "rest": [ + { + "address": "https://api.xion-testnet-2.burnt.com", + "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" + }, + { + "address": "https://testnet-2-api.xion-api.com", + "provider": "Lavender.Five Nodes \ud83d\udc1d" + }, + { + "address": "https://xion-testnet-api.polkachu.com", + "provider": "Polkachu" + }, + { + "address": "https://burnt-testnet-api.itrocket.net", + "provider": "ITRocket" + } + ], + "grpc": [ + { + "address": "grpc.xion-testnet-2.burnt.com:443", + "provider": "\ud83d\udd25BurntLabs\ud83d\udd25" + }, + { + "address": "testnet-2-grpc.xion-api.com:443", + "provider": "Lavender.Five Nodes \ud83d\udc1d" + }, + { + "address": "xion-testnet-grpc.polkachu.com:22390", + "provider": "Polkachu" + }, + { + "address": "burnt-testnet-grpc.itrocket.net:443", + "provider": "ITRocket" + } + ] }, - "explorers": [], + "explorers": [ + { + "kind": "mintscan", + "url": "https://www.mintscan.io/xion-testnet", + "tx_page": "https://www.mintscan.io/xion-testnet/transactions/${txHash}", + "account_page": "https://www.mintscan.io/xion-testnet/accounts/${accountAddress}" + }, + { + "url": "https://explorer.burnt.com/xion-testnet-2", + "tx_page": "https://explorer.burnt.com/xion-testnet-2/tx/${txHash}", + "account_page": "https://explorer.burnt.com/xion-testnet-2/account/${accountAddress}" + }, + { + "kind": "ITRocket", + "url": "https://testnet.itrocket.net/burnt", + "tx_page": "https://testnet.itrocket.net/burnt/tx/${txHash}", + "account_page": "https://testnet.itrocket.net/burnt/account/${accountAddress}" + } + ], "images": [ { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" diff --git a/testnets/xiontestnet/versions.json b/testnets/xiontestnet/versions.json index fdee24f454..0eb3cd5145 100644 --- a/testnets/xiontestnet/versions.json +++ b/testnets/xiontestnet/versions.json @@ -1,545 +1,213 @@ { "$schema": "../../versions.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet2", "versions": [ { - "name": "v0.1.0", - "tag": "v1.0.0", - "recommended_version": "v1.0.0", + "name": "v14", + "tag": "v14.1.2", + "recommended_version": "v14.1.2", + "compatible_versions": [ + "v14.1.1", + "v14.1.2" + ], "height": 1, "consensus": { "type": "cometbft", - "version": "v0.37.0" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.0" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.0", - "enabled": true, - "tag": "0.40.0-rc.0" - }, - "ibc": { - "type": "go", - "version": "v7.0.0" - } - }, - { - "name": "v0.3.2", - "tag": "v2.0.0", - "recommended_version": "v2.0.0", - "height": 1929544, - "proposal": 4, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.3" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.2.0" - } - }, - { - "name": "v0.3.3", - "tag": "v3.0.0", - "recommended_version": "v3.0.0", - "height": 2147030, - "proposal": 7, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.3" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.40.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.2.0" - } - }, - { - "name": "v0.3.4", - "tag": "v3.1.1", - "recommended_version": "v3.1.1", - "height": 3278095, - "consensus": { - "type": "cometbft", - "version": "v0.37.2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.5" - }, - "language": { - "type": "go", - "version": "v1.19" - }, - "cosmwasm": { - "version": "v0.43.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.0" - } - }, - { - "name": "v0.3.7", - "tag": "v4.0.0", - "recommended_version": "v4.0.0", - "proposal": 18, - "height": 6887750, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.7/xiond-v0.3.7-linux-amd64:checksum=sha256:3d7626e971bf2ece28d4835d45ee6bd104a54ba6d652cd4982fc00ff8a6590de" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.1" - } - }, - { - "name": "v0.3.8", - "tag": "v5.0.0", - "recommended_version": "v5.0.0", - "proposal": 19, - "height": 7130100, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.8/xiond-v0.3.8-linux-amd64:checksum=sha256:ef5112a6bb01e9dd297abf27ab423582004d3261f3300cef419937555bf8e281" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.3.1" - } - }, - { - "name": "v0.3.9", - "tag": "v6.0.0", - "recommended_version": "v6.0.0", - "height": 7438800, - "proposal": 23, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.9/xiond-v0.3.9-linux-amd64:checksum=sha256:476abdd10b6bde0e81e14f4e6d67bf7eecfeee887879316153c72c01b80ccb98" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.1", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v7.0.0", - "tag": "v7.0.0", - "recommended_version": "v7.0.0", - "height": 8457600, - "proposal": 29, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" + "version": "v0.38.12" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.0/xiond-v7.0.0-linux-amd64:checksum=sha256:e7431453c3e7adadb7d75516d6cdc27e0ab4e9bdbdb620f7af4697a72c0c71bb" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_amd64.tar.gz?checksum=sha256:df87b444eb92c85d5cb1102b9f66be6b2e0277935cd2f4eec21c95e9fb7d41fe", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_darwin_arm64.tar.gz?checksum=sha256:c5e8083deb16249aa7a65a0783785a5849d33ed46a0e7f9d3e15c8e65e6126be", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_amd64.tar.gz?checksum=sha256:302281ec47e8b40a4abb61851141d3b36dbbcb143bf2703cf7bcaeaae3cda1a4", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.2/xiond_14.1.2_linux_arm64.tar.gz?checksum=sha256:f57d081b0e1847a602e0ca7baac5a5b1bc8bbaebc60b3627ea908fb6f78cf8e2" }, "sdk": { "type": "cosmos", - "version": "v0.47.10" + "version": "v0.50.11" }, "language": { "type": "go", - "version": "v1.21" + "version": "v1.22" }, "cosmwasm": { - "version": "v0.45.0", + "version": "v0.53.0", "enabled": true }, "ibc": { "type": "go", - "version": "v7.4.0" + "version": "v8.5.1" } }, { - "name": "v8.0.0", - "tag": "v8.0.1", - "recommended_version": "v8.0.1", - "height": 8903500, - "proposal": 38, - "consensus": { - "type": "cometbft", - "version": "v0.37.4" - }, + "name": "v15", + "tag": "v15.0.1", + "recommended_version": "v15.0.1", "compatible_versions": [ - "v8.0.0", - "v8.0.1" + "v15.0.0", + "v15.0.1" ], - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v8.0.1/xiond-v8.0.1-linux-amd64:checksum=sha256:253f0efd544d6accab95c761eb748b787b093e645e2e565c98e9e87763a19aa8" - }, - "sdk": { - "type": "cosmos", - "version": "v0.47.10" - }, - "language": { - "type": "go", - "version": "v1.21" - }, - "cosmwasm": { - "version": "v0.45.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v7.4.0" - } - }, - { - "name": "v9", - "tag": "v9.0.1", - "recommended_version": "v9.0.1", - "height": 8983000, - "proposal": 40, + "height": 300000, + "proposal": 2, "consensus": { "type": "cometbft", - "version": "v0.37.4" + "version": "v0.38.17" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-amd64?checksum=sha256:9c8bcbeb04463e2540fd886e7a7de25d874dcf416a94147b9cd1ad7ceb2c8587", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-arm64?checksum=sha256:1bfe7ad98216473a7ad8a82362dcaf44ca28232fc2bb248f8fcc3bca62eb13af" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_amd64.tar.gz?checksum=sha256:a3bb3c3e0e1221867f8ed2c81f0f4709c4a9b415e2e6df24c7b7fddbe358b607", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_darwin_arm64.tar.gz?checksum=sha256:3b5a3422bcf7a703d23e6ede34ebe78ccc1e8e263fd43bfc70e7b02791ae98a0", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_amd64.tar.gz?checksum=sha256:d2a7313a0eb3f8c7a04528f8558a96d17e68c64ff153915ad03c3f8d900a14b4", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.1/xiond_15.0.1_linux_arm64.tar.gz?checksum=sha256:54551afc2e865d1e5dd641932df84e36a28be8a2969f9fc79bee1cbcec48fb56" }, "sdk": { "type": "cosmos", - "version": "v0.47.10" + "version": "v0.50.11" }, "language": { "type": "go", - "version": "v1.22" + "version": "v1.23" }, "cosmwasm": { - "version": "v0.45.0", + "version": "v0.54.0", "enabled": true }, "ibc": { "type": "go", - "version": "v7.4.0" + "version": "v8.5.1" } }, { - "name": "v10", - "tag": "v10.0.0", - "recommended_version": "v10.0.0", - "height": 9776000, - "proposal": 48, + "name": "v16", + "tag": "v16.0.1", + "recommended_version": "v16.0.1", + "compatible_versions": [ + "v16.0.0", + "v16.0.1" + ], + "height": 500000, + "proposal": 5, "consensus": { "type": "cometbft", - "version": "v0.38.12" + "version": "v0.38.17" }, "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-amd64?checksum=sha256:04cb3814c75737a1b58ead5865ce631651a188f1c204282fb07361f7bd7e9afe", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-arm64?checksum=sha256:da30cac6442a5fa418253bfd935c194c2ecabd5f541e2e85bc81e7945685da65" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_amd64.tar.gz?checksum=sha256:1b9891d79985f0ae47b4702adb7c577094239dc2f812349ef38cd917bf84e801", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_darwin_arm64.tar.gz?checksum=sha256:f85f4becb51c219072c359fd37909886268257e2512a7dcd9ced3036f66af4b6", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_amd64.tar.gz?checksum=sha256:12bfe379624d3ddfaa9715de708750385773353d54e838a563796dea084ae1c2", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.1/xiond_16.0.1_linux_arm64.tar.gz?checksum=sha256:0ccf9c4a2c6934643cdd43f2072bb01a099dad43acac97a01299e80566039e26" }, "sdk": { "type": "cosmos", - "version": "v0.50.9" + "version": "v0.50.12" }, "language": { "type": "go", - "version": "v1.22" + "version": "v1.23" }, "cosmwasm": { - "version": "v0.53.0", + "version": "v0.54.0", "enabled": true }, "ibc": { "type": "go", - "version": "v8.5.0" + "version": "v8.6.0" } }, { - "name": "v11", - "tag": "v11.0.1", - "recommended_version": "v11.0.1", - "height": 9992000, - "proposal": 53, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.10" - }, + "name": "v17", + "tag": "v17.1.1", + "recommended_version": "v17.1.1", + "compatible_versions": [ + "v17.1.0", + "v17.1.1" + ], + "height": 627000, + "proposal": 6, "language": { "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.0" - } - }, - { - "name": "v12", - "tag": "v12.0.1", - "recommended_version": "v12.0.1", - "height": 10140000, - "proposal": 56, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" + "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-amd64?checksum=sha256:15f319767d667d3aab6aeaa3c660e5d0bf32e61a6c158ab11ecb4bdb1d0ee41b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-arm64?checksum=sha256:de6c90ff0051e47b5c7e45a47f09f6ff626fbaa187c11f598d3ba9d0d32f8c90", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-amd64?checksum=sha256:23f72ab4ed9b62f9d0aa6b2ebf200a077edd3847fff38bed1f05cc39768279f6", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-arm64?checksum=sha256:d619e6b11748652fa254fc1100c1a0e884ff8ee45c0f6bbe8dedd45ae633f5f6" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_amd64.tar.gz?checksum=sha256:5c3a3fb70953e9c9e9e597dee85a4ba70d3203cb27499bb9942b3ef3dc17b47d", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_darwin_arm64.tar.gz?checksum=sha256:268c73a5739b64d8b2c2d4d93654485bbf1f1a344a15b0c275348b0312a7260b", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_amd64.tar.gz?checksum=sha256:cbf40896af4ae17c4059d8244dc4847a37f5023c9b6187ae30d5d671b008891c", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.1/xiond_17.1.1_linux_arm64.tar.gz?checksum=sha256:0457eed7f4d1ed7e424db7c6c7f52f196e377810e7ddfd31e8ff1f298f49812a" }, "sdk": { "type": "cosmos", - "version": "v0.50.10" - }, - "language": { - "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true + "version": "v0.50.13" }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v13", - "tag": "v13.0.1", - "recommended_version": "v13.0.1", - "height": 10155000, - "proposal": 57, "consensus": { "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-amd64?checksum=sha256:82a0a47a824c8bf5a77d242626d9526457850111188aa06c2367d885d0844896", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-arm64?checksum=sha256:46d597474e773371614ed021a13f2e9703c5d4313462c837dfa03f1192dfc191", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-amd64?checksum=sha256:2d7583fd208e7f61a1e1f70a5212042510970f43bd72576e279f70c1f0b55423", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-arm64?checksum=sha256:ccb6afe85eab6eacdf61268bd486e578ec556a8396a2e36b1b3dcbc3cef2b3c2" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.10" - }, - "language": { - "type": "go", - "version": "v1.22" + "version": "v0.38.17" }, "cosmwasm": { - "version": "v0.53.0", + "version": "v0.54.0", "enabled": true }, "ibc": { "type": "go", - "version": "v8.5.1" + "version": "v8.7.0" } }, { - "name": "v14", - "tag": "v14.1.1", - "recommended_version": "v14.1.1", - "height": 10460000, - "proposal": 64, - "consensus": { - "type": "cometbft", - "version": "v0.38.12" - }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.11" - }, + "name": "v18", + "tag": "v18.0.1", + "recommended_version": "v18.0.1", + "compatible_versions": [ + "v18.0.0", + "v18.0.1" + ], + "height": 2375000, + "proposal": 16, "language": { "type": "go", - "version": "v1.22" - }, - "cosmwasm": { - "version": "v0.53.0", - "enabled": true - }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v15", - "tag": "v15.0.0", - "recommended_version": "v15.0.0", - "height": 12590000, - "proposal": 99, - "consensus": { - "type": "cometbft", - "version": "v0.38.17" + "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_amd64.zip?checksum=sha256:df684394a732b9bcc8f90ad6f8d2cb394493c032d4ecaa656bb1a74a6f368d58", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_arm64.zip?checksum=sha256:af44420b8accf2d58d4db49c5e4b90a2410875ecd3e0c68998e7607217e24c3f", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_amd64.zip?checksum=sha256:75776c74c7d144e8739682a68aa45dbd8efcb657bda18dbaaad7d2b3cb4e42bf", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_arm64.zip?checksum=sha256:c1fe0a7fe306d6d0fbf9eeb31795d08bb873147dabdab0a0c9c182188974bb70" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_amd64.tar.gz?checksum=sha256:e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_darwin_arm64.tar.gz?checksum=sha256:ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_amd64.tar.gz?checksum=sha256:2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v18.0.1/xiond_18.0.1_linux_arm64.tar.gz?checksum=sha256:b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2" }, "sdk": { "type": "cosmos", - "version": "v0.50.11" - }, - "language": { - "type": "go", - "version": "v1.23" - }, - "cosmwasm": { - "version": "v0.54.0", - "enabled": true + "version": "v0.50.13" }, - "ibc": { - "type": "go", - "version": "v8.5.1" - } - }, - { - "name": "v16", - "proposal": 100, - "tag": "v16.0.0", - "recommended_version": "v16.0.0", - "height": 12724000, "consensus": { "type": "cometbft", "version": "v0.38.17" }, - "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" - }, - "sdk": { - "type": "cosmos", - "version": "v0.50.12" - }, - "language": { - "type": "go", - "version": "v1.23" - }, "cosmwasm": { "version": "v0.54.0", "enabled": true }, "ibc": { "type": "go", - "version": "v8.6.0" + "version": "v8.7.0" } }, { - "name": "v17", - "proposal": 101, - "tag": "v17.1.0", - "recommended_version": "v17.1.0", - "height": 12920000, + "name": "v19", + "tag": "v19.0.0", + "recommended_version": "v19.0.0", + "compatible_version": [ + "v19.0.0" + ], + "height": 7420000, + "proposal": 37, "language": { "type": "go", "version": "v1.23" }, "binaries": { - "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", - "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", - "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", - "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_amd64.tar.gz?checksum=sha256:e5deeced024f80bea0cb2e00375f4bc5c2ff55cd4da9a2a9bf1315becd3a1667", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_arm64.tar.gz?checksum=sha256:1c15b4b4acc3d072f8cad7d59a14e31068578bdc11193a01a9a06712c2287614", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_amd64.tar.gz?checksum=sha256:f35156ba616d8b7a607bd54e732258ffdf86c3fd8b9f3f9c4ec0aab6c5d8c072", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_arm64.tar.gz?checksum=sha256:d972307ef3e007eae174c8365db5cfe3c01ef2d9d331b93b2e40521516e5068c" }, "sdk": { "type": "cosmos", - "version": "v0.50.13" + "version": "v0.53.0" }, "consensus": { "type": "cometbft", diff --git a/testnets/xiontestnet1/assetlist.json b/testnets/xiontestnet1/assetlist.json new file mode 100644 index 0000000000..fd3d24a5aa --- /dev/null +++ b/testnets/xiontestnet1/assetlist.json @@ -0,0 +1,238 @@ +{ + "$schema": "../../assetlist.schema.json", + "chain_name": "xiontestnet", + "assets": [ + { + "description": "The native staking token of the Xion network.", + "denom_units": [ + { + "denom": "uxion", + "exponent": 0, + "aliases": [ + "microxion" + ] + }, + { + "denom": "XION", + "exponent": 6, + "aliases": [ + "xion" + ] + } + ], + "base": "uxion", + "display": "XION", + "name": "xion", + "symbol": "XION", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png" + } + ], + "type_asset": "sdk.coin" + }, + { + "denom_units": [ + { + "denom": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", + "exponent": 0, + "aliases": [ + "uaxl" + ] + }, + { + "denom": "axl", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", + "name": "Axelar AXL Token", + "display": "axl", + "symbol": "AXL", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "axelartestnet", + "base_denom": "uaxl", + "channel_id": "channel-521" + }, + "chain": { + "channel_id": "channel-225057", + "path": "transfer/channel-225057/uaxl" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "axelartestnet", + "base_denom": "uaxl" + }, + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" + }, + "coingecko_id": "axelar" + }, + { + "denom_units": [ + { + "denom": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "exponent": 0, + "aliases": [ + "uosmo" + ] + }, + { + "denom": "osmo", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", + "name": "Osmosis OSMO Token", + "display": "osmo", + "symbol": "OSMO", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "osmosistestnet", + "base_denom": "uosmo", + "channel_id": "channel-6668" + }, + "chain": { + "channel_id": "channel-490", + "path": "transfer/channel-490/uosmo" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "osmosistestnet", + "base_denom": "uosmo" + }, + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" + }, + "coingecko_id": "osmosis" + }, + { + "denom_units": [ + { + "denom": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "exponent": 0, + "aliases": [ + "uusdc" + ] + }, + { + "denom": "usdc", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", + "name": "Noble USDC Token", + "display": "usdc", + "symbol": "USDC", + "coingecko_id": "usd-coin", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "nobletestnet", + "base_denom": "uusdc", + "channel_id": "channel-147" + }, + "chain": { + "channel_id": "channel-489", + "path": "transfer/channel-489/uusdc" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "nobletestnet", + "base_denom": "uusdc" + }, + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", + "theme": { + "circle": true, + "primary_color_hex": "#2775CA" + } + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" + } + }, + { + "denom_units": [ + { + "denom": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", + "exponent": 0, + "aliases": [ + "inj" + ] + }, + { + "denom": "INJ", + "exponent": 18 + } + ], + "type_asset": "ics20", + "base": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", + "name": "Injective INJ token", + "display": "INJ", + "symbol": "INJ", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "injectivetestnet", + "base_denom": "inj", + "channel_id": "channel-489" + }, + "chain": { + "channel_id": "channel-487", + "path": "transfer/channel-487/inj" + } + } + ], + "images": [ + { + "image_sync": { + "chain_name": "injectivetestnet", + "base_denom": "inj" + }, + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" + }, + "coingecko_id": "injective-protocol" + } + ] +} \ No newline at end of file diff --git a/testnets/xiontestnet1/chain.json b/testnets/xiontestnet1/chain.json new file mode 100644 index 0000000000..9638303972 --- /dev/null +++ b/testnets/xiontestnet1/chain.json @@ -0,0 +1,101 @@ +{ + "$schema": "../../chain.schema.json", + "chain_name": "xiontestnet", + "chain_type": "cosmos", + "chain_id": "xion-testnet-1", + "pretty_name": "Xion Testnet 1", + "website": "https://xion.burnt.com", + "status": "killed", + "network_type": "testnet", + "bech32_prefix": "xion", + "bech32_config": { + "bech32PrefixAccAddr": "xion", + "bech32PrefixAccPub": "xionpub", + "bech32PrefixValAddr": "xionvaloper", + "bech32PrefixValPub": "xionvaloperpub", + "bech32PrefixConsAddr": "xionvalcons", + "bech32PrefixConsPub": "xionvalconspub" + }, + "daemon_name": "xiond", + "node_home": "$HOME/.xiond", + "key_algos": [ + "secp256k1" + ], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "uxion", + "fixed_min_gas_price": 0.001, + "low_gas_price": 0.001, + "average_gas_price": 0.001, + "high_gas_price": 0.01 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "uxion" + } + ] + }, + "codebase": { + "git_repo": "https://github.com/burnt-labs/xion", + "tag": "v17.1.0", + "recommended_version": "v17.1.0", + "language": { + "type": "go", + "version": "v1.23" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.13" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.7.0" + }, + "genesis": { + "genesis_url": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json" + } + }, + "peers": { + "seeds": [], + "persistent_peers": [] + }, + "apis": { + "rpc": [], + "rest": [], + "grpc": [] + }, + "explorers": [], + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png" + }, + "description": "XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.", + "keywords": [ + "xion", + "burnt", + "testnet" + ] +} diff --git a/testnets/xiontestnet1/versions.json b/testnets/xiontestnet1/versions.json new file mode 100644 index 0000000000..fdee24f454 --- /dev/null +++ b/testnets/xiontestnet1/versions.json @@ -0,0 +1,558 @@ +{ + "$schema": "../../versions.schema.json", + "chain_name": "xiontestnet", + "versions": [ + { + "name": "v0.1.0", + "tag": "v1.0.0", + "recommended_version": "v1.0.0", + "height": 1, + "consensus": { + "type": "cometbft", + "version": "v0.37.0" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.0" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.0", + "enabled": true, + "tag": "0.40.0-rc.0" + }, + "ibc": { + "type": "go", + "version": "v7.0.0" + } + }, + { + "name": "v0.3.2", + "tag": "v2.0.0", + "recommended_version": "v2.0.0", + "height": 1929544, + "proposal": 4, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.3" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.2.0" + } + }, + { + "name": "v0.3.3", + "tag": "v3.0.0", + "recommended_version": "v3.0.0", + "height": 2147030, + "proposal": 7, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.3" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.40.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.2.0" + } + }, + { + "name": "v0.3.4", + "tag": "v3.1.1", + "recommended_version": "v3.1.1", + "height": 3278095, + "consensus": { + "type": "cometbft", + "version": "v0.37.2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.5" + }, + "language": { + "type": "go", + "version": "v1.19" + }, + "cosmwasm": { + "version": "v0.43.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.0" + } + }, + { + "name": "v0.3.7", + "tag": "v4.0.0", + "recommended_version": "v4.0.0", + "proposal": 18, + "height": 6887750, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.7/xiond-v0.3.7-linux-amd64:checksum=sha256:3d7626e971bf2ece28d4835d45ee6bd104a54ba6d652cd4982fc00ff8a6590de" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.1" + } + }, + { + "name": "v0.3.8", + "tag": "v5.0.0", + "recommended_version": "v5.0.0", + "proposal": 19, + "height": 7130100, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.8/xiond-v0.3.8-linux-amd64:checksum=sha256:ef5112a6bb01e9dd297abf27ab423582004d3261f3300cef419937555bf8e281" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.3.1" + } + }, + { + "name": "v0.3.9", + "tag": "v6.0.0", + "recommended_version": "v6.0.0", + "height": 7438800, + "proposal": 23, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v0.3.9/xiond-v0.3.9-linux-amd64:checksum=sha256:476abdd10b6bde0e81e14f4e6d67bf7eecfeee887879316153c72c01b80ccb98" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.1", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v7.0.0", + "tag": "v7.0.0", + "recommended_version": "v7.0.0", + "height": 8457600, + "proposal": 29, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v7.0.0/xiond-v7.0.0-linux-amd64:checksum=sha256:e7431453c3e7adadb7d75516d6cdc27e0ab4e9bdbdb620f7af4697a72c0c71bb" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v8.0.0", + "tag": "v8.0.1", + "recommended_version": "v8.0.1", + "height": 8903500, + "proposal": 38, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "compatible_versions": [ + "v8.0.0", + "v8.0.1" + ], + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v8.0.1/xiond-v8.0.1-linux-amd64:checksum=sha256:253f0efd544d6accab95c761eb748b787b093e645e2e565c98e9e87763a19aa8" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.21" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v9", + "tag": "v9.0.1", + "recommended_version": "v9.0.1", + "height": 8983000, + "proposal": 40, + "consensus": { + "type": "cometbft", + "version": "v0.37.4" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-amd64?checksum=sha256:9c8bcbeb04463e2540fd886e7a7de25d874dcf416a94147b9cd1ad7ceb2c8587", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v9.0.1/xiond-linux-arm64?checksum=sha256:1bfe7ad98216473a7ad8a82362dcaf44ca28232fc2bb248f8fcc3bca62eb13af" + }, + "sdk": { + "type": "cosmos", + "version": "v0.47.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + } + }, + { + "name": "v10", + "tag": "v10.0.0", + "recommended_version": "v10.0.0", + "height": 9776000, + "proposal": 48, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-amd64?checksum=sha256:04cb3814c75737a1b58ead5865ce631651a188f1c204282fb07361f7bd7e9afe", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v10.0.0/xiond-linux-arm64?checksum=sha256:da30cac6442a5fa418253bfd935c194c2ecabd5f541e2e85bc81e7945685da65" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.0" + } + }, + { + "name": "v11", + "tag": "v11.0.1", + "recommended_version": "v11.0.1", + "height": 9992000, + "proposal": 53, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.0" + } + }, + { + "name": "v12", + "tag": "v12.0.1", + "recommended_version": "v12.0.1", + "height": 10140000, + "proposal": 56, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-amd64?checksum=sha256:15f319767d667d3aab6aeaa3c660e5d0bf32e61a6c158ab11ecb4bdb1d0ee41b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-darwin-arm64?checksum=sha256:de6c90ff0051e47b5c7e45a47f09f6ff626fbaa187c11f598d3ba9d0d32f8c90", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-amd64?checksum=sha256:23f72ab4ed9b62f9d0aa6b2ebf200a077edd3847fff38bed1f05cc39768279f6", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.1/xiond-linux-arm64?checksum=sha256:d619e6b11748652fa254fc1100c1a0e884ff8ee45c0f6bbe8dedd45ae633f5f6" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v13", + "tag": "v13.0.1", + "recommended_version": "v13.0.1", + "height": 10155000, + "proposal": 57, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-amd64?checksum=sha256:82a0a47a824c8bf5a77d242626d9526457850111188aa06c2367d885d0844896", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-darwin-arm64?checksum=sha256:46d597474e773371614ed021a13f2e9703c5d4313462c837dfa03f1192dfc191", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-amd64?checksum=sha256:2d7583fd208e7f61a1e1f70a5212042510970f43bd72576e279f70c1f0b55423", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v13.0.1/xiond-linux-arm64?checksum=sha256:ccb6afe85eab6eacdf61268bd486e578ec556a8396a2e36b1b3dcbc3cef2b3c2" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.10" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v14", + "tag": "v14.1.1", + "recommended_version": "v14.1.1", + "height": 10460000, + "proposal": 64, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-amd64?checksum=sha256:aac923cc23a7a41e4bca0f12bfc66dcc9e76932f952a8c6908ab7e92be87082b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-darwin-arm64?checksum=sha256:fbeb44762e35d9eacc4b4c31bae08da200a4ffa22c6c09b258ed4930e41d5e2b", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-amd64?checksum=sha256:37f0dcd4625948014b51035c9086914cee2bb9a2b011fd23ba4d1fb5375bca6c", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v14.1.1/xiond-linux-arm64?checksum=sha256:7f92664f6de2eaf278559f5f2bb3d2855a723ffa49dd076bc98618a82036adcb" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.11" + }, + "language": { + "type": "go", + "version": "v1.22" + }, + "cosmwasm": { + "version": "v0.53.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v15", + "tag": "v15.0.0", + "recommended_version": "v15.0.0", + "height": 12590000, + "proposal": 99, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_amd64.zip?checksum=sha256:df684394a732b9bcc8f90ad6f8d2cb394493c032d4ecaa656bb1a74a6f368d58", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_darwin_arm64.zip?checksum=sha256:af44420b8accf2d58d4db49c5e4b90a2410875ecd3e0c68998e7607217e24c3f", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_amd64.zip?checksum=sha256:75776c74c7d144e8739682a68aa45dbd8efcb657bda18dbaaad7d2b3cb4e42bf", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v15.0.0/xiond_15.0.0_linux_arm64.zip?checksum=sha256:c1fe0a7fe306d6d0fbf9eeb31795d08bb873147dabdab0a0c9c182188974bb70" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.11" + }, + "language": { + "type": "go", + "version": "v1.23" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v16", + "proposal": 100, + "tag": "v16.0.0", + "recommended_version": "v16.0.0", + "height": 12724000, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_amd64.zip?checksum=sha256:614b598b6eeb7bb94b4fdcd86733157899ba77e8af40f035ede2d5950905fd3b", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_darwin_arm64.zip?checksum=sha256:7d34274a666d175d80f5713d6a6b7dd6578312317d9b31ad875213ddc84ec170", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_amd64.zip?checksum=sha256:ed8de8b33190c1b3218c447c636f5de3cb5b128409b9178554b079b400625e40", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v16.0.0/xiond_16.0.0_linux_arm64.zip?checksum=sha256:810705419d29abd5d9911c01f2f2943bbd6520337a1ff84c7382ecbdb1e9c19b" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.12" + }, + "language": { + "type": "go", + "version": "v1.23" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.6.0" + } + }, + { + "name": "v17", + "proposal": 101, + "tag": "v17.1.0", + "recommended_version": "v17.1.0", + "height": 12920000, + "language": { + "type": "go", + "version": "v1.23" + }, + "binaries": { + "darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517", + "darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608", + "linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230", + "linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.13" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.17" + }, + "cosmwasm": { + "version": "v0.54.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.7.0" + } + } + ] +} From a0e015dc859a129c9888d202091abf08c2de7049 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 18:03:13 -0500 Subject: [PATCH 08/13] fix typo --- testnets/_IBC/osmosistestnet-xiontestnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnets/_IBC/osmosistestnet-xiontestnet.json b/testnets/_IBC/osmosistestnet-xiontestnet.json index 7387b84856..4257d23007 100644 --- a/testnets/_IBC/osmosistestnet-xiontestnet.json +++ b/testnets/_IBC/osmosistestnet-xiontestnet.json @@ -1,7 +1,7 @@ { "$schema": "../../ibc_data.schema.json", "chain_1": { - "chain_name": "bandcahintestnet", + "chain_name": "osmosistestnet", "client_id": "07-tendermint-4492", "connection_id": "connection-3926" }, From d1121102d598ddcbaff820cd7ab68fbcd05ff2fc Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 18:34:03 -0500 Subject: [PATCH 09/13] fix chain name in json --- testnets/xiontestnet/assetlist.json | 2 +- testnets/xiontestnet/chain.json | 2 +- testnets/xiontestnet/versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testnets/xiontestnet/assetlist.json b/testnets/xiontestnet/assetlist.json index eb77bb32c9..bf2c09764f 100644 --- a/testnets/xiontestnet/assetlist.json +++ b/testnets/xiontestnet/assetlist.json @@ -1,6 +1,6 @@ { "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestnet2", + "chain_name": "xiontestne", "assets": [ { "description": "The native staking token of the Xion network.", diff --git a/testnets/xiontestnet/chain.json b/testnets/xiontestnet/chain.json index fd07a685e0..d190fee599 100644 --- a/testnets/xiontestnet/chain.json +++ b/testnets/xiontestnet/chain.json @@ -1,6 +1,6 @@ { "$schema": "../../chain.schema.json", - "chain_name": "xiontestnet2", + "chain_name": "xiontestnet", "chain_type": "cosmos", "chain_id": "xion-testnet-2", "pretty_name": "Xion Testnet", diff --git a/testnets/xiontestnet/versions.json b/testnets/xiontestnet/versions.json index 0eb3cd5145..2c5c9c452a 100644 --- a/testnets/xiontestnet/versions.json +++ b/testnets/xiontestnet/versions.json @@ -1,6 +1,6 @@ { "$schema": "../../versions.schema.json", - "chain_name": "xiontestnet2", + "chain_name": "xiontestnet", "versions": [ { "name": "v14", From daec7c6c554498008fcca4eeb44d9da4c3167ce8 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 18:35:16 -0500 Subject: [PATCH 10/13] fix typo --- testnets/xiontestnet/assetlist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnets/xiontestnet/assetlist.json b/testnets/xiontestnet/assetlist.json index bf2c09764f..3d81e6a7a7 100644 --- a/testnets/xiontestnet/assetlist.json +++ b/testnets/xiontestnet/assetlist.json @@ -1,6 +1,6 @@ { "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestne", + "chain_name": "xiontestnet", "assets": [ { "description": "The native staking token of the Xion network.", From ff5ea4a5cf8de6d76804179229bc5416ccbcf1cc Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 27 May 2025 18:38:08 -0500 Subject: [PATCH 11/13] fix xiontetnet1 chain name in json --- testnets/xiontestnet1/assetlist.json | 4 ++-- testnets/xiontestnet1/chain.json | 2 +- testnets/xiontestnet1/versions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testnets/xiontestnet1/assetlist.json b/testnets/xiontestnet1/assetlist.json index fd3d24a5aa..ad94453c82 100644 --- a/testnets/xiontestnet1/assetlist.json +++ b/testnets/xiontestnet1/assetlist.json @@ -1,6 +1,6 @@ { "$schema": "../../assetlist.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet1", "assets": [ { "description": "The native staking token of the Xion network.", @@ -235,4 +235,4 @@ "coingecko_id": "injective-protocol" } ] -} \ No newline at end of file +} diff --git a/testnets/xiontestnet1/chain.json b/testnets/xiontestnet1/chain.json index 9638303972..41b8c80060 100644 --- a/testnets/xiontestnet1/chain.json +++ b/testnets/xiontestnet1/chain.json @@ -1,6 +1,6 @@ { "$schema": "../../chain.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet1", "chain_type": "cosmos", "chain_id": "xion-testnet-1", "pretty_name": "Xion Testnet 1", diff --git a/testnets/xiontestnet1/versions.json b/testnets/xiontestnet1/versions.json index fdee24f454..30c16ddac8 100644 --- a/testnets/xiontestnet1/versions.json +++ b/testnets/xiontestnet1/versions.json @@ -1,6 +1,6 @@ { "$schema": "../../versions.schema.json", - "chain_name": "xiontestnet", + "chain_name": "xiontestnet1", "versions": [ { "name": "v0.1.0", From 811d11c61533b383e0e1ba91b8420ccaf60144d9 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Thu, 29 May 2025 12:35:06 -0500 Subject: [PATCH 12/13] fix compatible_versions key --- testnets/xiontestnet/versions.json | 2 +- xion/versions.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/testnets/xiontestnet/versions.json b/testnets/xiontestnet/versions.json index 2c5c9c452a..9a396f934c 100644 --- a/testnets/xiontestnet/versions.json +++ b/testnets/xiontestnet/versions.json @@ -190,7 +190,7 @@ "name": "v19", "tag": "v19.0.0", "recommended_version": "v19.0.0", - "compatible_version": [ + "compatible_versions": [ "v19.0.0" ], "height": 7420000, diff --git a/xion/versions.json b/xion/versions.json index bc23e3f9ff..0b228b24e9 100644 --- a/xion/versions.json +++ b/xion/versions.json @@ -6,7 +6,7 @@ "name": "v0.3.7", "tag": "v4.0.1", "recommended_version": "v4.0.1", - "compatible_version": [ + "compatible_versions": [ "v4.0.0", "v4.0.1" ], @@ -42,7 +42,7 @@ "name": "v0.3.9", "tag": "v6.0.1", "recommended_version": "v6.0.1", - "compatible_version": [ + "compatible_versions": [ "v6.0.0", "v6.0.1" ], @@ -79,7 +79,7 @@ "name": "v7.0.0", "tag": "v7.0.1", "recommended_version": "v7.0.1", - "compatible_version": [ + "compatible_versions": [ "v7.0.0", "v7.0.1" ], @@ -116,7 +116,7 @@ "name": "v9", "tag": "v9.0.2", "recommended_version": "v9.0.2", - "compatible_version": [ + "compatible_versions": [ "v9.0.1", "v9.0.2" ], @@ -153,7 +153,7 @@ "name": "v11", "tag": "v11.0.2", "recommended_version": "v11.0.2", - "compatible_version": [ + "compatible_versions": [ "v11.0.1", "v11.0.2" ], @@ -190,7 +190,7 @@ "name": "v14", "tag": "v14.1.2", "recommended_version": "v14.1.2", - "compatible_version": [ + "compatible_versions": [ "v14.1.1", "v14.1.2" ], @@ -227,7 +227,7 @@ "name": "v16", "tag": "v16.0.1", "recommended_version": "v16.0.1", - "compatible_version": [ + "compatible_versions": [ "v16.0.0", "v16.0.1" ], @@ -264,7 +264,7 @@ "name": "v17", "tag": "v17.1.1", "recommended_version": "v17.1.1", - "compatible_version": [ + "compatible_versions": [ "v17.1.0", "v17.1.1" ], @@ -301,7 +301,7 @@ "name": "v18", "tag": "v18.0.1", "recommended_version": "v18.0.1", - "compatible_version": [ + "compatible_versions": [ "v18.0.0", "v18.0.1" ], From 8937ebd3df05b42b338497e9b2ba704bad15cd25 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Fri, 30 May 2025 14:20:51 -0500 Subject: [PATCH 13/13] fix deprecated assets --- testnets/xiontestnet1/assetlist.json | 200 --------------------------- 1 file changed, 200 deletions(-) diff --git a/testnets/xiontestnet1/assetlist.json b/testnets/xiontestnet1/assetlist.json index ad94453c82..39a342c67f 100644 --- a/testnets/xiontestnet1/assetlist.json +++ b/testnets/xiontestnet1/assetlist.json @@ -33,206 +33,6 @@ } ], "type_asset": "sdk.coin" - }, - { - "denom_units": [ - { - "denom": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "exponent": 0, - "aliases": [ - "uaxl" - ] - }, - { - "denom": "axl", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58", - "name": "Axelar AXL Token", - "display": "axl", - "symbol": "AXL", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "axelartestnet", - "base_denom": "uaxl", - "channel_id": "channel-521" - }, - "chain": { - "channel_id": "channel-225057", - "path": "transfer/channel-225057/uaxl" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "axelartestnet", - "base_denom": "uaxl" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" - }, - "coingecko_id": "axelar" - }, - { - "denom_units": [ - { - "denom": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", - "exponent": 0, - "aliases": [ - "uosmo" - ] - }, - { - "denom": "osmo", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195", - "name": "Osmosis OSMO Token", - "display": "osmo", - "symbol": "OSMO", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo", - "channel_id": "channel-6668" - }, - "chain": { - "channel_id": "channel-490", - "path": "transfer/channel-490/uosmo" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "osmosistestnet", - "base_denom": "uosmo" - }, - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" - }, - "coingecko_id": "osmosis" - }, - { - "denom_units": [ - { - "denom": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", - "exponent": 0, - "aliases": [ - "uusdc" - ] - }, - { - "denom": "usdc", - "exponent": 6 - } - ], - "type_asset": "ics20", - "base": "ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64", - "name": "Noble USDC Token", - "display": "usdc", - "symbol": "USDC", - "coingecko_id": "usd-coin", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "nobletestnet", - "base_denom": "uusdc", - "channel_id": "channel-147" - }, - "chain": { - "channel_id": "channel-489", - "path": "transfer/channel-489/uusdc" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "nobletestnet", - "base_denom": "uusdc" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "theme": { - "circle": true, - "primary_color_hex": "#2775CA" - } - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" - } - }, - { - "denom_units": [ - { - "denom": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "exponent": 0, - "aliases": [ - "inj" - ] - }, - { - "denom": "INJ", - "exponent": 18 - } - ], - "type_asset": "ics20", - "base": "ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036", - "name": "Injective INJ token", - "display": "INJ", - "symbol": "INJ", - "traces": [ - { - "type": "ibc", - "counterparty": { - "chain_name": "injectivetestnet", - "base_denom": "inj", - "channel_id": "channel-489" - }, - "chain": { - "channel_id": "channel-487", - "path": "transfer/channel-487/inj" - } - } - ], - "images": [ - { - "image_sync": { - "chain_name": "injectivetestnet", - "base_denom": "inj" - }, - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png" - } - ], - "logo_URIs": { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", - "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" - }, - "coingecko_id": "injective-protocol" } ] }