diff --git a/v2/packages/chain-registry/src/devnet/bitcannadevnet2/chain.ts b/v2/packages/chain-registry/src/devnet/bitcannadevnet2/chain.ts index 6985f1b92..2c64fd005 100644 --- a/v2/packages/chain-registry/src/devnet/bitcannadevnet2/chain.ts +++ b/v2/packages/chain-registry/src/devnet/bitcannadevnet2/chain.ts @@ -27,15 +27,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/BitCannaGlobal/testnet-bcna-cosmos/main/instructions/bitcanna-dev-6/genesis.json' - }, - versions: [{ - name: 'v2.0.0-beta', - recommendedVersion: 'v2.0.0-beta', - compatibleVersions: ['v2.0.0-beta'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.0-beta/bcna_linux_amd64.tar.gz' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/devnet/celestiatestnet2/chain.ts b/v2/packages/chain-registry/src/devnet/celestiatestnet2/chain.ts index bb976459c..e797f6a11 100644 --- a/v2/packages/chain-registry/src/devnet/celestiatestnet2/chain.ts +++ b/v2/packages/chain-registry/src/devnet/celestiatestnet2/chain.ts @@ -32,32 +32,7 @@ const info: Chain = { ], genesis: { genesisUrl: 'https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-11/genesis.json' - }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1.14.0', - compatibleVersions: [ - 'v1.3.0', - 'v1.6.0', - 'v1.7.0', - 'v1.9.0', - 'v1.10.0', - 'v1.10.1', - 'v1.11.0', - 'v1.12.0', - 'v1.13.0', - 'v1.14.0' - ] - }, { - name: 'v2', - recommendedVersion: 'v2.1.2', - compatibleVersions: [ - 'v2.0.0', - 'v2.1.0', - 'v2.1.1', - 'v2.1.2' - ] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/devnet/impacthubdevnet/chain.ts b/v2/packages/chain-registry/src/devnet/impacthubdevnet/chain.ts index c5c759a57..3dec5421a 100644 --- a/v2/packages/chain-registry/src/devnet/impacthubdevnet/chain.ts +++ b/v2/packages/chain-registry/src/devnet/impacthubdevnet/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { codebase: { gitRepo: 'https://github.com/ixofoundation/ixo-blockchain', recommendedVersion: 'v0.20.0', - compatibleVersions: ['v0.20.0'], - versions: [{ - name: 'v0.20.0', - recommendedVersion: 'v0.20.0', - compatibleVersions: ['v0.20.0'] - }] + compatibleVersions: ['v0.20.0'] }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/devnet/kyvedevnet/chain.ts b/v2/packages/chain-registry/src/devnet/kyvedevnet/chain.ts index 00c67100d..59fe034e5 100644 --- a/v2/packages/chain-registry/src/devnet/kyvedevnet/chain.ts +++ b/v2/packages/chain-registry/src/devnet/kyvedevnet/chain.ts @@ -27,15 +27,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/KYVENetwork/chain/releases/download/v0.0.1/genesis.json' - }, - versions: [{ - name: 'v0.6.3', - recommendedVersion: 'v0.6.3', - compatibleVersions: ['v0.6.3'], - binaries: { - "linux/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v0.6.3/chain_linux_amd64.tar.gz' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/devnet/neuradevnet/chain.ts b/v2/packages/chain-registry/src/devnet/neuradevnet/chain.ts index d077f7fc6..f6f7eb6c7 100644 --- a/v2/packages/chain-registry/src/devnet/neuradevnet/chain.ts +++ b/v2/packages/chain-registry/src/devnet/neuradevnet/chain.ts @@ -26,10 +26,7 @@ const info: Chain = { }] }, codebase: { - versions: [{ - name: 'v0.0.1', - height: 0 - }] + }, images: [{ imageSync: { diff --git a/v2/packages/chain-registry/src/devnet/nibirudevnet/chain.ts b/v2/packages/chain-registry/src/devnet/nibirudevnet/chain.ts index 8bd1e429c..2a1a64bd1 100644 --- a/v2/packages/chain-registry/src/devnet/nibirudevnet/chain.ts +++ b/v2/packages/chain-registry/src/devnet/nibirudevnet/chain.ts @@ -47,65 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-1/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/devnet/nibirudevnet2/chain.ts b/v2/packages/chain-registry/src/devnet/nibirudevnet2/chain.ts index b033152c5..55eccf17b 100644 --- a/v2/packages/chain-registry/src/devnet/nibirudevnet2/chain.ts +++ b/v2/packages/chain-registry/src/devnet/nibirudevnet2/chain.ts @@ -47,65 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-2/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/devnet/nibirudevnet3/chain.ts b/v2/packages/chain-registry/src/devnet/nibirudevnet3/chain.ts index 521da082f..9c091e12d 100644 --- a/v2/packages/chain-registry/src/devnet/nibirudevnet3/chain.ts +++ b/v2/packages/chain-registry/src/devnet/nibirudevnet3/chain.ts @@ -59,67 +59,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-2/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - }, - nextVersionName: 'v1.0.1' - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - }, - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png', diff --git a/v2/packages/chain-registry/src/devnet/seidevnet3/chain.ts b/v2/packages/chain-registry/src/devnet/seidevnet3/chain.ts index e4bb835a3..73d15fecf 100644 --- a/v2/packages/chain-registry/src/devnet/seidevnet3/chain.ts +++ b/v2/packages/chain-registry/src/devnet/seidevnet3/chain.ts @@ -33,21 +33,7 @@ const info: Chain = { ], genesis: { genesisUrl: 'https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-devnet-3/genesis.json' - }, - versions: [{ - name: '2.0.40beta', - recommendedVersion: '2.0.40beta', - compatibleVersions: [ - '2.0.27beta', - '2.0.29eta', - '2.0.31beta', - '2.0.32beta', - '2.0.36beta', - '2.0.37beta', - '2.0.39beta', - '2.0.40beta' - ] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/mainnet/acrechain/chain.ts b/v2/packages/chain-registry/src/mainnet/acrechain/chain.ts index 832da37d5..dac2a6266 100644 --- a/v2/packages/chain-registry/src/mainnet/acrechain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/acrechain/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.1.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/ArableProtocol/acrechain/main/networks/mainnet/acre_9052-1/genesis.json' - }, - versions: [{ - name: 'v1.1.1', - recommendedVersion: 'v1.1.1', - compatibleVersions: ['v1.1.1'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png', diff --git a/v2/packages/chain-registry/src/mainnet/aioz/chain.ts b/v2/packages/chain-registry/src/mainnet/aioz/chain.ts index 4ccc237e3..b41e93162 100644 --- a/v2/packages/chain-registry/src/mainnet/aioz/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/aioz/chain.ts @@ -42,62 +42,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://archive.aioz.network/aioz_168-1/genesis.json' - }, - versions: [ - { - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - binaries: { - "linux/amd64": 'https://archive.aioz.network/aiozd-v1.0.0-linux-amd64.tar.gz', - "darwin/amd64": 'https://archive.aioz.network/aiozd-v1.0.0-darwin-amd64.tar.gz', - "windows/amd64": 'https://archive.aioz.network/aiozd-v1.0.0-windows-amd64.zip' - }, - nextVersionName: 'v1.2.0' - }, - { - name: 'v1.2.0', - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'], - binaries: { - "linux/amd64": 'https://archive.aioz.network/aiozd-v1.2.0-linux-amd64.tar.gz', - "darwin/amd64": 'https://archive.aioz.network/aiozd-v1.2.0-darwin-amd64.tar.gz', - "windows/amd64": 'https://archive.aioz.network/aiozd-v1.2.0-windows-amd64.zip' - }, - nextVersionName: 'v1.3.0' - }, - { - name: 'v1.3.0', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - binaries: { - "linux/amd64": 'https://archive.aioz.network/aiozd-v1.3.0-linux-amd64.tar.gz', - "darwin/amd64": 'https://archive.aioz.network/aiozd-v1.3.0-darwin-amd64.tar.gz', - "windows/amd64": 'https://archive.aioz.network/aiozd-v1.3.0-windows-amd64.zip' - }, - nextVersionName: 'v1.4.0' - }, - { - name: 'v1.4', - recommendedVersion: 'v1.4.1', - compatibleVersions: ['v1.4.1', 'v1.4.0'], - binaries: { - "linux/amd64": 'https://archive.aioz.network/aiozd-v1.4.1-linux-amd64.tar.gz', - "darwin/amd64": 'https://archive.aioz.network/aiozd-v1.4.1-darwin-amd64.tar.gz', - "windows/amd64": 'https://archive.aioz.network/aiozd-v1.4.1-windows-amd64.zip' - } - }, - { - name: 'v1.5', - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - binaries: { - "linux/amd64": 'https://archive.aioz.network/aiozd-v1.5.0-linux-amd64', - "darwin/amd64": 'https://archive.aioz.network/aiozd-v1.5.0-darwin-amd64', - "windows/amd64": 'https://archive.aioz.network/aiozd-v1.5.0-windows-amd64.exe' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png', diff --git a/v2/packages/chain-registry/src/mainnet/akash/chain.ts b/v2/packages/chain-registry/src/mainnet/akash/chain.ts index b778fa3a1..f598e74c5 100644 --- a/v2/packages/chain-registry/src/mainnet/akash/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/akash/chain.ts @@ -43,141 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/mainnet/genesis.json' }, - versions: [ - { - name: 'v0.22.0', - recommendedVersion: 'v0.22.7', - compatibleVersions: ['v0.22.7'], - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.22.7/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.22.7/akash_linux_arm64.zip' - }, - nextVersionName: 'v0.24.0' - }, - { - name: 'v0.24.0', - recommendedVersion: 'v0.24.0', - compatibleVersions: ['v0.24.0'], - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.24.0/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.24.0/akash_linux_arm64.zip' - }, - nextVersionName: 'v0.26.0' - }, - { - name: 'v0.26.0', - recommendedVersion: 'v0.26.2', - compatibleVersions: ['v0.26.1', 'v0.26.2'], - proposal: 231, - height: 12992204, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.26.2/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.26.2/akash_linux_arm64.zip' - }, - nextVersionName: 'v0.28.0' - }, - { - name: 'v0.28.0', - recommendedVersion: 'v0.28.2', - compatibleVersions: ['v0.28.2'], - proposal: 237, - height: 13759618, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_arm64.zip' - }, - nextVersionName: 'v0.30.0' - }, - { - name: 'v0.30.0', - recommendedVersion: 'v0.30.0', - compatibleVersions: ['v0.30.0'], - proposal: 238, - height: 1388074, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_arm64.zip' - }, - nextVersionName: 'v0.32.0' - }, - { - name: 'v0.32.0', - recommendedVersion: 'v0.32.1', - compatibleVersions: ['v0.32.1'], - proposal: 249, - height: 15414427, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.32.1/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.32.1238/akash_linux_arm64.zip' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.27', - repo: 'https://github.com/akash-network/cometbft', - tag: 'v0.34.27-akash' - }, - nextVersionName: 'v0.34.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v0.34.0', - recommendedVersion: 'v0.34.1', - compatibleVersions: ['v0.34.1'], - proposal: 256, - height: 16133283, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_arm64.zip' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.27', - repo: 'https://github.com/akash-network/cometbft', - tag: 'v0.34.27-akash' - }, - nextVersionName: 'v0.36.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.6.0' - } - }, - { - name: 'v0.36.0', - recommendedVersion: 'v0.36.0', - compatibleVersions: ['v0.36.0'], - proposal: 257, - height: 16708237, - binaries: { - "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip', - "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.27', - repo: 'https://github.com/akash-network/cometbft', - tag: 'v0.34.27-akash' - }, - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.6.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/althea/chain.ts b/v2/packages/chain-registry/src/mainnet/althea/chain.ts index 4a3b79905..a26adce18 100644 --- a/v2/packages/chain-registry/src/mainnet/althea/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/althea/chain.ts @@ -44,11 +44,6 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.3.0/althea-linux-amd64' }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'] - }], genesis: { genesisUrl: 'https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json' } diff --git a/v2/packages/chain-registry/src/mainnet/andromeda/chain.ts b/v2/packages/chain-registry/src/mainnet/andromeda/chain.ts index 6eb86b074..1d9e0931e 100644 --- a/v2/packages/chain-registry/src/mainnet/andromeda/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/andromeda/chain.ts @@ -40,53 +40,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://snapshots.lavenderfive.com/genesis/andromeda/genesis.json' }, - versions: [{ - name: 'andromeda-1-v0.1.0', - height: 1696401, - tag: 'andromeda-1-v0.1.0', - recommendedVersion: 'andromeda-1-v0.1.0', - compatibleVersions: ['andromeda-1-v0.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v0.1.1', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - cosmwasm: { - version: 'v0.41.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, { - name: 'v0.1.1', - proposal: 5, - height: 2363000, - tag: 'v0.1.1-patch', - recommendedVersion: 'v0.1.1-patch', - compatibleVersions: ['v0.1.1-patch'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: 'v0.41.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }], sdk: { type: 'cosmos', version: 'v0.47.8' diff --git a/v2/packages/chain-registry/src/mainnet/archway/chain.ts b/v2/packages/chain-registry/src/mainnet/archway/chain.ts index af740b657..3370bb1f7 100644 --- a/v2/packages/chain-registry/src/mainnet/archway/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/archway/chain.ts @@ -47,160 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/archway-network/networks/raw/main/archway/genesis/genesis.json.gz' }, - versions: [ - { - name: 'v1.0.0', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.0', 'v1.0.1'], - tag: 'v1.0.1', - height: 1, - consensus: { - type: 'tendermint', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/archway-network/archway/releases/download/v1.0.1/archwayd_linux_amd64', - "linux/arm64": 'https://github.com/archway-network/archway/releases/download/v1.0.1/archwayd_linux_arm64' - }, - nextVersionName: 'v2.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.32.0', - path: '$HOME/.archway/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.1' - } - }, - { - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - tag: 'v2.0.0', - proposal: 10, - height: 525000, - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/archway-network/archway/releases/download/v2.0.0/archwayd_linux_amd64', - "linux/arm64": 'https://github.com/archway-network/archway/releases/download/v2.0.0/archwayd_linux_arm64' - }, - nextVersionName: 'v4.0.2', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.32.0', - path: '$HOME/.archway/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.1' - } - }, - { - name: 'v4.0.2', - recommendedVersion: 'v4.0.3', - compatibleVersions: ['v4.0.3'], - proposal: 21, - height: 1215711, - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_linux_amd64', - "linux/arm64": 'https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_linux_arm64', - "darwin/amd64": 'https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_darwin_amd64', - "darwin/arm64": 'https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_darwin_arm64' - }, - nextVersionName: 'v6.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.33.0', - path: '$HOME/.archway/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.1' - } - }, - { - name: 'v6.0.0', - recommendedVersion: 'v6.0.3', - compatibleVersions: ['v6.0.3'], - proposal: 38, - height: 3554500, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_linux_amd64', - "linux/arm64": 'https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_linux_arm64', - "darwin/amd64": 'https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_darwin_amd64', - "darwin/arm64": 'https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_darwin_arm64' - }, - nextVersionName: 'v7.0.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/archway-network/archway-wasmd', - tag: 'v0.45.0-archway', - path: '$HOME/.archway/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v7.0.0', - proposal: 43, - height: 4473000, - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'], - binaries: { - "linux/amd64": 'https://github.com/archway-network/archway/releases/download/v8.0.0/archwayd_linux_amd64', - "linux/arm64": 'https://github.com/archway-network/archway/releases/download/v8.0.0/archwayd_linux_arm64', - "darwin/amd64": 'https://github.com/archway-network/archway/releases/download/v8.0.0/archwayd_darwin_amd64', - "darwin/arm64": 'https://github.com/archway-network/archway/releases/download/v8.0.0/archwayd_darwin_arm64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.11' diff --git a/v2/packages/chain-registry/src/mainnet/arkh/chain.ts b/v2/packages/chain-registry/src/mainnet/arkh/chain.ts index 8d6e37649..a620d7fb8 100644 --- a/v2/packages/chain-registry/src/mainnet/arkh/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/arkh/chain.ts @@ -37,16 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/vincadian/arkh-blockchain/master/genesis/genesis.json' - }, - versions: [{ - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - binaries: { - "linux/amd64": 'https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_linux_amd64.tar.gz', - "darwin/amd64": 'https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_darwin_amd64.tar.gz' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png', diff --git a/v2/packages/chain-registry/src/mainnet/assetmantle/chain.ts b/v2/packages/chain-registry/src/mainnet/assetmantle/chain.ts index c7a8d0b64..f7184aa9d 100644 --- a/v2/packages/chain-registry/src/mainnet/assetmantle/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/assetmantle/chain.ts @@ -31,12 +31,7 @@ const info: Chain = { compatibleVersions: ['v0.3.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/AssetMantle/genesisTransactions/main/mantle-1/final_genesis.json' - }, - versions: [{ - name: 'v0.3.0', - recommendedVersion: 'v0.3.0', - compatibleVersions: ['v0.3.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png', diff --git a/v2/packages/chain-registry/src/mainnet/atomone/chain.ts b/v2/packages/chain-registry/src/mainnet/atomone/chain.ts index d6e5b9de8..e6516e8c9 100644 --- a/v2/packages/chain-registry/src/mainnet/atomone/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/atomone/chain.ts @@ -49,30 +49,7 @@ const info: Chain = { sdk: { type: 'cosmos', version: 'v0.47.13' - }, - versions: [{ - name: 'v1.0.0', - tag: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - height: 1, - binaries: { - "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-amd64', - "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-arm64.exe' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.13' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png', diff --git a/v2/packages/chain-registry/src/mainnet/aura/chain.ts b/v2/packages/chain-registry/src/mainnet/aura/chain.ts index f1d9a9e26..d2864a9a0 100644 --- a/v2/packages/chain-registry/src/mainnet/aura/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/aura/chain.ts @@ -44,82 +44,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://images.aura.network/aura_6322-2-genesis.tar.gz' }, - versions: [ - { - name: 'v0.8.2', - recommendedVersion: 'v0.8.2', - compatibleVersions: ['v0.8.2'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - nextVersionName: 'ibcupgrade', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: '0.42.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'ibcupgrade', - recommendedVersion: 'v0.8.3', - compatibleVersions: ['v0.8.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.4', - repo: 'https://github.com/aura-nw/cometbft', - tag: 'v0.37.4-aura.2' - }, - nextVersionName: 'v0.9.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.8', - tag: 'v0.47.8-evmos' - }, - cosmwasm: { - version: 'v0.42.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v0.9.3', - recommendedVersion: 'v0.9.3', - compatibleVersions: ['v0.9.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.4', - repo: 'https://github.com/aura-nw/cometbft', - tag: 'v0.37.4-aura.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.12', - tag: 'v0.47.12-evmos' - }, - cosmwasm: { - version: 'v0.42.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/evmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/axelar/chain.ts b/v2/packages/chain-registry/src/mainnet/axelar/chain.ts index cb7721570..84f6703ed 100644 --- a/v2/packages/chain-registry/src/mainnet/axelar/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/axelar/chain.ts @@ -43,85 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json' }, - versions: [ - { - name: 'v0.33.0', - recommendedVersion: 'v0.33.0', - compatibleVersions: ['v0.33.0'], - binaries: { - "linux/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.33.0/axelard-linux-amd64-v0.33.0', - "darwin/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.33.0/axelard-darwin-amd64-v0.33.0' - }, - nextVersionName: 'v0.34.0' - }, - { - name: 'v0.34.0', - recommendedVersion: 'v0.34.0', - compatibleVersions: ['v0.34.0'], - binaries: { - "linux/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.34.0/axelard-linux-amd64-v0.34.0', - "darwin/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.34.0/axelard-darwin-amd64-v0.34.0' - }, - nextVersionName: 'v0.35ps://github.com/axelarnetwork/axelar-core/releases/down' - }, - { - name: 'v0.35', - recommendedVersion: 'v0.35.5', - compatibleVersions: ['v0.35.5'], - binaries: { - "linux/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-linux-amd64-v0.35.5', - "darwin/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-darwin-amd64-v0.35.5' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.31' - }, - nextVersionName: 'v1.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/axelarnetwork/cosmos-sdk', - version: 'v0.45.17', - tag: 'v0.45.17-0.20230904150332-37fb903a6c62' - }, - cosmwasm: { - version: 'v0.33.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v1.0', - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.2'], - binaries: { - "linux/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v1.0.2/axelard-linux-amd64-v1.0.2', - "darwin/amd64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v1.0.2/axelard-darwin-amd64-v1.0.2', - "darwin/arm64": 'https://github.com/axelarnetwork/axelar-core/releases/download/v1.0.2/axelard-darwin-arm64-v1.0.2' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.31' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/axelarnetwork/cosmos-sdk', - version: 'v0.45.17', - tag: 'v0.45.17-0.20240321205000-47c0c80e20ca' - }, - cosmwasm: { - version: 'v0.33.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.6.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/axelarnetwork/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/bandchain/chain.ts b/v2/packages/chain-registry/src/mainnet/bandchain/chain.ts index 0fb43d8ed..ec8f9cb81 100644 --- a/v2/packages/chain-registry/src/mainnet/bandchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bandchain/chain.ts @@ -45,51 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/bandprotocol/launch/master/laozi-mainnet/genesis.json' }, - versions: [{ - name: 'v2_4', - tag: 'v2.4.1', - proposal: 9, - height: 11525000, - recommendedVersion: 'v2.4.1', - compatibleVersions: ['v2.4.0', 'v2.4.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.22' - }, - nextVersionName: 'v2_5', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - ibc: { - type: 'go', - version: 'v3.3.1' - } - }, { - name: 'v2_5', - tag: 'v2.5.4', - proposal: 11, - height: 16562500, - recommendedVersion: 'v2.5.4', - compatibleVersions: [ - 'v2.5.2', - 'v2.5.3', - 'v2.5.4' - ], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.3.1' - } - }], sdk: { type: 'cosmos', version: '0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/beezee/chain.ts b/v2/packages/chain-registry/src/mainnet/beezee/chain.ts index 4c974edb1..48169863e 100644 --- a/v2/packages/chain-registry/src/mainnet/beezee/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/beezee/chain.ts @@ -40,224 +40,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json' - }, - versions: [ - { - name: 'v5.0.1', - recommendedVersion: 'v5.0.1', - tag: 'v5.0.1', - compatibleVersions: ['v5.0.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.14' - }, - height: 0, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-win64.zip' - }, - nextVersionName: 'v5.1.1', - sdk: { - type: 'cosmos', - version: 'v0.44.3' - }, - ibc: { - type: 'go', - version: 'v1.2.2' - } - }, - { - name: 'v5.1.1', - recommendedVersion: 'v5.1.1', - tag: 'v5.1.1', - compatibleVersions: ['v5.1.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.22' - }, - height: 3303144, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-win64.zip' - }, - nextVersionName: 'v5.1.2', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: 'v1.2.2' - } - }, - { - name: 'v5.1.2', - recommendedVersion: 'v5.1.2', - tag: 'v5.1.2', - compatibleVersions: ['v5.1.2'], - consensus: { - type: 'tendermint', - version: 'v0.34.22' - }, - height: 3646700, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-win64.zip' - }, - nextVersionName: 'v6.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: 'v1.2.2' - } - }, - { - name: 'v6.0.0', - recommendedVersion: 'v6.0.0', - tag: 'v6.0.0', - compatibleVersions: ['v6.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.22' - }, - height: 4875460, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-win64.zip' - }, - nextVersionName: 'v6.1.0', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - ibc: { - type: 'go', - version: 'v2.4.2' - } - }, - { - name: 'v6.1.0', - recommendedVersion: 'v6.1.0', - tag: 'v6.1.0', - compatibleVersions: ['v6.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - height: 9079079, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-win64.zip' - }, - nextVersionName: 'v7.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v7.0.0', - recommendedVersion: 'v7.0.0', - tag: 'v7.0.0', - compatibleVersions: ['v7.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - height: 12723000, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.0.0/bze-7.0.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.0.0/bze-7.0.0-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.0.0/bze-7.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.0.0/bze-7.0.0-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.0.0/bze-7.0.0-win64.zip' - }, - nextVersionName: 'v7.1.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v7.1.0', - recommendedVersion: 'v7.1.0', - tag: 'v7.1.0', - compatibleVersions: ['v7.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - height: 13710000, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.0/bze-7.1.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.0/bze-7.1.0-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.0/bze-7.1.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.0/bze-7.1.0-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.0/bze-7.1.0-win64.zip' - }, - nextVersionName: 'v7.1.1', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v7.1.1', - recommendedVersion: 'v7.1.1', - tag: 'v7.1.1', - compatibleVersions: ['v7.1.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - height: 14182500, - binaries: { - "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.1/bze-7.1.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.1/bze-7.1.1-darwin-arm64.tar.gz', - "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.1/bze-7.1.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.1/bze-7.1.1-linux-arm64.tar.gz', - "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.1.1/bze-7.1.1-win64.zip' - }, - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png', diff --git a/v2/packages/chain-registry/src/mainnet/bitbadges/chain.ts b/v2/packages/chain-registry/src/mainnet/bitbadges/chain.ts index acd97acd3..8b23714d5 100644 --- a/v2/packages/chain-registry/src/mainnet/bitbadges/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bitbadges/chain.ts @@ -30,26 +30,6 @@ const info: Chain = { gitRepo: 'https://github.com/bitbadges/bitbadgeschain/', recommendedVersion: 'v1.0-bb-mainnet', compatibleVersions: ['v1.0-bb-mainnet'], - versions: [{ - name: 'v1.0-bb-mainnet', - binaries: { - "linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64', - "linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.12', - repo: 'https://github.com/cometbft/cometbft' - }, - sdk: { - type: 'cosmos', - version: 'v0.50.10' - }, - ibc: { - type: 'go', - version: 'v8.3.2' - } - }], binaries: { "linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64', "linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64' diff --git a/v2/packages/chain-registry/src/mainnet/bitcanna/chain.ts b/v2/packages/chain-registry/src/mainnet/bitcanna/chain.ts index ad0b0a52f..67e5a1a4b 100644 --- a/v2/packages/chain-registry/src/mainnet/bitcanna/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bitcanna/chain.ts @@ -42,113 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/BitCannaGlobal/bcna/main/genesis.json' }, - versions: [ - { - name: 'vigorous-grow-fix', - proposal: 10, - height: 7585420, - recommendedVersion: 'v1.6.3', - compatibleVersions: [ - 'v1.6.1', - 'v1.6.2', - 'v1.6.3' - ], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_linux_amd64.tar.gz', - "darwin/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_darwin_arm64.tar.gz', - "darwin/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_darwin_amd64.tar.gz' - }, - nextVersionName: 'vigorous-grow-huckleberry' - }, - { - name: 'vigorous-grow-huckleberry', - proposal: 11, - height: 8771420, - recommendedVersion: 'v1.7.0', - compatibleVersions: ['v1.7.0'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_linux_amd64.tar.gz', - "darwin/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_darwin_arm64.tar.gz', - "darwin/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_darwin_amd64.tar.gz' - }, - nextVersionName: 'wakeandbake' - }, - { - name: 'wakeandbake', - proposal: 12, - height: 9209420, - recommendedVersion: 'v2.0.3', - compatibleVersions: ['v2.0.2', 'v2.0.3'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_arm64.tar.gz', - "darwin/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_darwin_arm64.tar.gz' - }, - nextVersionName: 'ganjarevolution' - }, - { - name: 'ganjarevolution', - proposal: 14, - height: 12288420, - recommendedVersion: 'v3.0.2', - compatibleVersions: ['v3.0.2'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_linux_arm64.tar.gz', - "darwin/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_darwin_arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'ganjarevolutionburn', - sdk: { - type: 'cosmos', - version: 'v0.47.9' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'ganjarevolutionburn', - proposal: 15, - height: 13846420, - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_arm64.tar.gz', - "darwin/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_darwin_arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: 'stickyfingers', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'stickyfingers', - proposal: 16, - height: 16782000, - recommendedVersion: 'v4.0.1', - compatibleVersions: ['v4.0.0', 'v4.0.1'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_arm64.tar.gz' - }, - nextVersionName: '' - } - ], sdk: { type: 'cosmos', version: 'v0.50.10' diff --git a/v2/packages/chain-registry/src/mainnet/bitsong/chain.ts b/v2/packages/chain-registry/src/mainnet/bitsong/chain.ts index caa85d8b1..7b3886569 100644 --- a/v2/packages/chain-registry/src/mainnet/bitsong/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bitsong/chain.ts @@ -22,43 +22,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json' }, - versions: [{ - name: 'v0.14.0', - recommendedVersion: 'v0.14.0', - compatibleVersions: ['v0.14.0'], - nextVersionName: 'v0.15.0', - sdk: { - type: 'cosmos', - version: '0.45.11' - }, - cosmwasm: { - version: '0.29.2', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.3.1' - } - }, { - name: 'v0.15.0', - proposal: 34, - height: 15947000, - recommendedVersion: 'v0.15.0', - compatibleVersions: ['v0.15.0'], - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.45.16' - }, - cosmwasm: { - version: '0.33.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/bluechip/chain.ts b/v2/packages/chain-registry/src/mainnet/bluechip/chain.ts index e57035ba9..b3cac0dd6 100644 --- a/v2/packages/chain-registry/src/mainnet/bluechip/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bluechip/chain.ts @@ -35,18 +35,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/Bluechip23/bluechip/blob/main/genesis.json' }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1', - compatibleVersions: ['v1'], - sdk: { - type: 'cosmos', - version: '0.47.11' - }, - cosmwasm: { - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.47.11' diff --git a/v2/packages/chain-registry/src/mainnet/bluzelle/chain.ts b/v2/packages/chain-registry/src/mainnet/bluzelle/chain.ts index b1563a41a..125845fff 100644 --- a/v2/packages/chain-registry/src/mainnet/bluzelle/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bluzelle/chain.ts @@ -41,58 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://a.client.sentry.net.bluzelle.com:26657/genesis' }, - versions: [ - { - name: 'v2.0', - recommendedVersion: 'v2.0', - compatibleVersions: ['v2.0'], - consensus: { - type: 'tendermint', - version: '0.34.14' - }, - sdk: { - type: 'cosmos', - version: '0.44.3' - } - }, - { - name: 'v9.0', - recommendedVersion: 'v9.0', - compatibleVersions: ['v9.0'], - consensus: { - type: 'tendermint', - version: '0.34.23' - }, - nextVersionName: '10.0', - sdk: { - type: 'cosmos', - version: '0.45.11' - } - }, - { - name: '10.0', - recommendedVersion: 'v10.0', - compatibleVersions: ['v10.0'], - binaries: { - "linux/amd64": 'https://github.com/bluzelle/bluzelle-public/releases/download/v10.0/curiumd' - }, - proposal: 1, - height: 3333333, - consensus: { - type: 'cometbft', - version: 'v0.34.23' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.45.11' - }, - ibc: { - type: 'go', - version: 'v3.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.45.11' diff --git a/v2/packages/chain-registry/src/mainnet/bostrom/chain.ts b/v2/packages/chain-registry/src/mainnet/bostrom/chain.ts index fd681f4bb..b5406bd76 100644 --- a/v2/packages/chain-registry/src/mainnet/bostrom/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bostrom/chain.ts @@ -35,18 +35,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://cloudflare-ipfs.com/ipfs/QmYubyVNfghD4xCrTFj26zBwrF9s5GJhi1TmxvrwmJCipr' }, - versions: [{ - name: 'v0.3.0', - recommendedVersion: 'v0.3.0', - compatibleVersions: ['v0.3.0'], - binaries: { - "linux/amd64": 'https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_linux-amd64.tar.gz', - "darwin/amd64": 'https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_darwin-amd64.tar.gz' - }, - cosmwasm: { - enabled: true - } - }], cosmwasm: { enabled: true } diff --git a/v2/packages/chain-registry/src/mainnet/bouachain/chain.ts b/v2/packages/chain-registry/src/mainnet/bouachain/chain.ts index 76ade19b8..43ae14570 100644 --- a/v2/packages/chain-registry/src/mainnet/bouachain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/bouachain/chain.ts @@ -37,18 +37,7 @@ const info: Chain = { genesis: { name: 'v1', genesisUrl: 'https://github.com/Bouachain/bouachain/raw/master/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v0.9.0'], - sdk: { - type: 'cosmos', - repo: 'https://github.com/rollchains/cosmos-sdk', - version: 'v0.50.8', - tag: 'v0.50.8' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png', diff --git a/v2/packages/chain-registry/src/mainnet/canto/chain.ts b/v2/packages/chain-registry/src/mainnet/canto/chain.ts index b23b59655..b307398c1 100644 --- a/v2/packages/chain-registry/src/mainnet/canto/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/canto/chain.ts @@ -32,29 +32,7 @@ const info: Chain = { compatibleVersions: ['v7.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/Canto-Network/Canto/genesis/Networks/Mainnet/genesis.json' - }, - versions: [ - { - name: 'v5.0.0', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - nextVersionName: 'v6.0.0' - }, - { - name: 'v6.0.0', - recommendedVersion: 'v6.0.0', - compatibleVersions: ['v6.0.0'], - nextVersionName: 'v7.0.0' - }, - { - name: 'v7.0.0', - recommendedVersion: 'v7.0.0', - compatibleVersions: ['v7.0.0'], - proposal: 113, - height: 6055770, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png', diff --git a/v2/packages/chain-registry/src/mainnet/carbon/chain.ts b/v2/packages/chain-registry/src/mainnet/carbon/chain.ts index 8b7f224e5..e6d62dc14 100644 --- a/v2/packages/chain-registry/src/mainnet/carbon/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/carbon/chain.ts @@ -307,394 +307,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/Switcheo/carbon-bootstrap/raw/master/carbon-1/genesis.json' - }, - versions: [ - { - name: 'v2.24.0', - recommendedVersion: 'v2.24.5', - compatibleVersions: [ - 'v2.24.5', - 'v2.24.4', - 'v2.24.3', - 'v2.24.2', - 'v2.24.1', - 'v2.24.0' - ], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.24.5/carbond2.24.5-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.24.5/carbond2.24.5-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.25.0' - }, - { - name: 'v2.25.0', - height: 40405361, - recommendedVersion: 'v2.25.0', - compatibleVersions: ['v2.25.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.25.0/carbond2.25.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.25.0/carbond2.25.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.26.0' - }, - { - name: 'v2.26.0', - proposal: 306, - height: 43970651, - recommendedVersion: 'v2.26.3', - compatibleVersions: ['v2.26.3'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.26.3/carbond2.26.3-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.26.3/carbond2.26.3-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.27.0' - }, - { - name: 'v2.27.0', - proposal: 307, - height: 44688221, - recommendedVersion: 'v2.27.3', - compatibleVersions: ['v2.27.3'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.27.3/carbond2.27.3-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.27.3/carbond2.27.3-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.28.0' - }, - { - name: 'v2.28.0', - proposal: 308, - height: 45469721, - recommendedVersion: 'v2.28.1', - compatibleVersions: ['v2.28.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.28.1/carbond2.28.1-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.28.1/carbond2.28.1-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.29.0' - }, - { - name: 'v2.29.0', - proposal: 312, - height: 46139891, - recommendedVersion: 'v2.29.0', - compatibleVersions: ['v2.29.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.29.0/carbond2.29.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.29.0/carbond2.29.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.30.0' - }, - { - name: 'v2.30.0', - proposal: 313, - height: 46228611, - recommendedVersion: 'v2.30.0', - compatibleVersions: ['v2.30.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.30.0/carbond2.30.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.30.0/carbond2.30.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.31.0' - }, - { - name: 'v2.31.0', - proposal: 316, - height: 46451861, - recommendedVersion: 'v2.31.0', - compatibleVersions: ['v2.31.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.31.0/carbond2.31.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.31.0/carbond2.31.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.32.0' - }, - { - name: 'v2.32.0', - proposal: 317, - height: 46538071, - recommendedVersion: 'v2.32.0', - compatibleVersions: ['v2.32.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.33.0' - }, - { - name: 'v2.33.0', - proposal: 318, - height: 47592681, - recommendedVersion: 'v2.33.0', - compatibleVersions: ['v2.33.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.34.0' - }, - { - name: 'v2.34.0', - proposal: 319, - height: 48331411, - recommendedVersion: 'v2.34.1', - compatibleVersions: ['v2.34.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.34.1/carbond2.34.1-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.34.1/carbond2.34.1-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.35.0' - }, - { - name: 'v2.35.0', - proposal: 321, - height: 49398331, - recommendedVersion: 'v2.35.0', - compatibleVersions: ['v2.35.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.35.0/carbond2.35.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.35.0/carbond2.35.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.36.0' - }, - { - name: 'v2.36.0', - proposal: 323, - height: 49677971, - recommendedVersion: 'v2.36.9', - compatibleVersions: ['v2.36.0', 'v2.36.9'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.36.9/carbond2.36.9-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.36.9/carbond2.36.9-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.37.0' - }, - { - name: 'v2.37.0', - proposal: 338, - height: 52699891, - recommendedVersion: 'v2.37.1', - compatibleVersions: ['v2.37.0', 'v2.37.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.37.1/carbond2.37.1-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.37.1/carbond2.37.1-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.38.0' - }, - { - name: 'v2.38.0', - proposal: 340, - height: 53991841, - recommendedVersion: 'v2.38.1', - compatibleVersions: ['v2.38.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.38.1/carbond2.38.1-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.38.1/carbond2.38.1-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.39.0' - }, - { - name: 'v2.39.0', - proposal: 349, - height: 56495871, - recommendedVersion: 'v2.39.0', - compatibleVersions: ['v2.39.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.39.0/carbond2.39.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.39.0/carbond2.39.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.40.0' - }, - { - name: 'v2.40.0', - proposal: 352, - height: 56635731, - recommendedVersion: 'v2.40.0', - compatibleVersions: ['v2.40.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.40.0/carbond2.40.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.40.0/carbond2.40.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.41.0' - }, - { - name: 'v2.41.0', - proposal: 353, - height: 57169241, - recommendedVersion: 'v2.41.1', - compatibleVersions: ['v2.41.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.41.1/carbond2.41.1-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.41.1/carbond2.41.1-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.42.0' - }, - { - name: 'v2.42.0', - proposal: 355, - height: 57602151, - recommendedVersion: 'v2.42.0', - compatibleVersions: ['v2.42.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.42.0/carbond2.42.0-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.42.0/carbond2.42.0-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.43.0' - }, - { - name: 'v2.43.0', - proposal: 356, - height: 57636191, - recommendedVersion: 'v2.43.0', - compatibleVersions: ['v2.43.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.44.0' - }, - { - name: 'v2.44.0', - proposal: 358, - height: 59206391, - recommendedVersion: 'v2.44.1', - compatibleVersions: ['v2.44.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.44.1/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.44.1/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.45.0' - }, - { - name: 'v2.45.0', - proposal: 361, - height: 60040321, - recommendedVersion: 'v2.45.0', - compatibleVersions: ['v2.45.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.45.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.45.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.46.0' - }, - { - name: 'v2.46.0', - proposal: 365, - height: 60667951, - recommendedVersion: 'v2.46.3', - compatibleVersions: [ - 'v2.46.1', - 'v2.46.2', - 'v2.46.3', - 'v2.46.4' - ], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.46.3/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.46.3/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.47.0' - }, - { - name: 'v2.47.0', - proposal: 368, - height: 62051891, - recommendedVersion: 'v2.47.0', - compatibleVersions: ['v2.47.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.47.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.47.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.48.0' - }, - { - name: 'v2.48.0', - proposal: 369, - height: 62155551, - recommendedVersion: 'v2.48.0', - compatibleVersions: ['v2.48.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.48.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.48.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.49.0' - }, - { - name: 'v2.49.0', - proposal: 370, - height: 62330851, - recommendedVersion: 'v2.49.2', - compatibleVersions: [ - 'v2.49.0', - 'v2.49.1', - 'v2.49.2' - ], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.49.2/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.49.2/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.50.0' - }, - { - name: 'v2.50.0', - proposal: 371, - height: 62927771, - recommendedVersion: 'v2.50.0', - compatibleVersions: ['v2.50.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.50.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.50.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.51.0' - }, - { - name: 'v2.51.0', - proposal: 372, - height: 63219571, - recommendedVersion: 'v2.51.1', - compatibleVersions: ['v2.51.0', 'v2.51.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.51.1/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.51.1/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.52.0' - }, - { - name: 'v2.52.0', - proposal: 373, - height: 63916741, - recommendedVersion: 'v2.52.0', - compatibleVersions: ['v2.52.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.52.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.52.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.53.0' - }, - { - name: 'v2.53.0', - proposal: 374, - height: 63957661, - recommendedVersion: 'v2.53.1', - compatibleVersions: ['v2.53.0', 'v2.53.1'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.53.1/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.53.1/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: 'v2.54.0' - }, - { - name: 'v2.54.0', - proposal: 383, - height: 64775201, - recommendedVersion: 'v2.54.0', - compatibleVersions: ['v2.54.0'], - binaries: { - "linux/amd64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.54.0/carbond-mainnet.linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.54.0/carbond-mainnet.linux-arm64.tar.gz' - }, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png', diff --git a/v2/packages/chain-registry/src/mainnet/celestia/chain.ts b/v2/packages/chain-registry/src/mainnet/celestia/chain.ts index 93212201b..64a05f409 100644 --- a/v2/packages/chain-registry/src/mainnet/celestia/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/celestia/chain.ts @@ -45,47 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json' }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1.13.0', - compatibleVersions: [ - 'v1.3.0', - 'v1.6.0', - 'v1.7.0', - 'v1.9.0', - 'v1.10.1', - 'v1.11.0', - 'v1.13.0' - ], - consensus: { - type: 'tendermint', - version: 'v1.35.0', - repo: 'https://github.com/celestiaorg/celestia-core', - tag: 'v1.35.0-tm-v0.34.29' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/celestiaorg/cosmos-sdk', - version: 'v1.23.0', - tag: 'v1.23.0-sdk-v0.46.16' - }, - ibc: { - type: 'go', - version: 'v6.2.1' - } - }, { - name: 'v2', - height: 2371495, - recommendedVersion: 'v2.1.2', - compatibleVersions: [ - 'v2.0.0', - 'v2.1.0', - 'v2.1.1', - 'v2.1.2' - ], - nextVersionName: '' - }], sdk: { type: 'cosmos', repo: 'https://github.com/celestiaorg/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/chain4energy/chain.ts b/v2/packages/chain-registry/src/mainnet/chain4energy/chain.ts index a96a4fb03..791da481f 100644 --- a/v2/packages/chain-registry/src/mainnet/chain4energy/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/chain4energy/chain.ts @@ -33,161 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.3.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/chain4energy/c4e-chains/main/perun-1/genesis.json' - }, - versions: [ - { - name: 'v1.0.0', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.0', 'v1.0.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.19' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_darwin_amd64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_darwin_amd64.tar.gz' - }, - nextVersionName: 'v1.1.0', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - ibc: { - type: 'go', - version: 'v3.0.1' - } - }, - { - name: 'v1.1.0', - tag: 'v1.1.0', - proposal: 1, - height: 1952250, - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.21' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_darwin_amd64.tar.gz' - }, - nextVersionName: 'v1.2.0', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: 'v3.0.1' - } - }, - { - name: 'v1.2.0', - tag: 'v1.2.0', - proposal: 4, - height: 2826500, - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_darwin_amd64.tar.gz' - }, - nextVersionName: 'v1.2.1', - sdk: { - type: 'cosmos', - version: 'v0.46.10' - }, - ibc: { - type: 'go', - version: 'v5.2.0' - } - }, - { - name: 'v1.2.1', - tag: 'v1.2.1', - height: 3767300, - recommendedVersion: 'v1.2.1', - compatibleVersions: ['v1.2.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_darwin_amd64.tar.gz' - }, - nextVersionName: 'v1.3.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v5.2.0' - } - }, - { - name: 'v1.3.0', - tag: 'v1.3.0', - proposal: 7, - height: 6283905, - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_darwin_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_darwin_amd64.tar.gz' - }, - nextVersionName: 'v1.3.1', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v5.2.1' - } - }, - { - name: 'v1.3.1', - tag: 'v1.3.1', - proposal: 8, - height: 7372232, - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - binaries: { - "linux/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_darwin_amd64.tar.gz', - "linux/arm64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_darwin_amd64.tar.gz' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v5.2.1' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png' diff --git a/v2/packages/chain-registry/src/mainnet/cheqd/chain.ts b/v2/packages/chain-registry/src/mainnet/cheqd/chain.ts index bc347f9e5..f821416c0 100644 --- a/v2/packages/chain-registry/src/mainnet/cheqd/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cheqd/chain.ts @@ -43,179 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/mainnet/genesis.json' }, - versions: [ - { - name: 'v0.3', - recommendedVersion: 'v0.3.1', - compatibleVersions: ['v0.3.1'], - consensus: { - type: 'tendermint', - version: '0.34.14' - }, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.3.1/cheqd-node_0.3.1_amd64.deb' - }, - nextVersionName: 'v0.4', - sdk: { - type: 'cosmos', - version: '0.44.3' - }, - ibc: { - type: 'go', - version: 'v1.2.3' - } - }, - { - name: 'v0.4', - recommendedVersion: 'v0.4.1', - compatibleVersions: ['v0.4.0', 'v0.4.1'], - consensus: { - type: 'tendermint', - version: '0.34.14' - }, - proposal: 2, - height: 1171198, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.4.1/cheqd-node_0.4.1_amd64.deb' - }, - previousVersionName: 'v0.3', - nextVersionName: 'v0.5', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.44.5', - tag: 'v0.44.5-cheqd' - }, - ibc: { - type: 'go', - version: 'v1.2.3' - } - }, - { - name: 'v0.5', - recommendedVersion: 'v0.5.0', - compatibleVersions: ['v0.5.0'], - consensus: { - type: 'tendermint', - version: '0.34.15' - }, - proposal: 3, - height: 1971324, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.5.0/cheqd-node_0.5.0_amd64.deb' - }, - previousVersionName: 'v0.4', - nextVersionName: 'v0.6', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.44.5', - tag: 'v0.44.5-cheqd' - }, - ibc: { - type: 'go', - version: 'v1.4.0' - } - }, - { - name: 'v0.6', - recommendedVersion: 'v0.6.10', - compatibleVersions: [ - 'v0.6.0', - 'v0.6.1', - 'v0.6.7', - 'v0.6.9', - 'v0.6.10' - ], - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - proposal: 6, - height: 3561652, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-x86_64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-arm64.tar.gz' - }, - previousVersionName: 'v0.5', - nextVersionName: 'v1', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.45.9', - tag: 'v0.45.9-cheqd-tag' - }, - ibc: { - type: 'go', - version: 'v3.3.0' - } - }, - { - name: 'v1', - recommendedVersion: 'v1.4.5', - compatibleVersions: [ - 'v1.2.5', - 'v1.3.0', - 'v1.4.0', - 'v1.4.2', - 'v1.4.4', - 'v1.4.5' - ], - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - proposal: 12, - height: 6427280, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-arm64.tar.gz' - }, - previousVersionName: 'v0.6', - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.46.10', - tag: 'v0.46.10-barberry' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'v2', - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.0', 'v2.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - proposal: 48, - height: 13024570, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz' - }, - previousVersionName: 'v1', - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-height-mismatch' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/cheqd/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/chihuahua/chain.ts b/v2/packages/chain-registry/src/mainnet/chihuahua/chain.ts index 49fdecbc6..1efc388a5 100644 --- a/v2/packages/chain-registry/src/mainnet/chihuahua/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/chihuahua/chain.ts @@ -38,154 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/ChihuahuaChain/chihuahua/main/mainnet/genesis.json' }, - versions: [ - { - name: 'v421', - recommendedVersion: 'v4.2.3', - compatibleVersions: [ - 'v4.2.3', - 'v4.2.2', - 'v4.2.1' - ], - nextVersionName: 'v500', - cosmwasm: { - enabled: true - } - }, - { - name: 'v500', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - proposal: 51, - height: 8711111, - nextVersionName: 'v501', - cosmwasm: { - enabled: true - } - }, - { - name: 'v501', - recommendedVersion: 'v5.0.1', - compatibleVersions: ['v5.0.1'], - proposal: 52, - height: 8813000, - nextVersionName: 'v502', - cosmwasm: { - enabled: true - } - }, - { - name: 'v502', - recommendedVersion: 'v5.0.2', - compatibleVersions: ['v5.0.2'], - proposal: 53, - height: 9180000, - nextVersionName: 'v503', - cosmwasm: { - enabled: true - } - }, - { - name: 'v503', - recommendedVersion: 'v5.0.4', - compatibleVersions: ['v5.0.3', 'v5.0.4'], - proposal: 54, - height: 9430000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v6', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.chihuahuad/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0' - } - }, - { - name: 'v6', - recommendedVersion: 'v6.0.1', - compatibleVersions: ['v6.0.1'], - proposal: 66, - height: 10666000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v7', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.chihuahuad/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0' - } - }, - { - name: 'v7', - recommendedVersion: 'v7', - compatibleVersions: ['v7'], - proposal: 75, - height: 12900000, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.chihuahuad/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: '7.4.0' - } - }, - { - name: 'v7.0.1', - recommendedVersion: 'v7.0.2', - compatibleVersions: ['v7.0.2'], - proposal: 77, - height: 13250000, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.chihuahuad/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.8' diff --git a/v2/packages/chain-registry/src/mainnet/chimba/chain.ts b/v2/packages/chain-registry/src/mainnet/chimba/chain.ts index f1c33f393..eac8fa98d 100644 --- a/v2/packages/chain-registry/src/mainnet/chimba/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/chimba/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://rpc.mainnet.chimba.ooo/genesis' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png', diff --git a/v2/packages/chain-registry/src/mainnet/cifer/chain.ts b/v2/packages/chain-registry/src/mainnet/cifer/chain.ts index 5e8599ec6..276af6653 100644 --- a/v2/packages/chain-registry/src/mainnet/cifer/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cifer/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v2.0.0'], genesis: { genesisUrl: 'https://rpcmainnet.cifer.ai/genesis' - }, - versions: [{ - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png', diff --git a/v2/packages/chain-registry/src/mainnet/cnhostables/chain.ts b/v2/packages/chain-registry/src/mainnet/cnhostables/chain.ts index 322674393..c48432857 100644 --- a/v2/packages/chain-registry/src/mainnet/cnhostables/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cnhostables/chain.ts @@ -33,18 +33,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/alashooinc/ChainCNHO/master/mainnet/genesis.json' }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1', - compatibleVersions: ['v1'], - sdk: { - type: 'cosmos', - version: 'v0.46.7' - }, - cosmwasm: { - enabled: false - } - }], sdk: { type: 'cosmos', version: 'v0.46.7' diff --git a/v2/packages/chain-registry/src/mainnet/comdex/chain.ts b/v2/packages/chain-registry/src/mainnet/comdex/chain.ts index 0eb0369dc..f489f6a60 100644 --- a/v2/packages/chain-registry/src/mainnet/comdex/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/comdex/chain.ts @@ -39,88 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://comdex-mainnet-genesis.s3.ap-southeast-1.amazonaws.com/genesis.json' }, - versions: [ - { - name: 'v9.0.0', - recommendedVersion: 'v9.0.0', - compatibleVersions: ['v9.0.0'], - nextVersionName: 'v10.0.0', - cosmwasm: { - enabled: true - } - }, - { - name: 'v10.0.0', - recommendedVersion: 'v10.0.0', - compatibleVersions: ['v10.0.0'], - nextVersionName: 'v11.5.0', - cosmwasm: { - enabled: true - } - }, - { - name: 'v11.5.0', - height: 8184000, - proposal: 154, - recommendedVersion: 'v11.5.2', - compatibleVersions: ['v11.5.2'], - nextVersionName: 'v13.3.0', - cosmwasm: { - enabled: true - } - }, - { - name: 'v13.3.0', - proposal: 216, - height: 10981900, - recommendedVersion: 'v13.4.0', - compatibleVersions: ['v13.4.0'], - binaries: { - "linux/amd64": 'https://github.com/comdex-official/comdex/releases/download/v13.4.0/comdex-linux-amd64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v14.1.0', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - cosmwasm: { - version: 'v0.41.0', - enabled: true - } - }, - { - name: 'v14.1.0', - proposal: 234, - height: 13730000, - recommendedVersion: 'v14.1.0', - compatibleVersions: ['v14.1.0'], - binaries: { - "linux/amd64": 'https://github.com/comdex-official/comdex/releases/download/v14.1.0/comdex-linux-amd64.tar.gz', - "darwin/arm64": 'https://github.com/comdex-official/comdex/releases/download/v14.1.0/comdex-darwin-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.9' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.9' diff --git a/v2/packages/chain-registry/src/mainnet/commercionetwork/chain.ts b/v2/packages/chain-registry/src/mainnet/commercionetwork/chain.ts index b823cce9f..4851adfe1 100644 --- a/v2/packages/chain-registry/src/mainnet/commercionetwork/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/commercionetwork/chain.ts @@ -23,29 +23,7 @@ const info: Chain = { compatibleVersions: ['v5.1.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/commercionetwork/chains/master/commercio-3/genesis.json' - }, - versions: [ - { - name: 'v4.0.0', - recommendedVersion: 'v4.1.0', - compatibleVersions: ['v4.0.0', 'v4.1.0'] - }, - { - name: 'v4.2.0', - recommendedVersion: 'v4.2.1', - compatibleVersions: ['v4.2.0', 'v4.2.1'] - }, - { - name: 'v5.0.0', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'] - }, - { - name: 'v5.1.0', - recommendedVersion: 'v5.1.0', - compatibleVersions: ['v5.1.0'] - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png', diff --git a/v2/packages/chain-registry/src/mainnet/composable/chain.ts b/v2/packages/chain-registry/src/mainnet/composable/chain.ts index cdedd587e..c2129a5d7 100644 --- a/v2/packages/chain-registry/src/mainnet/composable/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/composable/chain.ts @@ -40,218 +40,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/notional-labs/composable-networks/main/mainnet/genesis.json' }, - versions: [ - { - name: 'v2.3.5', - tag: 'v2.3.5', - recommendedVersion: 'v2.3.5', - compatibleVersions: ['v2.3.5'], - consensus: { - type: 'cometbft', - version: '0.37.0' - }, - height: 0, - binaries: { - "linux/amd64": 'https://github.com/notional-labs/composable-centauri/releases/download/v2.3.5/banksyd' - }, - nextVersionName: 'centauri', - sdk: { - type: 'cosmos', - version: 'v0.47.1' - }, - ibc: { - type: 'go', - version: 'v7.0.0' - } - }, - { - name: 'centauri', - tag: 'v3.1.0', - recommendedVersion: 'v3.1.2', - compatibleVersions: [ - 'v3.1.0', - 'v3.1.1', - 'v3.1.2' - ], - consensus: { - type: 'cometbft', - version: '0.37.0' - }, - height: 188500, - proposal: 3, - binaries: { - "linux/amd64": 'https://github.com/notional-labs/composable-centauri/releases/download/v3.1.2/centaurid' - }, - nextVersionName: 'reward', - sdk: { - type: 'cosmos', - version: 'v0.47.3' - }, - ibc: { - type: 'go', - version: 'v7.0.0' - } - }, - { - name: 'reward', - tag: 'v3.2.2', - recommendedVersion: 'v3.2.2', - compatibleVersions: ['v3.2.2'], - consensus: { - type: 'cometbft', - version: '0.37.1' - }, - height: 420000, - proposal: 4, - nextVersionName: 'v4', - sdk: { - type: 'cosmos', - version: 'v0.47.3' - }, - ibc: { - type: 'go', - version: 'v7.0.0' - } - }, - { - name: 'v4', - tag: 'v4.5.0', - recommendedVersion: 'v4.5.0', - compatibleVersions: ['v4.5.0'], - consensus: { - type: 'cometbft', - version: '0.37.1' - }, - height: 792909, - proposal: 5, - nextVersionName: 'v5', - sdk: { - type: 'cosmos', - version: 'v0.47.3' - }, - ibc: { - type: 'go', - version: 'v7.0.1' - } - }, - { - name: 'v5', - tag: 'v5.2.0', - recommendedVersion: 'v5.2.0', - compatibleVersions: ['v5.1.0', 'v5.2.0'], - consensus: { - type: 'cometbft', - version: '0.37.1' - }, - height: 1515288, - proposal: 10, - nextVersionName: 'v6', - sdk: { - type: 'cosmos', - version: 'v0.47.3' - }, - ibc: { - type: 'go', - version: 'v7.0.1' - } - }, - { - name: 'v6', - tag: 'v6.3.1', - recommendedVersion: 'v6.3.6', - compatibleVersions: ['v6.3.6'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - height: 2301070, - proposal: 12, - nextVersionName: 'v6_4', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v6_4', - tag: 'v6.4.2', - recommendedVersion: 'v6.4.3', - compatibleVersions: ['v6.4.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.2', - repo: 'https://github.com/composablefi/cometbft', - tag: 'v0.37.2-fixed-len-vote-time-tag' - }, - height: 3486739, - proposal: 14, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - repo: 'https://github.com/notional-labs/ibc-go', - version: 'v7.2.1', - tag: 'v7.2.1-0.20231010040541-6cf43006971f' - } - }, - { - name: 'v6_5_0', - proposal: 16, - height: 4446786, - tag: 'v6.5.1', - recommendedVersion: 'v6.5.2', - compatibleVersions: ['v6.5.2'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v6_5_3', - sdk: { - type: 'cosmos', - version: 'v0.47.6' - }, - ibc: { - type: 'go', - repo: 'https://github.com/notional-labs/ibc-go', - version: 'v7.2.1', - tag: 'v7.2.1-0.20231010040541-6cf43006971f' - } - }, - { - name: 'v6_5_3', - proposal: 18, - height: 4576500, - tag: 'v6.5.3', - recommendedVersion: 'v6.5.3', - compatibleVersions: ['v6.5.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.2', - repo: 'https://github.com/composablefi/cometbft', - tag: 'v0.37.2-fixed-len-vote-time-tag' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/rust-ninja/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-patch-validators-trim-tag' - }, - ibc: { - type: 'go', - repo: 'https://github.com/notional-labs/ibc-go', - version: 'v7.2.1', - tag: 'v7.2.1-0.20231010040541-6cf43006971f' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/rust-ninja/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/conscious/chain.ts b/v2/packages/chain-registry/src/mainnet/conscious/chain.ts index d5867f5a5..e6647bfc4 100644 --- a/v2/packages/chain-registry/src/mainnet/conscious/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/conscious/chain.ts @@ -33,18 +33,7 @@ const info: Chain = { compatibleVersions: ['v2.1.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/cvn-network/cvn/release/v2.1.x/networks/mainnet/config/genesis.json' - }, - versions: [{ - name: 'v1.0.3', - recommendedVersion: 'v1.0.4', - compatibleVersions: ['v1.0.3'], - nextVersionName: 'v2.1.1' - }, { - name: 'v2.1.1', - recommendedVersion: 'v2.1.1', - compatibleVersions: ['v2.1.1'], - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png', diff --git a/v2/packages/chain-registry/src/mainnet/coreum/chain.ts b/v2/packages/chain-registry/src/mainnet/coreum/chain.ts index b6e6d73f1..45f2fceda 100644 --- a/v2/packages/chain-registry/src/mainnet/coreum/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/coreum/chain.ts @@ -46,81 +46,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://raw.githubusercontent.com/CoreumFoundation/coreum/master/genesis/coreum-mainnet-1.json' }, - versions: [ - { - name: 'v1', - tag: 'v1.0.0', - height: 0, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-amd64?checksum=sha256:34098ad7586bda364b1b2e7c4569cbcefb630cd4ed7c8f68eb5bced834082c57', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-arm64?checksum=sha256:3ced97f06607f0cdaf77e7ff0b36b2011d101c660684e4f3e54c2ac6bf344dd6' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v2', - tag: 'v2.0.2', - proposal: 5, - height: 6947500, - recommendedVersion: 'v2.0.2', - compatibleVersions: ['v2.0.2'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-amd64?checksum=sha256:3facf55f7ff795719f68b9bcf76ea08262bc7c9e9cd735c660257ba73678250e', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-arm64?checksum=sha256:35e261eb3b87c833c30174e6b8667a6155f5962441275d443157e209bbb0bf0d' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v3', - tag: 'v3.0.3', - proposal: 8, - height: 13480000, - recommendedVersion: 'v3.0.3', - compatibleVersions: ['v3.0.3'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.44', - enabled: true - } - } - ], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/mainnet/cosmoshub/chain.ts b/v2/packages/chain-registry/src/mainnet/cosmoshub/chain.ts index 67ce35687..a6fa5da14 100644 --- a/v2/packages/chain-registry/src/mainnet/cosmoshub/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cosmoshub/chain.ts @@ -43,379 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz' }, - versions: [ - { - name: 'v9-Lambda', - tag: 'v9.1.1', - recommendedVersion: 'v9.1.1', - compatibleVersions: ['v9.1.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - height: 15213800, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-linux-amd64?checksum=sha256:f62814711be991e535b2fd86f7d4ed8c055bebf774253a06477dc182ce98cdc3', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-linux-arm64?checksum=sha256:a7112c03c7a2bec2a761a3d430bfea9616ed0ebb10c785cafdd6fac117abc504', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-darwin-amd64?checksum=sha256:959f3ddbf3a65b557574527222c5a673b706e9d52a203dfbda2ceb827b760261', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-darwin-arm64?checksum=sha256:0a913a3a9a31456ddfba26eccdfccca61d00b06498faa94019776df391509d27', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-windows-amd64.exe?checksum=sha256:db1d82650ed2a0aa9abccb2bb60dca902c4d1444444f6c76a8b6d61d6bc41e08' - }, - nextVersionName: 'v10', - sdk: { - type: 'cosmos', - version: 'v0.45.15', - tag: 'v0.45.15-ics' - }, - ibc: { - type: 'go', - version: 'v4.2.1' - } - }, - { - name: 'v10', - tag: 'v10.0.2', - proposal: 798, - height: 15816200, - recommendedVersion: 'v10.0.2', - compatibleVersions: [ - 'v10.0.0', - 'v10.0.1', - 'v10.0.2' - ], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-linux-amd64?checksum=sha256:fcb8210308223d78bc36f3d4c89e2578dcf784994c052cea97efd61f1672cf72', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-linux-arm64?checksum=sha256:db9b69cf224b410c669fa4f820192890357534e74d4693a744ef915028567462', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-darwin-amd64?checksum=sha256:d0bee3b4b243fe1f88ad3258f4648de3a73787434702bcac6e31ca38f81a283a', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-darwin-arm64?checksum=sha256:c8124d66ffa99b51da274656f6c3401b1ec9e165a76f3f01699761672e83a136gaiad-v10.0.1-linux-amd64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-windows-amd64.exe?checksum=sha256:c02ab2b8fc347f858db1c33fcacafa2467ca550ed83178aee67331762e876926' - }, - nextVersionName: 'v11', - sdk: { - type: 'cosmos', - version: 'v0.45.16', - tag: 'v0.45.16-ics' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v11', - tag: 'v11.0.0', - proposal: 804, - height: 16596000, - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-arm64.exe' - }, - nextVersionName: 'v12', - sdk: { - type: 'cosmos', - version: 'v0.45.16', - tag: 'v0.45.16-ics' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v12', - tag: 'v12.0.0', - proposal: 821, - height: 16985500, - recommendedVersion: 'v12.0.0', - compatibleVersions: ['v12.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe' - }, - nextVersionName: 'v13', - sdk: { - type: 'cosmos', - version: 'v0.45.16', - tag: 'v0.45.16-ics' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v13', - tag: 'v13.0.2', - proposal: 825, - height: 17380000, - recommendedVersion: 'v13.0.2', - compatibleVersions: ['v13.0.1', 'v13.0.2'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-linux-amd64?checksum=sha256:729a55b29857fedfe1271f26e1fdf2cb12d2c6515c2ad0d9bbe432a81ae43df8', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-linux-arm64?checksum=sha256:9bfbe0d5212fa3cdabe34b75b42e1420f50fe8aff64ec9247dcbc5942969e333', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-darwin-amd64?checksum=sha256:910b515369b0cfa8eecc54f2f930fd5de2634b7106825b62f4c4c563fe2a6a07', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-darwin-arm64?checksum=sha256:5a148b56bec7d9ef23d21778725eedb9bc70eaa6a61155b22947216812a17369', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-windows-amd64.exe?checksum=sha256:bc339c368b07306a73a16af8f005bc14439b393790f61d0568358495eb83e71c', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-windows-arm64.exe?checksum=sha256:8728e0f56d52479c80ba4b1c8f68a8fc3085220fad241ba1180867b2c3bc97fa' - }, - nextVersionName: 'v14', - sdk: { - type: 'cosmos', - version: 'v0.45.16', - tag: 'v0.45.16-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v14', - tag: 'v14.2.0', - proposal: 854, - height: 18262000, - recommendedVersion: 'v14.2.0', - compatibleVersions: ['v14.2.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-linux-amd64?checksum=sha256:baed43bd3f523fd587cff4d8f78f395a3bcb6d20d9a671bef69b8fbe101338f6', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-linux-arm64?checksum=sha256:a57822b2a199ca461f8a8baf4e98a46803f8fa5d4ceb130b539ebd0c03c035a8', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-darwin-amd64?checksum=sha256:4edec8b191bbb0bdcd0f89d1fadfc1cfdb720ac943b7c03d584760725547c047', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-darwin-arm64?checksum=sha256:5177c7ca2b0e66daedc506c6fcdab0d8c436dae846de32081556b8edd57027e8', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-windows-amd64.exe?checksum=sha256:d912548fc1c87ca26defce1a60f089910fa55b38d27063870750efeab176db9d', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-windows-arm64.exe?checksum=sha256:b17cc1f1a9a5050b72f99d497fdda6d1d4615b6a42971f556d2777ba838fe7b0' - }, - nextVersionName: 'v15', - sdk: { - type: 'cosmos', - version: 'v0.45.16', - tag: 'v0.45.16-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v15', - tag: 'v15.2.0', - proposal: 885, - height: 19639600, - recommendedVersion: 'v15.2.0', - compatibleVersions: ['v15.2.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-amd64', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-windows-arm64.exe' - }, - nextVersionName: 'v16', - sdk: { - type: 'cosmos', - version: 'v0.47.11', - tag: 'v0.47.11-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v16', - tag: 'v16.0.0', - proposal: 914, - height: 20440500, - recommendedVersion: 'v16.0.0', - compatibleVersions: ['v16.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-windows-arm64.exe' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.13', - tag: 'v0.47.13-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v17', - tag: 'v17.3.0', - proposal: 924, - height: 20739800, - recommendedVersion: 'v17.3.0', - compatibleVersions: ['v17.3.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.6' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-darwin-amd64', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.3.0/gaiad-v17.3.0-windows-arm64.exe' - }, - nextVersionName: 'v18', - sdk: { - type: 'cosmos', - version: 'v0.47.15', - tag: 'v0.47.15-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v18', - tag: 'v18.1.0', - proposal: 937, - height: 21330500, - recommendedVersion: 'v18.1.0', - compatibleVersions: ['v18.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.6' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-darwin-amd64', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-windows-arm64.exe' - }, - nextVersionName: 'v19', - sdk: { - type: 'cosmos', - version: 'v0.47.16', - tag: 'v0.47.16-ics-lsm' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/informalsystems/wasmd', - tag: 'v0.45.0-lsm' - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - }, - { - name: 'v19', - tag: 'v19.2.0', - proposal: 948, - height: 21835200, - recommendedVersion: 'v19.2.0', - compatibleVersions: ['v19.2.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-arm64' - }, - nextVersionName: 'v21', - sdk: { - type: 'cosmos', - version: 'v0.50.9', - tag: 'v0.50.9-lsm' - }, - cosmwasm: { - version: 'v0.51.0', - repo: 'https://github.com/CosmWasm/wasmd', - tag: 'v0.51.0' - }, - ibc: { - type: 'go', - version: 'v8.4.0' - } - }, - { - name: 'v21', - tag: 'v21.0.0', - proposal: 971, - height: 22953640, - recommendedVersion: 'v21.0.0', - compatibleVersions: ['v21.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - binaries: { - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-arm64', - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-linux-amd64' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.50.9', - tag: 'v0.50.9-lsm' - }, - cosmwasm: { - version: 'v0.53.0', - repo: 'https://github.com/CosmWasm/wasmd', - tag: 'v0.53.0' - }, - ibc: { - type: 'go', - version: 'v8.5.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.50.9', diff --git a/v2/packages/chain-registry/src/mainnet/crescent/chain.ts b/v2/packages/chain-registry/src/mainnet/crescent/chain.ts index 565c07a4a..98e5bb58e 100644 --- a/v2/packages/chain-registry/src/mainnet/crescent/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/crescent/chain.ts @@ -36,72 +36,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/crescent-network/launch/raw/main/mainnet/crescent-1/genesis.json.tar.gz' - }, - versions: [ - { - name: 'v1', - tag: 'v1.0.0', - height: 0, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }, - { - name: 'v1.1', - tag: 'v1.1.0', - height: 48000, - recommendedVersion: '1.1.0', - compatibleVersions: ['v1.1.0'] - }, - { - name: 'v2', - tag: 'v2.3.0', - height: 1384100, - proposal: 12, - recommendedVersion: 'v2.3.0', - compatibleVersions: [ - 'v2.3.0', - 'v2.2.0', - 'v2.1.1', - 'v2.1.0' - ] - }, - { - name: 'v3', - tag: 'v3.0.0', - height: 3932000, - proposal: 29, - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'] - }, - { - name: 'v4', - tag: 'v4.0.0', - height: 4415902, - proposal: 35, - recommendedVersion: 'v4.0.0', - compatibleVersions: ['v4.0.0'], - nextVersionName: 'v4.1' - }, - { - name: 'v4.1', - tag: 'v4.1.1', - height: 6500000, - recommendedVersion: 'v4.1.1', - compatibleVersions: ['v4.1.1', 'v4.1.0'], - nextVersionName: 'v4.2' - }, - { - name: 'v4.2', - tag: 'v4.2.0', - height: 6915000, - recommendedVersion: 'v4.2.0', - compatibleVersions: ['v4.2.0'], - binaries: { - "linux/amd64": 'https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-linux-amd64', - "darwin/arm64": 'https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-darwin-arm64' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png', diff --git a/v2/packages/chain-registry/src/mainnet/cronos/chain.ts b/v2/packages/chain-registry/src/mainnet/cronos/chain.ts index 722349aaf..abf2d0213 100644 --- a/v2/packages/chain-registry/src/mainnet/cronos/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cronos/chain.ts @@ -37,24 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/crypto-org-chain/cronos-mainnet/master/cronosmainnet_25-1/genesis.json' - }, - versions: [{ - name: 'v1.3.0', - recommendedVersion: 'v1.3.0', - compatibleVersions: [ - 'v1.2.0', - 'v1.2.1', - 'v1.2.2', - 'v1.3.0' - ], - binaries: { - "linux/amd64": 'https://github.com/crypto-org-chain/cronos/releases/download/v1.3.0/cronos_1.3.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/crypto-org-chain/cronos/releases/download/v1.3.0/cronos_1.3.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/crypto-org-chain/cronos/releases/download/v1.3.0/cronos_1.3.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/crypto-org-chain/cronos/releases/download/v1.3.0/cronos_1.3.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/crypto-org-chain/cronos/releases/download/v1.3.0/cronos_1.3.0_Windows_x86_64.tar.gz' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png', diff --git a/v2/packages/chain-registry/src/mainnet/cryptoorgchain/chain.ts b/v2/packages/chain-registry/src/mainnet/cryptoorgchain/chain.ts index 5f9dfa331..98e298707 100644 --- a/v2/packages/chain-registry/src/mainnet/cryptoorgchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/cryptoorgchain/chain.ts @@ -39,19 +39,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/crypto-org-chain/mainnet/raw/main/crypto-org-chain-mainnet-1/genesis.json' - }, - versions: [{ - name: 'v4.2.9', - recommendedVersion: 'v4.2.9', - compatibleVersions: ['v4.2.9'], - binaries: { - "linux/amd64": 'https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Windows_x86_64.zip' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png' diff --git a/v2/packages/chain-registry/src/mainnet/decentr/chain.ts b/v2/packages/chain-registry/src/mainnet/decentr/chain.ts index 88af4e595..c1b4e6f46 100644 --- a/v2/packages/chain-registry/src/mainnet/decentr/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/decentr/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v1.5.7'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/Decentr-net/mainnets/master/3.0/genesis.json' - }, - versions: [{ - name: 'v1.5.7', - recommendedVersion: 'v1.5.7', - compatibleVersions: ['v1.5.7'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png', diff --git a/v2/packages/chain-registry/src/mainnet/desmos/chain.ts b/v2/packages/chain-registry/src/mainnet/desmos/chain.ts index f2d9e1a24..ac8307646 100644 --- a/v2/packages/chain-registry/src/mainnet/desmos/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/desmos/chain.ts @@ -41,121 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/desmos-labs/mainnet/main/genesis.json' }, - versions: [ - { - name: 'v4.8.0', - recommendedVersion: 'v4.8.1', - compatibleVersions: ['v4.8.0', 'v4.8.1'], - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v4.8.1/desmos-4.8.1-linux-amd64' - }, - nextVersionName: 'v5.0.0' - }, - { - name: 'v5.0.0', - recommendedVersion: 'v5.1.0', - compatibleVersions: ['v5.1.0'], - proposal: 28, - height: 9069645, - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v5.1.0/desmos-5.1.0-linux-amd64' - }, - nextVersionName: 'v5.2.0' - }, - { - name: 'v5.2.0', - recommendedVersion: 'v5.2.0', - compatibleVersions: ['v5.2.0'], - proposal: 29, - height: 9259165, - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v5.2.0/desmos-5.2.0-linux-amd64' - }, - nextVersionName: 'v6' - }, - { - name: 'v6', - recommendedVersion: 'v6.1.1', - compatibleVersions: ['v6.1.0', 'v6.1.1'], - proposal: 32, - height: 10213500, - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v6.1.1/desmos-6.1.1-linux-amd64' - }, - nextVersionName: 'v6.2.0' - }, - { - name: 'v6.2.0', - recommendedVersion: 'v6.2.1', - compatibleVersions: ['v6.2.1'], - proposal: 36, - height: 11312575, - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v6.2.1/desmos-6.2.1-linux-amd64' - }, - nextVersionName: 'v7' - }, - { - name: 'v7', - proposal: 42, - height: 12745550, - recommendedVersion: 'v7.0.2', - compatibleVersions: ['v7.0.2'], - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v7.0.2/desmos-7.0.2-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.4' - }, - nextVersionName: 'v7.1.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/desmos-labs/cosmos-sdk', - version: 'v0.47.9', - tag: 'v0.47.9-desmos' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.desmos/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v7.1.0', - proposal: 48, - height: 13775361, - recommendedVersion: 'v7.1.0', - compatibleVersions: ['v7.1.0'], - binaries: { - "linux/amd64": 'https://github.com/desmos-labs/desmos/releases/download/v7.1.0/desmos-v7.1.0-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/desmos-labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-desmos' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.desmos/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/desmos-labs/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/dhealth/chain.ts b/v2/packages/chain-registry/src/mainnet/dhealth/chain.ts index 17760c3fc..d2d4a99f4 100644 --- a/v2/packages/chain-registry/src/mainnet/dhealth/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/dhealth/chain.ts @@ -41,33 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/dhealthproject/mainnet/main/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - binaries: { - "linux/amd64": 'https://github.com/dhealthproject/dhealth/releases/download/v1.0.0/dhealthd-1.0.0-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: 'v0.47.4' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.dhealth/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }], sdk: { type: 'cosmos', repo: 'https://github.com/cosmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/doravota/chain.ts b/v2/packages/chain-registry/src/mainnet/doravota/chain.ts index 18641be5a..d1a33dfcf 100644 --- a/v2/packages/chain-registry/src/mainnet/doravota/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/doravota/chain.ts @@ -32,24 +32,7 @@ const info: Chain = { compatibleVersions: ['v11.0.0'], genesis: { genesisUrl: 'https://github.com/DoraFactory/doravota/blob/main/config/mainnet/genesis.json' - }, - versions: [ - { - name: 'v9.0.1', - recommendedVersion: 'v9.0.1', - compatibleVersions: ['v9.0.1'] - }, - { - name: 'v10.0.1', - recommendedVersion: 'v10.0.1', - compatibleVersions: ['v10.0.1'] - }, - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'] - } - ] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/mainnet/dydx/chain.ts b/v2/packages/chain-registry/src/mainnet/dydx/chain.ts index de87d5296..4c12a5de0 100644 --- a/v2/packages/chain-registry/src/mainnet/dydx/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/dydx/chain.ts @@ -50,258 +50,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json' }, - versions: [ - { - name: 'v2', - recommendedVersion: 'protocol/v2.0.1', - compatibleVersions: ['protocol/v2.0.0', 'protocol/v2.0.1'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv2.0.0/dydxprotocold-v2.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv2.0.0/dydxprotocold-v2.0.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.3', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.37.3-0.20230908230338-65f7a2f25c18' - }, - nextVersionName: 'v3.0.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-0.20231011192538-b95c66dedbd5' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v3.0.0', - proposal: 7, - height: 7147832, - recommendedVersion: 'protocol/v3.0.2', - compatibleVersions: ['protocol/v3.0.0', 'protocol/v3.0.2'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv3.0.0/dydxprotocold-v3.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv3.0.0/dydxprotocold-v3.0.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.3', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.37.3-0.20230908230338-65f7a2f25c18' - }, - nextVersionName: 'v4.0.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-0.20240111163003-128eb0a555af' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v4.0.0', - proposal: 46, - height: 12791712, - recommendedVersion: 'protocol/v4.0.5', - compatibleVersions: ['protocol/v4.0.5'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.0.5/dydxprotocold-v4.0.5-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.0.5/dydxprotocold-v4.0.5-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20240409171441-6d0767b72c06' - }, - nextVersionName: 'v4.1.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.5', - tag: 'v0.50.5-0.20240220212824-35f31482370c' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - } - }, - { - name: 'v4.1.0', - proposal: 53, - height: 14404200, - recommendedVersion: 'protocol/v4.1.2', - compatibleVersions: ['protocol/v4.1.0', 'protocol/v4.1.2'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20240409171441-6d0767b72c06' - }, - nextVersionName: 'v5.0.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.5', - tag: 'v0.50.5-0.20240220212824-35f31482370c' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - } - }, - { - name: 'v5.0.0', - proposal: 59, - height: 17560000, - recommendedVersion: 'protocol/v5.0.0', - compatibleVersions: ['protocol/v5.0.0'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20240426214049-c8beeeada40a' - }, - nextVersionName: 'v5.1.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.6', - tag: 'v0.50.6-0.20240517185527-7330926cd9ad' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - } - }, - { - name: 'v5.1.0', - proposal: 125, - height: 21142000, - recommendedVersion: 'protocol/v5.1.0', - compatibleVersions: ['protocol/v5.1.0'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.0/dydxprotocold-v5.1.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.0/dydxprotocold-v5.1.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20240426214049-c8beeeada40a' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.6', - tag: 'v0.50.6-0.20240606183841-18966898625f' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - }, - nextVersionName: 'v5.2.0' - }, - { - name: 'v5.2.0', - proposal: 130, - height: 22170000, - recommendedVersion: 'protocol/v5.2.0', - compatibleVersions: ['protocol/v5.2.0'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20240426214049-c8beeeada40a' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.6', - tag: 'v0.50.6-0.20240606183841-18966898625f' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - }, - nextVersionName: 'v6.0.0' - }, - { - name: 'v6.0.0', - proposal: 160, - height: 26785000, - recommendedVersion: 'protocol/v6.0.4', - compatibleVersions: ['protocol/v6.0.4'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv6.0.4/dydxprotocold-v6.0.4-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv6.0.4/dydxprotocold-v6.0.4-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20241001172045-cfee87f3abbf' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.6', - tag: 'v0.50.6-0.20240808180557-4b1c1dc17703' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - }, - nextVersionName: 'v7.0' - }, - { - name: 'v7.0', - proposal: 160, - height: 29950000, - recommendedVersion: 'protocol/v7.0.1', - compatibleVersions: ['protocol/v7.0.1'], - binaries: { - "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv7.0.1/dydxprotocold-v7.0.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv7.0.1/dydxprotocold-v7.0.1-linux-arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.6', - repo: 'https://github.com/dydxprotocol/cometbft', - tag: 'v0.38.6-0.20241106081823-31609289f401' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/dydxprotocol/cosmos-sdk', - version: 'v0.50.6', - tag: 'v0.50.6-0.20241022180223-cc8c850952c5' - }, - ibc: { - type: 'go', - version: 'v8.0.0' - }, - nextVersionName: '' - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/dydxprotocol/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/dyson/chain.ts b/v2/packages/chain-registry/src/mainnet/dyson/chain.ts index 11bb578af..6c656f0da 100644 --- a/v2/packages/chain-registry/src/mainnet/dyson/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/dyson/chain.ts @@ -31,12 +31,7 @@ const info: Chain = { compatibleVersions: ['v0.0.2-bebf2e98'], genesis: { genesisUrl: 'https://gitlab.com/dysonproject/dyson-deploy/-/raw/develop/genesis.json' - }, - versions: [{ - name: 'v0.0.2-bebf2e98', - recommendedVersion: 'v0.0.2-bebf2e98', - compatibleVersions: ['v0.0.2-bebf2e98'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.png', diff --git a/v2/packages/chain-registry/src/mainnet/echelon/chain.ts b/v2/packages/chain-registry/src/mainnet/echelon/chain.ts index 9eef029bd..ec9017cf5 100644 --- a/v2/packages/chain-registry/src/mainnet/echelon/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/echelon/chain.ts @@ -36,19 +36,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://gist.githubusercontent.com/echelonfoundation/ee862f58850fc1b5ee6a6fdccc3130d2/raw/55c2c4ea2fee8a9391d0dc55b2c272adb804054a/genesis.json' - }, - versions: [{ - name: 'v1.1.4', - recommendedVersion: 'v1.1.4', - compatibleVersions: ['v1.1.4', 'v1.0.3'], - binaries: { - "linux/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Windows_x86_64.zip' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png', diff --git a/v2/packages/chain-registry/src/mainnet/emoney/chain.ts b/v2/packages/chain-registry/src/mainnet/emoney/chain.ts index 802348d5f..91bab8bc7 100644 --- a/v2/packages/chain-registry/src/mainnet/emoney/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/emoney/chain.ts @@ -63,12 +63,7 @@ const info: Chain = { compatibleVersions: ['v1.1.3'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/e-money/networks/master/emoney-3/genesis.json' - }, - versions: [{ - name: 'v1.1.3', - recommendedVersion: 'v1.1.3', - compatibleVersions: ['v1.1.3'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png', diff --git a/v2/packages/chain-registry/src/mainnet/empowerchain/chain.ts b/v2/packages/chain-registry/src/mainnet/empowerchain/chain.ts index 6474715d1..cff87418e 100644 --- a/v2/packages/chain-registry/src/mainnet/empowerchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/empowerchain/chain.ts @@ -33,11 +33,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/EmpowerPlastic/empowerchain/raw/main/mainnet/empowerchain-1/genesis.tar.gz' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }], cosmwasm: { version: '0.45', enabled: true diff --git a/v2/packages/chain-registry/src/mainnet/epix/chain.ts b/v2/packages/chain-registry/src/mainnet/epix/chain.ts index 585c62116..de0f5f328 100644 --- a/v2/packages/chain-registry/src/mainnet/epix/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/epix/chain.ts @@ -34,25 +34,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/EpixZone/Epix/refs/heads/main/Networks/Mainnet/epix_4242-0/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.46' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png', diff --git a/v2/packages/chain-registry/src/mainnet/evmos/chain.ts b/v2/packages/chain-registry/src/mainnet/evmos/chain.ts index f997f0c9d..6d75f39c0 100644 --- a/v2/packages/chain-registry/src/mainnet/evmos/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/evmos/chain.ts @@ -46,275 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://archive.evmos.org/mainnet/genesis.json' }, - versions: [ - { - name: 'v12', - tag: 'v12.1.5', - proposal: 137, - height: 12303000, - recommendedVersion: 'v12.1.5', - compatibleVersions: [ - 'v12.1.5', - 'v12.1.3', - 'v12.1.2', - 'v12.1.1', - 'v12.1.0' - ], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Windows_amd64.zip' - }, - nextVersionName: 'v13.0.2', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, - { - name: 'v13.0.2', - tag: 'v13.0.2', - proposal: 149, - height: 14538200, - recommendedVersion: 'v13.0.2', - compatibleVersions: ['v13.0.2'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Windows_amd64.zip' - }, - nextVersionName: 'v14.0.0', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: 'v6.2.0' - } - }, - { - name: 'v14.0.0', - tag: 'v14.0.0', - proposal: 196, - height: 16105000, - recommendedVersion: 'v14.0.0', - compatibleVersions: ['v14.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Windows_amd64.zip' - }, - nextVersionName: 'v15.0.0', - sdk: { - type: 'cosmos', - version: 'v0.47.4', - tag: 'v0.47.4-evmos.2' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v15.0.0', - tag: 'v15.0.0', - proposal: 240, - height: 16946771, - recommendedVersion: 'v15.0.0', - compatibleVersions: ['v15.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.3', - tag: 'v0.37.3-0.20230920093934-46df7b597e3c' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Windows_amd64.zip' - }, - nextVersionName: 'v16.0.0', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-evmos.2' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v16.0.0', - tag: 'v16.0.4', - proposal: 265, - height: 18295000, - recommendedVersion: 'v16.0.4', - compatibleVersions: ['v16.0.4'], - consensus: { - type: 'cometbft', - version: 'v0.37.3', - tag: 'v0.37.3-0.20230920093934-46df7b597e3c' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Windows_amd64.zip' - }, - nextVersionName: 'v17.0.0', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-evmos.2' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v17.0.0', - tag: 'v17.0.1', - height: 20101000, - recommendedVersion: 'v17.0.1', - compatibleVersions: ['v17.0.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Windows_amd64.zip' - }, - nextVersionName: 'v18.0.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos.2' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - }, - { - name: 'v18.0.0', - tag: 'v18.0.1', - height: 20396852, - recommendedVersion: 'v18.0.1', - compatibleVersions: ['v18.0.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Windows_amd64.zip' - }, - nextVersionName: 'v18.1.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos.2' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - }, - { - name: 'v18.1.0', - tag: 'v18.1.0', - height: 21209000, - recommendedVersion: 'v18.1.0', - compatibleVersions: ['v18.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Windows_amd64.zip' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos.2' - }, - ibc: { - type: 'go', - version: '7.4.0' - }, - nextVersionName: 'v19.1.0' - }, - { - name: 'v19.1.0', - tag: 'v19.1.0', - height: 22763500, - recommendedVersion: 'v19.1.0', - compatibleVersions: ['v19.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.9' - }, - binaries: { - "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Windows_amd64.zip' - }, - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.12', - tag: 'v0.47.12-evmos.2' - }, - ibc: { - type: 'go', - version: '7.6.0' - }, - nextVersionName: '' - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/evmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/fetchhub/chain.ts b/v2/packages/chain-registry/src/mainnet/fetchhub/chain.ts index 0f0c7353c..b9c2880f2 100644 --- a/v2/packages/chain-registry/src/mainnet/fetchhub/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/fetchhub/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v0.10.5'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/fetchai/genesis-fetchhub/fetchhub-4/fetchhub-4/data/genesis_migrated_5300200.json' - }, - versions: [{ - name: 'v0.10.5', - recommendedVersion: 'v0.10.5', - compatibleVersions: ['v0.10.5'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png', diff --git a/v2/packages/chain-registry/src/mainnet/finschia/chain.ts b/v2/packages/chain-registry/src/mainnet/finschia/chain.ts index ba65594fd..8ede53468 100644 --- a/v2/packages/chain-registry/src/mainnet/finschia/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/finschia/chain.ts @@ -44,75 +44,6 @@ const info: Chain = { name: 'v2', genesisUrl: 'https://vos.line-scdn.net/finschia-2-fileshare/datafile/finschia-prod-2/finschia-2-genesis.tgz' }, - versions: [{ - name: 'v1', - tag: 'v1.1.1', - height: 55791218, - recommendedVersion: 'v1.1.1', - compatibleVersions: ['v1.1.1'], - binaries: { - "linux/amd64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-amd64.tgz', - "linux/arm64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-arm64.tgz', - "darwin/amd64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-amd64.tgz', - "darwin/arm64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-arm64.tgz' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - repo: 'https://github.com/Finschia/finschia-sdk' - }, - language: { - type: 'go', - version: '1.18' - }, - cosmwasm: { - version: 'v0.1.5', - path: '$HOME/.finschia/wasm/wasm', - enabled: true, - repo: 'https://github.com/Finschia/wasmd' - }, - ibc: { - type: 'go', - version: 'v3.3.3', - icsEnabled: ['ics20-1'] - } - }, { - name: 'v2', - tag: 'v2.0.1', - proposal: 17, - height: 59938000, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.0', 'v2.0.1'], - binaries: { - "linux/amd64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64', - "linux/arm64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64', - "darwin/amd64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64', - "darwin/arm64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64' - }, - previousVersionName: 'v1', - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.48.1', - repo: 'https://github.com/Finschia/finschia-sdk' - }, - language: { - type: 'go', - version: '1.20' - }, - cosmwasm: { - version: 'v0.2.0', - path: '$HOME/.finschia/wasm/wasm', - enabled: true, - repo: 'https://github.com/Finschia/wasmd' - }, - ibc: { - type: 'go', - version: 'v4.3.1', - icsEnabled: ['ics20-1'] - } - }], language: { type: 'go', version: '1.20' diff --git a/v2/packages/chain-registry/src/mainnet/firmachain/chain.ts b/v2/packages/chain-registry/src/mainnet/firmachain/chain.ts index 452326e7d..effe52f47 100644 --- a/v2/packages/chain-registry/src/mainnet/firmachain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/firmachain/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v0.3.5-patch'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/FirmaChain/mainnet/main/colosseum-1/genesis.json' - }, - versions: [{ - name: 'v0.3.5', - recommendedVersion: 'v0.3.5-patch', - compatibleVersions: ['v0.3.5-patch'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png', diff --git a/v2/packages/chain-registry/src/mainnet/furya/chain.ts b/v2/packages/chain-registry/src/mainnet/furya/chain.ts index e8a98f4de..204379e4a 100644 --- a/v2/packages/chain-registry/src/mainnet/furya/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/furya/chain.ts @@ -31,45 +31,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0', 'v2.0.0'], genesis: { genesisUrl: 'https://github.com/furysport/furya-chain/blob/main/network/mainnet/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - proposal: -1, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.37.2' - }, - nextVersionName: 'v2.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.7' - }, - cosmwasm: { - version: 'v0.20.0', - enabled: true - } - }, { - name: 'v2.0.0', - proposal: 3, - height: 2839877, - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: 'v0.41.0', - enabled: true - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.png', diff --git a/v2/packages/chain-registry/src/mainnet/fxcore/chain.ts b/v2/packages/chain-registry/src/mainnet/fxcore/chain.ts index 53ec08ee3..775e99bb0 100644 --- a/v2/packages/chain-registry/src/mainnet/fxcore/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/fxcore/chain.ts @@ -47,166 +47,6 @@ const info: Chain = { type: 'cometbft', version: 'v0.37.6' }, - versions: [ - { - name: 'fxv1', - tag: 'v1.1.2', - height: 0, - nextVersionName: 'fxv2', - recommendedVersion: 'v1.1.2', - compatibleVersions: ['v1.1.2'], - binaries: { - "linux/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Windows_x86_64.zip' - } - }, - { - name: 'fxv2', - tag: 'v2.4.2', - height: 5713000, - proposal: 10, - nextVersionName: 'fxv3', - recommendedVersion: 'v2.4.2', - compatibleVersions: ['v2.4.2'], - binaries: { - "linux/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Windows_x86_64.zip' - } - }, - { - name: 'fxv3', - tag: 'v3.1.0', - height: 8756000, - proposal: 29, - nextVersionName: 'v4.2.x', - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - binaries: { - "linux/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Windows_x86_64.zip' - } - }, - { - name: 'v4.2.x', - tag: 'v4.2.1', - height: 10477500, - proposal: 36, - recommendedVersion: 'v4.2.1', - compatibleVersions: ['v4.2.1'], - binaries: { - "linux/amd64": 'https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v4.2.1/fx-core_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Windows_x86_64.zip' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - } - }, - { - name: 'v5.0.x', - tag: 'v5.0.0', - height: 11601700, - proposal: 41, - previousVersionName: 'v4.2.x', - nextVersionName: 'v6.0.x', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.28' - }, - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - }, - binaries: { - "darwin/arm64": 'https://github.com/functionX/fx-core/releases/download/v5.0.0/fx-core_Darwin_arm64.tar.gz', - "darwin/amd64": 'https://github.com/functionX/fx-core/releases/download/v5.0.0/fx-core_Darwin_amd64.tar.gz', - "linux/arm64": 'https://github.com/functionX/fx-core/releases/download/v5.0.0/fx-core_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/functionX/fx-core/releases/download/v5.0.0/fx-core_Linux_amd64.tar.gz', - "windows/amd64": 'https://github.com/functionX/fx-core/releases/download/v5.0.0/fx-core_Windows_x86_64.zip' - } - }, - { - name: 'v6.0.x', - tag: 'v6.1.0', - height: 13598000, - proposal: 47, - previousVersionName: 'v5.0.x', - nextVersionName: 'v7.5.x', - recommendedVersion: 'v6.1.0', - compatibleVersions: ['v6.1.0'], - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - consensus: { - type: 'tendermint', - version: 'v0.34.28' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - }, - binaries: { - "darwin/arm64": 'https://github.com/functionX/fx-core/releases/download/v6.1.0/fx-core_Darwin_arm64.tar.gz', - "darwin/amd64": 'https://github.com/functionX/fx-core/releases/download/v6.1.0/fx-core_Darwin_amd64.tar.gz', - "linux/arm64": 'https://github.com/functionX/fx-core/releases/download/v6.1.0/fx-core_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/functionX/fx-core/releases/download/v6.1.0/fx-core_Linux_amd64.tar.gz', - "windows/amd64": 'https://github.com/functionX/fx-core/releases/download/v6.1.0/fx-core_Windows_x86_64.zip' - } - }, - { - name: 'v7.5.x', - tag: 'v7.5.0', - height: 16838000, - proposal: 63, - previousVersionName: 'v6.0.x', - nextVersionName: '', - recommendedVersion: 'v7.5.0', - compatibleVersions: ['v7.5.0'], - sdk: { - type: 'cosmos', - version: 'v0.47.13', - tag: 'v0.47.13' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.9' - }, - ibc: { - type: 'go', - version: 'v7.6.0' - }, - binaries: { - "linux/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v7.5.0/fxcored-v7.5.0-linux-amd64', - "linux/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v7.5.0/fxcored-v7.5.0-linux-arm64', - "darwin/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v7.5.0/fxcored-v7.5.0-darwin-amd64', - "darwin/arm64": 'https://github.com/FunctionX/fx-core/releases/download/v7.5.0/fxcored-v7.5.0-darwin-amd64', - "windows/amd64": 'https://github.com/FunctionX/fx-core/releases/download/v7.5.0/fxcored-v7.5.0-windows-amd64.exe' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.13', diff --git a/v2/packages/chain-registry/src/mainnet/galaxy/chain.ts b/v2/packages/chain-registry/src/mainnet/galaxy/chain.ts index 32203f834..1532479e5 100644 --- a/v2/packages/chain-registry/src/mainnet/galaxy/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/galaxy/chain.ts @@ -35,16 +35,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/OrbisWorlds/networks/raw/main/galaxy-1/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - binaries: { - "linux/amd64": 'https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_linux_amd64.tar.gz', - "darwin/amd64": 'https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_darwin_amd64.tar.gz' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png', diff --git a/v2/packages/chain-registry/src/mainnet/genesisl1/chain.ts b/v2/packages/chain-registry/src/mainnet/genesisl1/chain.ts index 75b59ddb8..6d3f07776 100644 --- a/v2/packages/chain-registry/src/mainnet/genesisl1/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/genesisl1/chain.ts @@ -32,29 +32,6 @@ const info: Chain = { name: 'plan_ethermint', genesisUrl: 'https://raw.githubusercontent.com/alpha-omega-labs/genesis-parameters/main/genesis_29-2/genesis.json' }, - versions: [{ - name: 'plan_ethermint', - tag: 'v0.3.0', - height: 0, - recommendedVersion: 'v0.5.0', - compatibleVersions: ['v0.3.0', 'v0.5.0'], - nextVersionName: 'plan_crypto', - sdk: { - type: 'cosmos', - version: '0.44.5' - } - }, { - name: 'plan_crypto', - tag: 'v1.0.0', - height: 7400000, - proposal: 92, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - sdk: { - type: 'cosmos', - version: '0.46.15' - } - }], sdk: { type: 'cosmos', version: '0.46.15' diff --git a/v2/packages/chain-registry/src/mainnet/gitopia/chain.ts b/v2/packages/chain-registry/src/mainnet/gitopia/chain.ts index d59762f72..ec458b068 100644 --- a/v2/packages/chain-registry/src/mainnet/gitopia/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/gitopia/chain.ts @@ -41,121 +41,6 @@ const info: Chain = { type: 'cometbft', version: 'v0.37.6' }, - versions: [ - { - name: 'v2', - recommendedVersion: 'v2.1.1', - compatibleVersions: ['v2.0.0', 'v2.1.1'], - binaries: { - "linux/amd64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_linux_amd64.tar.gz', - "linux/arm64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_darwin_arm64.tar.gz' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3', - recommendedVersion: 'v3.0.1', - compatibleVersions: ['v3.0.1'], - binaries: { - "linux/amd64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1gitopiad_3.0.1_darwin_arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: '0.34' - }, - nextVersionName: 'v3.2.0', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3.2.0', - recommendedVersion: 'v3.2.0', - compatibleVersions: ['v3.2.0'], - proposal: 12, - height: 6446000, - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v3.3.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3.3.0', - recommendedVersion: 'v3.3.0', - compatibleVersions: ['v3.3.0'], - proposal: 14, - height: 6720000, - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v4', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v4', - recommendedVersion: 'v4.0.0', - compatibleVersions: ['v4.0.0'], - proposal: 31, - height: 24330422, - consensus: { - type: 'cometbft', - version: 'v0.37.6' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.13' - }, - ibc: { - type: 'go', - version: '7.6.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.13' diff --git a/v2/packages/chain-registry/src/mainnet/govgen/chain.ts b/v2/packages/chain-registry/src/mainnet/govgen/chain.ts index 4590e8da2..d5948f7e4 100644 --- a/v2/packages/chain-registry/src/mainnet/govgen/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/govgen/chain.ts @@ -46,29 +46,6 @@ const info: Chain = { type: 'cometbft', version: 'v0.34.29' }, - versions: [{ - name: 'v1.0.1', - tag: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - height: 1, - binaries: { - "linux/amd64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-amd64', - "linux/arm64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-arm64', - "darwin/amd64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-amd64', - "darwin/arm64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-arm64', - "windows/amd64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-amd64.exe', - "windows/arm64": 'https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-arm64.exe' - }, - sdk: { - type: 'cosmos', - version: 'v0.45.16' - } - }], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/gravitybridge/chain.ts b/v2/packages/chain-registry/src/mainnet/gravitybridge/chain.ts index 375a580f1..b3563f394 100644 --- a/v2/packages/chain-registry/src/mainnet/gravitybridge/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/gravitybridge/chain.ts @@ -50,54 +50,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/Gravity-Bridge/Gravity-Docs/main/genesis.json' - }, - versions: [ - { - name: 'pleiades2', - recommendedVersion: 'v1.8.0', - compatibleVersions: ['v1.8.0'], - binaries: { - "linux/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-linux-amd64', - "linux/arm64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-linux-arm64', - "darwin/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-darwin-amd64', - "windows/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-windows-amd64.exe' - }, - nextVersionName: 'orion' - }, - { - name: 'orion', - height: 6698820, - recommendedVersion: 'v1.9.1', - proposal: 172, - compatibleVersions: ['v1.9.0', 'v1.9.1'], - binaries: { - "linux/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.1/gravity-linux-amd64' - }, - nextVersionName: 'antares' - }, - { - name: 'antares', - height: 7440250, - recommendedVersion: 'v1.10.2', - proposal: 183, - compatibleVersions: ['v1.10.0', 'v1.10.2'], - binaries: { - "linux/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.10.2/gravity-linux-amd64' - }, - nextVersionName: 'apollo' - }, - { - name: 'apollo', - height: 9244100, - recommendedVersion: 'v1.11.1', - proposal: 212, - compatibleVersions: ['v1.11.1'], - binaries: { - "linux/amd64": 'https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gravity-linux-amd64' - }, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png', diff --git a/v2/packages/chain-registry/src/mainnet/haqq/chain.ts b/v2/packages/chain-registry/src/mainnet/haqq/chain.ts index eec61d34b..4ae3421c3 100644 --- a/v2/packages/chain-registry/src/mainnet/haqq/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/haqq/chain.ts @@ -46,639 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/haqq-network/mainnet/master/genesis.json' }, - versions: [ - { - name: 'v1.0.2', - tag: 'v1.0.2', - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.2'], - proposal: 4, - height: 1027509, - consensus: { - type: 'tendermint', - version: 'v0.34.20', - tag: 'v0.34.20-0.20220517115723-e6f071164839' - }, - nextVersionName: 'v1.1.9', - sdk: { - type: 'cosmos', - version: 'v0.45.5', - tag: 'v0.45.5-0.20220523154235-2921a1c3c918' - }, - ibc: { - type: 'go', - version: '3.1.0' - } - }, - { - name: 'v1.1.9', - tag: 'v1.1.9', - recommendedVersion: 'v1.1.9', - compatibleVersions: ['v1.1.9'], - proposal: 6, - height: 2853700, - consensus: { - type: 'tendermint', - version: 'v0.34.20', - tag: 'v0.34.20-0.20220517115723-e6f071164839' - }, - nextVersionName: 'v1.2.1', - sdk: { - type: 'cosmos', - version: 'v0.45.6' - }, - ibc: { - type: 'go', - version: '3.1.1' - } - }, - { - name: 'v1.2.1', - tag: 'v1.2.1', - recommendedVersion: 'v1.2.1', - compatibleVersions: ['v1.2.1'], - proposal: 7, - height: 2865555, - consensus: { - type: 'tendermint', - version: 'v0.34.21' - }, - nextVersionName: 'v1.3.0', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: '3.2.0' - } - }, - { - name: 'v1.3.0', - tag: 'v1.3.0', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - proposal: 8, - height: 5978000, - consensus: { - type: 'tendermint', - version: 'v0.34.21' - }, - nextVersionName: 'v1.3.1', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: '3.2.0' - } - }, - { - name: 'v1.3.1', - tag: 'v1.3.1', - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.1'], - proposal: 9, - height: 5978800, - consensus: { - type: 'tendermint', - version: 'v0.34.21' - }, - nextVersionName: 'v1.4.0', - sdk: { - type: 'cosmos', - version: 'v0.45.9' - }, - ibc: { - type: 'go', - version: '3.2.0' - } - }, - { - name: 'v1.4.0', - tag: 'v1.4.0', - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - proposal: 10, - height: 6134000, - consensus: { - type: 'tendermint', - version: 'v0.34.26' - }, - nextVersionName: 'v1.4.1', - sdk: { - type: 'cosmos', - version: 'v0.46.9', - tag: 'v0.46.9-ledger' - }, - ibc: { - type: 'go', - version: 'v5.2.1' - } - }, - { - name: 'v1.4.1', - tag: 'v1.4.1', - recommendedVersion: 'v1.4.1', - compatibleVersions: ['v1.4.1'], - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Windows_x86_64.zip' - }, - nextVersionName: 'v1.5.0', - sdk: { - type: 'cosmos', - version: 'v0.46.9', - tag: 'v0.46.9-ledger' - }, - ibc: { - type: 'go', - version: '5.2.1' - } - }, - { - name: 'v1.5.0', - tag: 'v1.5.0', - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - proposal: 18, - height: 7770000, - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Windows_x86_64.zip' - }, - nextVersionName: 'v1.6.0', - sdk: { - type: 'cosmos', - version: 'v0.46.10', - tag: 'v0.46.10-ledger.3' - }, - ibc: { - type: 'go', - version: '5.2.1' - } - }, - { - name: 'v1.6.0', - tag: 'v1.6.0', - recommendedVersion: 'v1.6.0', - compatibleVersions: ['v1.6.0'], - proposal: 21, - height: 8002000, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Windows_x86_64.zip' - }, - nextVersionName: 'v1.6.1', - sdk: { - type: 'cosmos', - version: 'v0.46.13', - tag: 'v0.46.13-ledger.3' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v1.6.1', - tag: 'v1.6.1', - recommendedVersion: 'v1.6.1', - compatibleVersions: ['v1.6.1'], - proposal: 22, - height: 8076500, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Windows_x86_64.zip' - }, - nextVersionName: 'v1.6.2', - sdk: { - type: 'cosmos', - version: 'v0.46.13', - tag: 'v0.46.13-ledger.3' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v1.6.2', - tag: 'v1.6.2', - recommendedVersion: 'v1.6.2', - compatibleVersions: ['v1.6.2'], - proposal: 23, - height: 8193000, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Windows_x86_64.zip' - }, - nextVersionName: 'v1.6.3', - sdk: { - type: 'cosmos', - version: 'v0.46.13', - tag: 'v0.46.13-ledger.3' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v1.6.3', - tag: 'v1.6.3', - recommendedVersion: 'v1.6.3', - compatibleVersions: ['v1.6.3'], - proposal: 25, - height: 8282000, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Windows_x86_64.zip' - }, - nextVersionName: 'v1.6.4', - sdk: { - type: 'cosmos', - version: 'v0.46.13', - tag: 'v0.46.13-ledger.3' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v1.6.4', - tag: 'v1.6.4', - recommendedVersion: 'v1.6.4', - compatibleVersions: ['v1.6.4'], - proposal: 26, - height: 9070000, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13', - tag: 'v0.46.13-ledger.3' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v1.7.0', - tag: 'v1.7.0', - recommendedVersion: 'v1.7.0', - compatibleVersions: ['v1.7.0'], - proposal: 27, - height: 9451000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.1', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.1', - tag: 'v1.7.1', - recommendedVersion: 'v1.7.1', - compatibleVersions: ['v1.7.1'], - proposal: 28, - height: 9774000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.2', - tag: 'v1.7.2', - recommendedVersion: 'v1.7.2', - compatibleVersions: ['v1.7.2'], - proposal: 29, - height: 9862000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.3', - tag: 'v1.7.3', - recommendedVersion: 'v1.7.3', - compatibleVersions: ['v1.7.3'], - proposal: 30, - height: 9950000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.4', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.4', - tag: 'v1.7.4', - recommendedVersion: 'v1.7.4', - compatibleVersions: ['v1.7.4'], - proposal: 31, - height: 10881000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.5', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.5', - tag: 'v1.7.5', - recommendedVersion: 'v1.7.5', - compatibleVersions: ['v1.7.5'], - proposal: 32, - height: 11235000, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.6', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.6', - tag: 'v1.7.6', - recommendedVersion: 'v1.7.6', - compatibleVersions: ['v1.7.6'], - proposal: 34, - height: 11567000, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Windows_x86_64.zip' - }, - nextVersionName: 'v1.7.7', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.8', - tag: 'v0.47.8-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.7', - tag: 'v1.7.7', - recommendedVersion: 'v1.7.7', - compatibleVersions: ['v1.7.7'], - proposal: 34, - height: 11567000, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.7/haqq_1.7.7_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.7/haqq_1.7.7_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.7/haqq_1.7.7_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.7/haqq_1.7.7_linux_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.7/haqq_1.7.7_windows_amd64.zip' - }, - nextVersionName: 'v1.7.8', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.8', - tag: 'v0.47.8-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.7.8', - tag: 'v1.7.8', - recommendedVersion: 'v1.7.8', - compatibleVersions: ['v1.7.8'], - proposal: 38, - height: 12380500, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.8/haqq_1.7.8_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.8/haqq_1.7.8_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.8/haqq_1.7.8_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.8/haqq_1.7.8_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.7.8/haqq_1.7.8_windows_amd64.zip' - }, - nextVersionName: 'v1.8.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.8', - tag: 'v0.47.8-evmos' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v1.8.0', - tag: 'v1.8.0', - recommendedVersion: 'v1.8.0', - compatibleVersions: ['v1.8.0'], - proposal: 39, - height: 13035000, - consensus: { - type: 'cometbft', - version: 'v0.37.9' - }, - binaries: { - "linux/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.8.0/haqq_1.8.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.8.0/haqq_1.8.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.8.0/haqq_1.8.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/haqq-network/haqq/releases/download/v1.8.0/haqq_1.8.0_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/haqq-network/haqq/releases/download/v1.8.0/haqq_1.8.0_windows_amd64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/evmos/cosmos-sdk', - version: 'v0.47.12', - tag: 'v0.47.12-evmos.2' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/evmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/heli/chain.ts b/v2/packages/chain-registry/src/mainnet/heli/chain.ts index d671ecef7..e239c9684 100644 --- a/v2/packages/chain-registry/src/mainnet/heli/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/heli/chain.ts @@ -41,28 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Heli-Chain/heli/main/genesis.json' }, - versions: [{ - name: 'v0.0.1', - recommendedVersion: 'v0.0.1', - compatibleVersions: ['v0.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.47.4' - }, - cosmwasm: { - version: '0.42.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }], sdk: { type: 'cosmos', version: '0.47.4' diff --git a/v2/packages/chain-registry/src/mainnet/highbury/chain.ts b/v2/packages/chain-registry/src/mainnet/highbury/chain.ts index 34b2744ed..b64cb34d9 100644 --- a/v2/packages/chain-registry/src/mainnet/highbury/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/highbury/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v0.4.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/Four4Two/fury/mainnet/networks/genesis.json' - }, - versions: [{ - name: 'v0.4.1', - recommendedVersion: 'v0.4.1', - compatibleVersions: ['v0.4.1'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png', diff --git a/v2/packages/chain-registry/src/mainnet/humans/chain.ts b/v2/packages/chain-registry/src/mainnet/humans/chain.ts index 8fa8eb6b7..527ce665a 100644 --- a/v2/packages/chain-registry/src/mainnet/humans/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/humans/chain.ts @@ -39,15 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/humansdotai/mainnets/blob/main/mainnet/1/genesis_1089-1.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'cometbft', - version: '0.34.27' - } - }], sdk: { type: 'cosmos', version: '0.46.11' diff --git a/v2/packages/chain-registry/src/mainnet/idep/chain.ts b/v2/packages/chain-registry/src/mainnet/idep/chain.ts index 6da8c097e..ea4fab186 100644 --- a/v2/packages/chain-registry/src/mainnet/idep/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/idep/chain.ts @@ -28,15 +28,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/IDEP-network/Antora/raw/main/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - binaries: { - "linux/amd64": 'https://github.com/IDEP-network/Antora/raw/main/iond' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png', diff --git a/v2/packages/chain-registry/src/mainnet/impacthub/chain.ts b/v2/packages/chain-registry/src/mainnet/impacthub/chain.ts index 11ac70bca..1470f22d8 100644 --- a/v2/packages/chain-registry/src/mainnet/impacthub/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/impacthub/chain.ts @@ -38,68 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/ixofoundation/genesis/raw/bc042e1223d551b22d55c155de06e662ca24d2f2/ixo-5/genesis.json.tar.gz' }, - versions: [ - { - name: 'v0.20.0', - proposal: 403, - height: 1254500, - recommendedVersion: 'v0.20.1', - compatibleVersions: ['v0.20.0', 'v0.20.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.24' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: 'v0.45.12' - }, - ibc: { - type: 'go', - version: 'v4.3.0' - } - }, - { - name: 'v2', - proposal: 439, - height: 2383000, - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.1' - } - }, - { - name: 'v3', - proposal: 447, - height: 6556300, - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/imversed/chain.ts b/v2/packages/chain-registry/src/mainnet/imversed/chain.ts index 9291e2edc..11e995fa0 100644 --- a/v2/packages/chain-registry/src/mainnet/imversed/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/imversed/chain.ts @@ -37,15 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://static.imversed.com/mainnet/genesis.json' - }, - versions: [{ - name: 'v3.11', - recommendedVersion: 'v3.11', - compatibleVersions: ['v3.11'], - binaries: { - "linux/amd64": 'https://github.com/imversed/imversed/releases/download/v3.11/imversed_3.11_Linux_amd64.tar.gz' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png', diff --git a/v2/packages/chain-registry/src/mainnet/injective/chain.ts b/v2/packages/chain-registry/src/mainnet/injective/chain.ts index 6ea3fdad2..bd4e5d568 100644 --- a/v2/packages/chain-registry/src/mainnet/injective/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/injective/chain.ts @@ -36,70 +36,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/master/10001/genesis.json' - }, - versions: [ - { - name: 'v1.10', - recommendedVersion: 'v1.10', - compatibleVersions: ['v1.10'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.10.0-1679065799/linux-amd64.zip', - "darwin/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.10.0-1679065799/darwin-amd64.zip' - }, - nextVersionName: 'v1.11' - }, - { - name: 'v1.11', - proposal: 231, - height: 34775000, - recommendedVersion: 'v1.11.5-1687535916', - compatibleVersions: [ - 'v1.11', - 'v1.11.3-1686246472', - 'v1.11.4-1686608669', - 'v1.11.5-1687535916' - ], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.11.5-1687535916/linux-amd64.zip', - "darwin/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.11.5-1687535916/darwin-amd64.zip' - }, - nextVersionName: 'v1.12.0' - }, - { - name: 'v1.12.0', - proposal: 314, - height: 57076000, - recommendedVersion: 'v1.12.1-1705909076', - compatibleVersions: ['v1.12.0-1704530206', 'v1.12.1-1705909076'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/linux-amd64.zip', - "darwin/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/darwin-amd64.zip' - }, - nextVersionName: 'v1.13.0' - }, - { - name: 'v1.13.0', - proposal: 420, - height: 80319200, - recommendedVersion: 'v1.13.0-1722157491', - compatibleVersions: ['v1.13.0-1722157491'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.0-1722157491/linux-amd64.zip' - }, - nextVersionName: 'v1.13.2' - }, - { - name: 'v1.13.2', - proposal: 424, - height: 82830000, - recommendedVersion: 'v1.13.2', - compatibleVersions: ['v1.13.2'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.2-1723753267/linux-amd64.zip' - }, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png', diff --git a/v2/packages/chain-registry/src/mainnet/int3face/chain.ts b/v2/packages/chain-registry/src/mainnet/int3face/chain.ts index ab60bc3f8..80d48dc47 100644 --- a/v2/packages/chain-registry/src/mainnet/int3face/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/int3face/chain.ts @@ -68,12 +68,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Int3facechain/networks/main/int3face-1/genesis.json' }, - versions: [{ - name: 'v0.2.7', - recommendedVersion: 'v0.2.7', - compatibleVersions: ['v0.2.7'], - nextVersionName: 'v0.2.8' - }], sdk: { type: 'cosmos', repo: 'https://github.com/cosmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/irisnet/chain.ts b/v2/packages/chain-registry/src/mainnet/irisnet/chain.ts index f7356b344..cfc942da6 100644 --- a/v2/packages/chain-registry/src/mainnet/irisnet/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/irisnet/chain.ts @@ -31,27 +31,7 @@ const info: Chain = { compatibleVersions: ['v2.0.3'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/irisnet/mainnet/master/config/genesis.json' - }, - versions: [ - { - name: 'v1.3.0', - nextVersionName: 'v1.4.1', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'] - }, - { - name: 'v1.4.1', - nextVersionName: 'v2.0.0', - recommendedVersion: 'v1.4.1', - compatibleVersions: ['v1.4.1'] - }, - { - name: 'v2.0.0', - nextVersionName: 'v2.1.0', - recommendedVersion: 'v2.0.3', - compatibleVersions: ['v2.0.3'] - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png', diff --git a/v2/packages/chain-registry/src/mainnet/jackal/chain.ts b/v2/packages/chain-registry/src/mainnet/jackal/chain.ts index 26d9599c7..38a0ef1e7 100644 --- a/v2/packages/chain-registry/src/mainnet/jackal/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/jackal/chain.ts @@ -43,138 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://cdn.discordapp.com/attachments/1002389406650466405/1034968352591986859/updated_genesis2.json' }, - versions: [ - { - name: 'bouncybulldog', - recommendedVersion: 'v1.2.1', - compatibleVersions: ['v1.2.1'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.1/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.1/canined-macOS' - }, - nextVersionName: 'recovery', - cosmwasm: { - enabled: true - } - }, - { - name: 'recovery', - tag: 'V2.0.1', - proposal: 4, - height: 2631260, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.0', 'v2.0.1'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v2.0.2/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v2.0.2/canined-macOS' - }, - nextVersionName: 'v210', - cosmwasm: { - enabled: true - } - }, - { - name: 'v210', - tag: 'V2.1.0', - proposal: 8, - height: 3503000, - recommendedVersion: 'v2.1.0', - compatibleVersions: ['v2.1.0'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v2.1.0/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v2.1.0/canined-macOS' - }, - nextVersionName: 'v3', - cosmwasm: { - enabled: true - } - }, - { - name: 'v3', - tag: 'V3.0.5', - proposal: 9, - height: 4074200, - recommendedVersion: 'v3.0.5', - compatibleVersions: ['v3.0.5'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.0.5/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.0.5/canined-macOS' - }, - nextVersionName: 'v3.1.1', - cosmwasm: { - enabled: true - } - }, - { - name: 'v310', - tag: 'V3.1.3', - proposal: 11, - height: 6095000, - recommendedVersion: 'v3.1.3', - compatibleVersions: ['v3.1.1', 'v3.1.3'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.1.3/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.1.3/canined-macOS' - }, - nextVersionName: 'v320', - cosmwasm: { - enabled: true - } - }, - { - name: 'v320', - tag: 'V3.2.2', - proposal: 12, - height: 6835000, - recommendedVersion: 'v3.2.2', - compatibleVersions: ['v3.2.1', 'v3.2.2'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-macOS' - }, - nextVersionName: 'v340', - cosmwasm: { - enabled: true - } - }, - { - name: 'v340', - tag: 'V3.4.0', - proposal: 13, - height: 8439000, - recommendedVersion: 'v3.4.0', - compatibleVersions: ['v3.4.0'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.4.0/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v3.4.0/canined-macOS' - }, - nextVersionName: 'v4', - cosmwasm: { - enabled: true - } - }, - { - name: 'v4', - tag: 'V4.0.3', - proposal: 14, - height: 8527000, - recommendedVersion: 'v4.0.3', - compatibleVersions: [ - 'v4.0.0', - 'v4.0.1', - 'v4.0.2', - 'v4.0.3' - ], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.3/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.3/canined-macOS' - }, - nextVersionName: '', - cosmwasm: { - enabled: true - } - } - ], cosmwasm: { enabled: true } diff --git a/v2/packages/chain-registry/src/mainnet/joltify/chain.ts b/v2/packages/chain-registry/src/mainnet/joltify/chain.ts index 09301c24b..cff4f4522 100644 --- a/v2/packages/chain-registry/src/mainnet/joltify/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/joltify/chain.ts @@ -40,34 +40,6 @@ const info: Chain = { binaries: { "linux/amd64": 'https://gitlab.com/api/v4/projects/42057472/packages/generic/joltify-linux-amd64-v0.1.0-rc1/v0.1.0-rc1/joltify' }, - versions: [{ - name: 'v0.1.0-rc1', - tag: 'v0.1.0-rc1', - height: 0, - consensus: { - type: 'cometbft', - version: 'v0.37.3' - }, - binaries: { - "linux/amd64": 'https://gitlab.com/api/v4/projects/42057472/packages/generic/joltify-linux-amd64-v0.1.0-rc1/v0.1.0-rc1/joltify' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - language: { - type: 'go', - version: '1.22.3' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v7.3.0', - icsEnabled: ['ics20-1'] - } - }], language: { type: 'go', version: '1.22.3' diff --git a/v2/packages/chain-registry/src/mainnet/juno/chain.ts b/v2/packages/chain-registry/src/mainnet/juno/chain.ts index ffe0615e6..1f23f9b6e 100644 --- a/v2/packages/chain-registry/src/mainnet/juno/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/juno/chain.ts @@ -47,309 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz' }, - versions: [ - { - name: 'v13', - proposal: 271, - height: 7374801, - recommendedVersion: 'v13.0.0', - compatibleVersions: ['v13.0.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v13.0.0/junod' - }, - consensus: { - type: 'tendermint', - version: 'v0.34.26', - repo: 'https://github.com/informalsystems/tendermint' - }, - nextVersionName: 'v14', - sdk: { - type: 'cosmos', - version: '0.45.14' - }, - cosmwasm: { - version: '0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.0' - } - }, - { - name: 'v14', - proposal: 282, - height: 7875721, - recommendedVersion: 'v14.1.0', - compatibleVersions: ['v14.0.0', 'v14.1.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v14.1.0/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.27', - tag: 'v0.34.27-mev.18' - }, - nextVersionName: 'v15', - sdk: { - type: 'cosmos', - version: '0.45.15' - }, - cosmwasm: { - version: '0.31.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.0' - } - }, - { - name: 'v15', - proposal: 295, - height: 8577241, - recommendedVersion: 'v15.0.0', - compatibleVersions: ['v15.0.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v15.0.0/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.27', - tag: 'v0.34.27-mev.18' - }, - nextVersionName: 'v16', - sdk: { - type: 'cosmos', - version: '0.45.16' - }, - cosmwasm: { - version: '0.31.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v4.3.1' - } - }, - { - name: 'v16', - proposal: 311, - height: 9481382, - recommendedVersion: 'v16.0.2', - compatibleVersions: ['v16.0.0', 'v16.0.2'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v16.0.2/junod' - }, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v17', - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - cosmwasm: { - version: '0.40.2', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v17', - proposal: 317, - height: 10078449, - recommendedVersion: 'v17.1.1', - compatibleVersions: ['v17.0.0', 'v17.1.1'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v17.1.1/junod' - }, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v18', - sdk: { - type: 'cosmos', - version: '0.47.5' - }, - cosmwasm: { - version: '0.41.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v18', - proposal: 325, - height: 12265007, - recommendedVersion: 'v18.1.0', - compatibleVersions: ['v18.1.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v18.1.0/junod' - }, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v19', - sdk: { - type: 'cosmos', - version: '0.47.5' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v19', - proposal: 333, - height: 13678871, - recommendedVersion: 'v20.0.0', - compatibleVersions: ['v20.0.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v20.0.0/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v21', - sdk: { - type: 'cosmos', - version: 'v0.47.6' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v21', - proposal: 340, - height: 14556500, - recommendedVersion: 'v21.0.1', - compatibleVersions: ['v21.0.1'], - binaries: { - "linux/amd64": 'https://github.com/kintsugi-tech/juno/releases/download/v21.0.1/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v22', - sdk: { - type: 'cosmos', - version: 'v0.47.6' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v22', - proposal: 347, - height: 15873890, - recommendedVersion: 'v22.0.1', - compatibleVersions: ['v22.0.1'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v22.0.1/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: 'v23', - sdk: { - type: 'cosmos', - version: 'v0.47.11', - tag: 'v0.47.11-0.20240417094812-f556fd956fb1' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v23', - proposal: 352, - height: 18032000, - recommendedVersion: 'v23.1.0', - compatibleVersions: ['v23.1.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v23.1.0/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.8' - }, - nextVersionName: 'v24', - sdk: { - type: 'cosmos', - version: 'v0.47.12' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - }, - { - name: 'v24', - proposal: 354, - height: 19022500, - recommendedVersion: 'v24.0.0', - compatibleVersions: ['v24.0.0'], - binaries: { - "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.8' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.12' - }, - cosmwasm: { - version: 'v0.46.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.12' diff --git a/v2/packages/chain-registry/src/mainnet/kava/chain.ts b/v2/packages/chain-registry/src/mainnet/kava/chain.ts index 5868577cc..b58af7e7b 100644 --- a/v2/packages/chain-registry/src/mainnet/kava/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/kava/chain.ts @@ -32,49 +32,7 @@ const info: Chain = { compatibleVersions: ['v0.26.0'], genesis: { genesisUrl: 'https://kava-genesis-files.s3.us-east-1.amazonaws.com/kava_2222-10/genesis.json' - }, - versions: [ - { - name: 'v0.21.0', - proposal: 124, - height: 3607200, - recommendedVersion: 'v0.21.0', - compatibleVersions: ['v0.21.0'], - nextVersionName: 'v0.23.0' - }, - { - name: 'v0.23.0', - proposal: 139, - height: 4832500, - recommendedVersion: 'v0.23.0', - compatibleVersions: ['v0.23.0'], - nextVersionName: 'v0.24.0' - }, - { - name: 'v0.24.0', - proposal: 146, - height: 5597000, - recommendedVersion: 'v0.24.0', - compatibleVersions: ['v0.24.0'], - nextVersionName: 'v0.25.0' - }, - { - name: 'v0.25.0', - proposal: 163, - height: 7638000, - recommendedVersion: 'v0.25.0', - compatibleVersions: ['v0.25.0'], - nextVersionName: 'v0.26.0' - }, - { - name: 'v0.26.0', - proposal: 178, - height: 9561866, - recommendedVersion: 'v0.26.0', - compatibleVersions: ['v0.26.0'], - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png', diff --git a/v2/packages/chain-registry/src/mainnet/kichain/chain.ts b/v2/packages/chain-registry/src/mainnet/kichain/chain.ts index 49d1d8a1d..6c0a52cb0 100644 --- a/v2/packages/chain-registry/src/mainnet/kichain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/kichain/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['5.0.0', '5.0.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Mainnet/kichain-2/genesis.json' - }, - versions: [{ - name: '5.0.0', - recommendedVersion: '5.0.1', - compatibleVersions: ['5.0.0', '5.0.1'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png', diff --git a/v2/packages/chain-registry/src/mainnet/kimanetwork/chain.ts b/v2/packages/chain-registry/src/mainnet/kimanetwork/chain.ts index 71a0adab1..edd040439 100644 --- a/v2/packages/chain-registry/src/mainnet/kimanetwork/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/kimanetwork/chain.ts @@ -33,18 +33,7 @@ const info: Chain = { compatibleVersions: ['v0.4.3'], genesis: { genesisUrl: 'https://archive.kima.network/genesis.json' - }, - versions: [{ - name: 'v0.4.3', - recommendedVersion: 'v0.4.3', - compatibleVersions: ['v0.4.3'], - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: 'v0.47.4', - tag: 'v0.47.4' - } - }] + } }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', diff --git a/v2/packages/chain-registry/src/mainnet/konstellation/chain.ts b/v2/packages/chain-registry/src/mainnet/konstellation/chain.ts index f488012c1..2e1849f27 100644 --- a/v2/packages/chain-registry/src/mainnet/konstellation/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/konstellation/chain.ts @@ -18,12 +18,7 @@ const info: Chain = { compatibleVersions: ['v0.6.2'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/Konstellation/konstellation/master/config/genesis.json' - }, - versions: [{ - name: 'v0.6.2', - recommendedVersion: 'v0.6.2', - compatibleVersions: ['v0.6.2'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png' diff --git a/v2/packages/chain-registry/src/mainnet/kujira/chain.ts b/v2/packages/chain-registry/src/mainnet/kujira/chain.ts index f5cf3d641..3ce530490 100644 --- a/v2/packages/chain-registry/src/mainnet/kujira/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/kujira/chain.ts @@ -145,128 +145,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/Team-Kujira/networks/raw/master/mainnet/kaiyo-1.json' }, - versions: [ - { - name: 'v0.8.4', - tag: 'v0.8.4', - height: 9226200, - proposal: 302, - recommendedVersion: 'v0.8.4-mainnet', - compatibleVersions: ['v0.8.4', 'v0.8.4-mainnet'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v0.8.7', - sdk: { - type: 'cosmos', - version: '0.46.11' - }, - ibc: { - type: 'go', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.8.7', - proposal: -1, - recommendedVersion: 'v0.8.7', - compatibleVersions: ['v0.8.7'], - nextVersionName: 'v0.9.0' - }, - { - name: 'v0.9.0', - proposal: 483, - height: 14783000, - recommendedVersion: 'v0.9.0', - compatibleVersions: ['v0.9.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v0.9.1', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - } - }, - { - name: 'v0.9.1', - proposal: 488, - height: 15205000, - recommendedVersion: 'v0.9.1-1', - compatibleVersions: ['v0.9.1-1'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v0.9.3', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - } - }, - { - name: 'v0.9.3', - proposal: 534, - height: 16610000, - recommendedVersion: 'v0.9.3-1', - compatibleVersions: ['v0.9.3-1'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v1.0.2', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - } - }, - { - name: 'v1.0.2', - proposal: 618, - height: 18700000, - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.2'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.1.0', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - } - }, - { - name: 'v1.1.0', - proposal: 645, - height: 19855000, - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.12' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.12' diff --git a/v2/packages/chain-registry/src/mainnet/kyve/chain.ts b/v2/packages/chain-registry/src/mainnet/kyve/chain.ts index 7a329157d..4ad761441 100644 --- a/v2/packages/chain-registry/src/mainnet/kyve/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/kyve/chain.ts @@ -45,99 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/KYVENetwork/networks/main/kyve-1/genesis.json' }, - versions: [ - { - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - nextVersionName: 'v1.1.0' - }, - { - name: 'v1.1.0', - height: 826000, - proposal: 3, - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - nextVersionName: 'v1.2.0' - }, - { - name: 'v1.2.0', - height: 1135000, - proposal: 4, - recommendedVersion: 'v1.2.2', - compatibleVersions: ['v1.2.1', '1.2.2'], - nextVersionName: 'v1.3.0' - }, - { - name: 'v1.3.0', - proposal: 8, - height: 2061100, - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - binaries: { - "linux/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_darwin_arm64.tar.gz' - }, - nextVersionName: 'v1.4.0' - }, - { - name: 'v1.4.0', - proposal: 21, - height: 3908000, - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_arm64.tar.gz' - }, - nextVersionName: 'v1.5.0', - sdk: { - type: 'cosmos', - version: 'v0.47.6', - tag: 'v0.47.6-kyve-rc0' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v1.4.0', - proposal: 37, - height: 7254527, - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.7', - tag: 'v0.38.7-kyve-rpc-fix-rc0' - }, - binaries: { - "linux/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_mainnet_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_mainnet_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_mainnet_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_mainnet_darwin_arm64.tar.gz' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.50.7', - tag: 'v0.50.7-kyve-rc0' - }, - ibc: { - type: 'go', - version: 'v8.3.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.50.7', diff --git a/v2/packages/chain-registry/src/mainnet/lambda/chain.ts b/v2/packages/chain-registry/src/mainnet/lambda/chain.ts index 1226bb8b3..6ea25ab0d 100644 --- a/v2/packages/chain-registry/src/mainnet/lambda/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/lambda/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/LambdaIM/mainnet/main/lambda_92000-1/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png', diff --git a/v2/packages/chain-registry/src/mainnet/likecoin/chain.ts b/v2/packages/chain-registry/src/mainnet/likecoin/chain.ts index 5318a02c2..8b4b274f8 100644 --- a/v2/packages/chain-registry/src/mainnet/likecoin/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/likecoin/chain.ts @@ -49,174 +49,6 @@ const info: Chain = { name: 'fotan-1.0', genesisUrl: 'https://raw.githubusercontent.com/likecoin/mainnet/master/genesis.json' }, - versions: [ - { - name: 'fotan-1.0', - tag: 'v1.2.0', - height: 0, - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0', 'fotan-1.2'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Windows_x86_64.zip' - }, - nextVersionName: 'v2.0.0', - sdk: { - type: 'cosmos', - version: '0.42' - } - }, - { - name: 'v2.0.0', - tag: 'v2.0.2', - height: 3692800, - recommendedVersion: 'v2.0.2', - compatibleVersions: [ - 'v2.0.0', - 'v2.0.1', - 'v2.0.2' - ], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Windows_x86_64.zip' - }, - nextVersionName: 'v3.0.0', - sdk: { - type: 'cosmos', - version: '0.44' - }, - ibc: { - type: 'go', - version: '2.1.0' - } - }, - { - name: 'v3.0.0', - tag: 'v3.1.0', - height: 4810000, - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Windows_x86_64.zip' - }, - nextVersionName: 'v4.0.0', - sdk: { - type: 'cosmos', - version: '0.45' - }, - ibc: { - type: 'go', - version: '2.3.0' - } - }, - { - name: 'v4.0.0', - tag: 'v4.0.1', - height: 9419200, - recommendedVersion: 'v4.0.1', - compatibleVersions: [ - 'v4.0.0', - 'v4.0.1', - 'v4.0.2' - ], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Windows_x86_64.zip' - }, - nextVersionName: 'v4.1.1', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.3.1' - } - }, - { - name: 'v4.1.1', - tag: 'v4.1.1', - height: 12102100, - recommendedVersion: 'v4.1.1', - compatibleVersions: ['v4.1.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Windows_x86_64.zip' - }, - nextVersionName: 'v4.2.0', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.2.1' - } - }, - { - name: 'v4.2.0', - tag: 'v4.2.0', - height: 14103500, - recommendedVersion: 'v4.2.0', - compatibleVersions: ['v4.2.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Windows_x86_64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.3.0' - } - } - ], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/mainnet/loyal/chain.ts b/v2/packages/chain-registry/src/mainnet/loyal/chain.ts index c64b128bf..4cee416cc 100644 --- a/v2/packages/chain-registry/src/mainnet/loyal/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/loyal/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v0.25.3'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/LoyalLabs/net/main/mainnet/genesis.json' - }, - versions: [{ - name: 'v0.25.3', - recommendedVersion: 'v0.25.3', - compatibleVersions: ['v0.25.3'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png', diff --git a/v2/packages/chain-registry/src/mainnet/lumnetwork/chain.ts b/v2/packages/chain-registry/src/mainnet/lumnetwork/chain.ts index 7e73e9f09..88cdd7140 100644 --- a/v2/packages/chain-registry/src/mainnet/lumnetwork/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/lumnetwork/chain.ts @@ -46,218 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/lum-network/mainnet/master/genesis.json' }, - versions: [ - { - name: 'v1.3.1', - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.1'], - nextVersionName: 'v1.4.0' - }, - { - name: 'v1.4.0', - height: 7652000, - proposal: 61, - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - nextVersionName: 'v1.4.1' - }, - { - name: 'v1.4.1', - height: 7740000, - proposal: 64, - recommendedVersion: 'v1.4.2', - compatibleVersions: ['v1.4.1', 'v1.4.2'], - nextVersionName: 'v1.4.5' - }, - { - name: 'v1.4.5', - height: 7950600, - proposal: 71, - recommendedVersion: 'v1.4.5', - compatibleVersions: ['v1.4.5'], - nextVersionName: 'v1.5.0' - }, - { - name: 'v1.5.0', - height: 8424000, - proposal: 79, - recommendedVersion: 'v1.5.0-2', - compatibleVersions: ['v1.5.0-2'], - nextVersionName: 'v1.5.1' - }, - { - name: 'v1.5.1', - height: 8527300, - proposal: 82, - recommendedVersion: 'v1.5.1', - compatibleVersions: ['v1.5.1'], - nextVersionName: 'v1.5.2' - }, - { - name: 'v1.5.2', - proposal: 87, - height: 8688700, - recommendedVersion: 'v1.5.2', - compatibleVersions: ['v1.5.2'], - nextVersionName: 'v1.6.1' - }, - { - name: 'v1.6.1', - proposal: 88, - height: 9520750, - recommendedVersion: 'v1.6.1', - compatibleVersions: ['v1.6.1'], - nextVersionName: 'v1.6.2' - }, - { - name: 'v1.6.2', - proposal: 90, - height: 10027000, - recommendedVersion: 'v1.6.2-1', - compatibleVersions: ['v1.6.2-1'], - nextVersionName: 'v1.6.3' - }, - { - name: 'v1.6.3', - proposal: 92, - height: 10444000, - recommendedVersion: 'v1.6.3', - compatibleVersions: ['v1.6.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_ubuntu-latest_amd64.zip', - "linux/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_ubuntu-latest_arm64.zip', - "darwin/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_macos-latest_amd64.zip', - "darwin/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_macos-latest_arm64.zip', - "windows/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_windows-latest_amd64.zip', - "windows/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_windows-latest_arm64.zip' - }, - nextVersionName: 'v1.6.4', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v1.6.4', - proposal: 97, - height: 11390000, - recommendedVersion: 'v1.6.4', - compatibleVersions: ['v1.6.4'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_ubuntu-latest_amd64.zip', - "linux/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_ubuntu-latest_arm64.zip', - "darwin/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_macos-latest_amd64.zip', - "darwin/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_macos-latest_arm64.zip', - "windows/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_windows-latest_amd64.zip', - "windows/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_windows-latest_arm64.zip' - }, - nextVersionName: 'v1.6.5', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v1.6.5', - proposal: 101, - height: 11992000, - recommendedVersion: 'v1.6.5', - compatibleVersions: ['v1.6.5'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_ubuntu-latest_amd64.zip', - "linux/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_ubuntu-latest_arm64.zip', - "darwin/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_macos-latest_amd64.zip', - "darwin/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_macos-latest_arm64.zip', - "windows/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_windows-latest_amd64.zip', - "windows/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_windows-latest_arm64.zip' - }, - nextVersionName: 'v1.6.6', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v1.6.6', - proposal: 106, - height: 12969000, - recommendedVersion: 'v1.6.6', - compatibleVersions: ['v1.6.6'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - binaries: { - "linux/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_ubuntu-latest_amd64.zip', - "linux/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_ubuntu-latest_arm64.zip', - "darwin/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_macos-latest_amd64.zip', - "darwin/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_macos-latest_arm64.zip', - "windows/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_windows-latest_amd64.zip', - "windows/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_windows-latest_arm64.zip' - }, - nextVersionName: 'v1.6.7', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v1.6.7', - proposal: 107, - height: 13241000, - recommendedVersion: 'v1.6.7', - compatibleVersions: ['v1.6.7'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - binaries: { - "linux/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_amd64.zip', - "linux/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_arm64.zip', - "darwin/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_amd64.zip', - "darwin/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_arm64.zip', - "windows/amd64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_amd64.zip', - "windows/arm64": 'https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_arm64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.11' diff --git a/v2/packages/chain-registry/src/mainnet/mande/chain.ts b/v2/packages/chain-registry/src/mainnet/mande/chain.ts index a4b4a846d..d5032cb3a 100644 --- a/v2/packages/chain-registry/src/mainnet/mande/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mande/chain.ts @@ -44,12 +44,7 @@ const info: Chain = { genesisUrl: 'https://github.com/mande-labs/mainnet/raw/main/genesis.json' }, recommendedVersion: 'v2.2.0', - compatibleVersions: ['v2.2.0'], - versions: [{ - name: 'v2.2.0', - recommendedVersion: 'v2.2.0', - compatibleVersions: ['v2.2.0'] - }] + compatibleVersions: ['v2.2.0'] }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/mainnet/mantrachain/chain.ts b/v2/packages/chain-registry/src/mainnet/mantrachain/chain.ts index 563a34e86..593e8ce73 100644 --- a/v2/packages/chain-registry/src/mainnet/mantrachain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mantrachain/chain.ts @@ -41,24 +41,7 @@ const info: Chain = { cosmwasm: { version: '0.53', enabled: true - }, - versions: [{ - name: '1.0.0-rc3', - recommendedVersion: '1.0.0-rc3', - compatibleVersions: ['1.0.0-rc3'], - consensus: { - type: 'cometbft', - version: '0.38' - }, - sdk: { - type: 'cosmos', - version: '0.50.10' - }, - cosmwasm: { - version: '0.53', - enabled: true - } - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/mainnet/mars/chain.ts b/v2/packages/chain-registry/src/mainnet/mars/chain.ts index f8ca7a25a..749d6ab39 100644 --- a/v2/packages/chain-registry/src/mainnet/mars/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mars/chain.ts @@ -39,30 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/mars-protocol/networks/raw/main/mars-1/genesis.json' }, - versions: [{ - name: 'v1', - tag: 'v1.0.0', - height: 0, - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.0', 'v1.0.2'], - consensus: { - type: 'tendermint', - version: '0.34.24' - }, - sdk: { - type: 'cosmos', - version: '0.46.7' - }, - cosmwasm: { - version: '0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: '6.1.0', - icsEnabled: ['ics20-1'] - } - }], sdk: { type: 'cosmos', version: '0.46.7' diff --git a/v2/packages/chain-registry/src/mainnet/mayachain/chain.ts b/v2/packages/chain-registry/src/mainnet/mayachain/chain.ts index f9dd31028..23dc4dc13 100644 --- a/v2/packages/chain-registry/src/mainnet/mayachain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mayachain/chain.ts @@ -18,12 +18,7 @@ const info: Chain = { compatibleVersions: ['V1.103.3'], genesis: { genesisUrl: 'https://tendermint.mayachain.info/genesis' - }, - versions: [{ - name: 'V1.103.3', - recommendedVersion: 'V1.103.3', - compatibleVersions: ['V1.103.3'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/mainnet/medasdigital/chain.ts b/v2/packages/chain-registry/src/mainnet/medasdigital/chain.ts index 422025d8b..42e9becb1 100644 --- a/v2/packages/chain-registry/src/mainnet/medasdigital/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/medasdigital/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/oxygene76/medasdigital-2/genesis/mainnet/config/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png', diff --git a/v2/packages/chain-registry/src/mainnet/meme/chain.ts b/v2/packages/chain-registry/src/mainnet/meme/chain.ts index 268d97d51..79006a616 100644 --- a/v2/packages/chain-registry/src/mainnet/meme/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/meme/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://github.com/memecosmos/mainnet/raw/main/meme-1/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png', diff --git a/v2/packages/chain-registry/src/mainnet/migaloo/chain.ts b/v2/packages/chain-registry/src/mainnet/migaloo/chain.ts index d8ddab14d..0a15f13ef 100644 --- a/v2/packages/chain-registry/src/mainnet/migaloo/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/migaloo/chain.ts @@ -42,134 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/White-Whale-Defi-Platform/migaloo-chain/release/v2.0.x/networks/mainnet/genesis.json' }, - versions: [ - { - name: 'v2.0.0', - recommendedVersion: 'v2.0.5', - compatibleVersions: [ - 'v2.0.0', - 'v2.0.4', - 'v2.0.5' - ], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - nextVersionName: 'v2.2.5', - sdk: { - type: 'cosmos', - version: '0.46.11' - }, - cosmwasm: { - version: 'v0.30.1', - enabled: true, - tag: 'v0.30.1-0.20230320091624-f5072b9b04a6' - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, - { - name: 'v2.2.5', - proposal: 10, - height: 2342302, - recommendedVersion: 'v2.2.7-hotfix', - compatibleVersions: ['v2.2.7-hotfix'], - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v3.0.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - cosmwasm: { - version: 'v0.30.1', - enabled: true, - tag: 'v0.30.1-0.20230320091624-f5072b9b04a6' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v3.0.0', - proposal: 13, - height: 3574316, - recommendedVersion: 'v3.0.1-hotfix', - compatibleVersions: ['v3.0.1-hotfix'], - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v3.0.2', - sdk: { - type: 'cosmos', - version: '0.46.15' - }, - cosmwasm: { - version: 'v0.30.1', - enabled: true, - tag: 'v0.30.1-0.20230320091624-f5072b9b04a6' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v3.0.2', - proposal: 19, - height: 4128108, - recommendedVersion: 'v3.0.4', - compatibleVersions: ['v3.0.4'], - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v4.1.0', - sdk: { - type: 'cosmos', - version: '0.46.15' - }, - cosmwasm: { - version: 'v0.30.1', - enabled: true, - tag: 'v0.30.1-0.20230320091624-f5072b9b04a6' - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v4.1.2', - proposal: 31, - height: 5962700, - recommendedVersion: 'v4.1.3', - compatibleVersions: ['v4.1.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/mainnet/mises/chain.ts b/v2/packages/chain-registry/src/mainnet/mises/chain.ts index 10387709b..7a0ca8c84 100644 --- a/v2/packages/chain-registry/src/mainnet/mises/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mises/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v1.0.4'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/mises-id/mainnet/master/genesis.json' - }, - versions: [{ - name: 'v1.0.4', - recommendedVersion: 'v1.0.4', - compatibleVersions: ['v1.0.4'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png' diff --git a/v2/packages/chain-registry/src/mainnet/mun/chain.ts b/v2/packages/chain-registry/src/mainnet/mun/chain.ts index 240aa8d04..1b8f9833a 100644 --- a/v2/packages/chain-registry/src/mainnet/mun/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/mun/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://mainnet1rpc.mun.money/genesis' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png', diff --git a/v2/packages/chain-registry/src/mainnet/neura/chain.ts b/v2/packages/chain-registry/src/mainnet/neura/chain.ts index b757809be..8f074b2ff 100644 --- a/v2/packages/chain-registry/src/mainnet/neura/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/neura/chain.ts @@ -26,10 +26,7 @@ const info: Chain = { }] }, codebase: { - versions: [{ - name: 'v0.0.1', - height: 0 - }] + }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png', diff --git a/v2/packages/chain-registry/src/mainnet/neutaro/chain.ts b/v2/packages/chain-registry/src/mainnet/neutaro/chain.ts index 011519e24..37123e5ad 100644 --- a/v2/packages/chain-registry/src/mainnet/neutaro/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/neutaro/chain.ts @@ -33,13 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'http://154.26.153.186/genesis.json' - }, - versions: [{ - name: 'Neutaro1', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png', diff --git a/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts b/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts index 33904fbe9..a2d4774a3 100644 --- a/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts +++ b/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts @@ -1274,6 +1274,38 @@ const info: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg' }], coingeckoId: 'astrovault-xatom' + }, + { + description: 'The advance token for ATOM denominated vaults on Amulet Protocol', + denomUnits: [{ + denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom', + exponent: 0 + }, { + denom: 'amATOM', + exponent: 6 + }], + base: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom', + name: 'amATOM', + display: 'amATOM', + symbol: 'amATOM', + traces: [{ + type: 'synthetic', + counterparty: { + chainName: 'neutron', + baseDenom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + contract: 'neutron16d4a7q3wfkkawj4jwyzz6g97xtmj0crkyn06ev74fu4xsgkwnreswzfpcy' + }, + provider: 'Amulet' + }], + logoURIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg' + }], + typeAsset: 'sdk.coin' } ] }; diff --git a/v2/packages/chain-registry/src/mainnet/neutron/chain.ts b/v2/packages/chain-registry/src/mainnet/neutron/chain.ts index ee1682987..d64f8702a 100644 --- a/v2/packages/chain-registry/src/mainnet/neutron/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/neutron/chain.ts @@ -72,177 +72,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json' }, - versions: [ - { - name: 'v1.0.1', - recommendedVersion: 'v1.0.4', - compatibleVersions: ['v1.0.3', 'v1.0.4'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v2.0.0', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }, - { - name: 'v2.0.0', - proposal: 25, - height: 5416000, - recommendedVersion: 'v2.0.4', - compatibleVersions: ['v2.0.4'], - binaries: { - "linux/amd64": 'https://github.com/neutron-org/neutron/releases/download/v2.0.4/neutrond-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v3.0.1', - sdk: { - type: 'cosmos', - version: 'v0.47.6' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v3.0.1', - proposal: 35, - height: 9034900, - recommendedVersion: 'v3.0.2', - compatibleVersions: ['v3.0.2'], - binaries: { - "linux/amd64": 'https://github.com/neutron-org/neutron/releases/download/v3.0.2/neutrond-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v3.0.5', - sdk: { - type: 'cosmos', - repo: 'https://github.com/neutron-org/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-neutron' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v3.0.5', - proposal: 37, - height: 10525000, - recommendedVersion: 'v3.0.6', - compatibleVersions: ['v3.0.6'], - binaries: { - "linux/amd64": 'https://github.com/neutron-org/neutron/releases/download/v3.0.6/neutrond-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v4.0.1', - sdk: { - type: 'cosmos', - repo: 'https://github.com/neutron-org/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-neutron' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v4.0.1', - proposal: 41, - height: 12255555, - recommendedVersion: 'v4.2.0', - compatibleVersions: ['v4.2.0'], - binaries: { - "linux/amd64": 'https://github.com/neutron-org/neutron/releases/download/v4.2.0/neutrond-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.7' - }, - nextVersionName: 'v5.0.2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/neutron-org/cosmos-sdk', - version: 'v0.50.7', - tag: 'v0.50.7-neutron' - }, - cosmwasm: { - version: 'v0.51.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: 'v8.2.1' - } - }, - { - name: 'v5.0.2', - proposal: 3, - height: 17177900, - recommendedVersion: 'v5.0.2', - compatibleVersions: ['v5.0.2'], - binaries: { - "linux/amd64": 'https://github.com/neutron-org/neutron/releases/download/v5.0.2/neutrond-linux-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.38.15' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/neutron-org/cosmos-sdk', - version: 'v0.50.10', - tag: 'v0.50.10-neutron' - }, - cosmwasm: { - version: 'v0.53.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: 'v8.5.2' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/neutron-org/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/nibiru/chain.ts b/v2/packages/chain-registry/src/mainnet/nibiru/chain.ts index 3e85e9113..3e878a6c4 100644 --- a/v2/packages/chain-registry/src/mainnet/nibiru/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nibiru/chain.ts @@ -47,285 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Mainnet/cataclysm-1/genesis.json' }, - versions: [ - { - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.0.2', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v1.0.2', - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.2'], - tag: 'v1.0.2', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_darwin_arm64.tar.gz' - }, - proposal: 6, - height: 3539699, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.0.3', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v1.0.3', - recommendedVersion: 'v1.0.3', - compatibleVersions: ['v1.0.3'], - tag: 'v1.0.3', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_darwin_arm64.tar.gz' - }, - proposal: 8, - height: 4088799, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.1.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v1.1.0', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - tag: 'v1.1.0', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_darwin_arm64.tar.gz' - }, - proposal: 9, - height: 4447094, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.2.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v1.2.0', - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'], - tag: 'v1.2.0', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_darwin_arm64.tar.gz' - }, - proposal: 10, - height: 4804662, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.3.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v1.3.0', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - tag: 'v1.3.0', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_arm64.tar.gz' - }, - proposal: 12, - height: 6281429, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.4.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v1.4.0', - proposal: 13, - height: 7457147, - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - tag: 'v1.4.0', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.4.0/nibid_1.4.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.4.0/nibid_1.4.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.4.0/nibid_1.4.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.4.0/nibid_1.4.0_darwin_arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v1.5.0', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v1.5.0', - proposal: 14, - height: 8375044, - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - tag: 'v1.5.0', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.5.0/nibid_1.5.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.5.0/nibid_1.5.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.5.0/nibid_1.5.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.5.0/nibid_1.5.0_darwin_arm64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.11' diff --git a/v2/packages/chain-registry/src/mainnet/nim/chain.ts b/v2/packages/chain-registry/src/mainnet/nim/chain.ts index 1d94de36c..fb662a6a1 100644 --- a/v2/packages/chain-registry/src/mainnet/nim/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nim/chain.ts @@ -44,12 +44,7 @@ const info: Chain = { genesisUrl: 'https://github.com/Nim-Network-Foundation/mainnet/raw/main/genesis.json' }, recommendedVersion: 'v2.1.3-rc02', - compatibleVersions: ['v2.1.3-rc02'], - versions: [{ - name: 'v2.1', - recommendedVersion: 'v2.1.3-rc02', - compatibleVersions: ['v2.1.3-rc02'] - }] + compatibleVersions: ['v2.1.3-rc02'] }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/mainnet/noble/chain.ts b/v2/packages/chain-registry/src/mainnet/noble/chain.ts index 36eb46c23..64b905237 100644 --- a/v2/packages/chain-registry/src/mainnet/noble/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/noble/chain.ts @@ -40,204 +40,6 @@ const info: Chain = { name: 'v1.0.0', genesisUrl: 'https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/mainnet/noble-1/genesis.json' }, - versions: [ - { - name: 'v1.0.0', - tag: 'v1.0.0', - height: 0, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.34' - }, - nextVersionName: 'neon', - sdk: { - type: 'cosmos', - version: 'v0.45' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'neon', - tag: 'v2.0.1', - height: 119000, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.1', 'v2.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.34' - }, - nextVersionName: 'radon', - sdk: { - type: 'cosmos', - version: 'v0.45' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'radon', - tag: 'v3.0.0', - height: 1296000, - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v3.1.0', - sdk: { - type: 'cosmos', - version: 'v0.45.15' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3.1.0', - tag: 'v3.1.0', - height: 2672000, - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'argon', - sdk: { - type: 'cosmos', - version: 'v0.45.15' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'argon', - tag: 'v4.0.3', - height: 3408600, - recommendedVersion: 'v4.0.3', - compatibleVersions: ['v4.0.3'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'fusion', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v4.5.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'fusion', - tag: 'v4.1.3', - height: 5797500, - recommendedVersion: 'v4.1.3', - compatibleVersions: ['v4.1.3'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'krypton', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v4.5.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'krypton', - tag: 'v5.0.0', - height: 7947000, - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'xenon', - sdk: { - type: 'cosmos', - repo: 'https://github.com/noble-assets/cosmos-sdk', - version: 'v0.45.16', - tag: 'v0.45.16-send-restrictions' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v4.6.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'xenon', - tag: 'v6.0.0', - height: 11110000, - recommendedVersion: 'v6.0.0', - compatibleVersions: ['v6.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/noble-assets/cosmos-sdk', - version: 'v0.45.16', - tag: 'v0.45.16-send-restrictions' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v4.6.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/noble-assets/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/nois/chain.ts b/v2/packages/chain-registry/src/mainnet/nois/chain.ts index 066ac6101..564359443 100644 --- a/v2/packages/chain-registry/src/mainnet/nois/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nois/chain.ts @@ -42,25 +42,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://raw.githubusercontent.com/noislabs/networks/nois1.final.1/nois-1/genesis.json' }, - versions: [{ - name: 'v1', - tag: 'v1.0.4', - height: 0, - recommendedVersion: 'v1.0.4', - compatibleVersions: ['v1.0.0', 'v1.0.4'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - sdk: { - type: 'cosmos', - version: 'v0.45.15' - }, - cosmwasm: { - version: 'v0.31.0', - enabled: true - } - }], sdk: { type: 'cosmos', version: 'v0.45.15' diff --git a/v2/packages/chain-registry/src/mainnet/nolus/chain.ts b/v2/packages/chain-registry/src/mainnet/nolus/chain.ts index 4512c923c..02850c266 100644 --- a/v2/packages/chain-registry/src/mainnet/nolus/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nolus/chain.ts @@ -41,266 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/mainnet/pirin-1/genesis.json' }, - versions: [ - { - name: 'v0.3.0', - recommendedVersion: 'v0.3.0', - compatibleVersions: ['v0.3.0'], - nextVersionName: 'v0.4.0', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.4.0', - proposal: 5, - height: 207300, - recommendedVersion: 'v0.4.0', - compatibleVersions: ['v0.4.0'], - nextVersionName: 'v0.4.1', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.4.1', - proposal: 34, - height: 941000, - recommendedVersion: 'v0.4.1', - compatibleVersions: ['v0.4.1'], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.4.2', - proposal: 54, - height: 3044000, - recommendedVersion: 'v0.4.2', - compatibleVersions: ['v0.4.2'], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - nextVersionName: 'v0.5.0', - sdk: { - type: 'cosmos', - version: 'v0.45.15', - tag: 'v0.45.15-ics' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.5.0', - proposal: 72, - height: 3659000, - recommendedVersion: 'v0.5.0', - compatibleVersions: ['v0.5.0'], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - nextVersionName: 'v5.0.1', - sdk: { - type: 'cosmos', - version: 'v0.47.6', - tag: 'v0.47.6-nolus' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.5.1', - proposal: 76, - height: 3958000, - recommendedVersion: 'v0.5.1', - compatibleVersions: ['v0.5.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v0.5.2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/nolus-protocol/cosmos-sdk', - version: 'v0.47.6', - tag: 'v0.47.6-nolus' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.5.2', - proposal: 77, - height: 4059500, - recommendedVersion: 'v0.5.2', - compatibleVersions: ['v0.5.2'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v0.5.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/nolus-protocol/cosmos-sdk', - version: 'v0.47.6', - tag: 'v0.47.6-nolus' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.5.3', - proposal: 104, - height: 4922500, - recommendedVersion: 'v0.5.3', - compatibleVersions: ['v0.5.3'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/nolus-protocol/cosmos-sdk', - version: 'v0.47.8', - tag: 'v0.47.8-nolus' - }, - cosmwasm: { - version: 'v0.45.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.6.2', - proposal: 136, - height: 6556000, - recommendedVersion: 'v0.6.2', - compatibleVersions: ['v0.6.2'], - consensus: { - type: 'cometbft', - version: 'v0.38.10' - }, - nextVersionName: 'v0.6.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/nolus-protocol/cosmos-sdk', - version: 'v0.50.7', - tag: 'v0.50.7-nolus-rc1' - }, - cosmwasm: { - version: 'v0.51.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '8.2.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v0.6.3', - proposal: 158, - height: 7006500, - recommendedVersion: 'v0.6.3', - compatibleVersions: ['v0.6.3'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/nolus-protocol/cosmos-sdk', - version: 'v0.50.7', - tag: 'v0.50.7-nolus-rc1' - }, - cosmwasm: { - version: 'v0.51.0', - repo: 'https://github.com/neutron-org/wasmd', - enabled: true - }, - ibc: { - type: 'go', - version: '8.2.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/nolus-protocol/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/nomic/chain.ts b/v2/packages/chain-registry/src/mainnet/nomic/chain.ts index 0fff5f4e8..9150c9633 100644 --- a/v2/packages/chain-registry/src/mainnet/nomic/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nomic/chain.ts @@ -44,26 +44,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/nomic-io/nomic/develop/genesis/stakenet-3.json' - }, - versions: [{ - name: 'v8.0.0', - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.32.0' - }, - nextVersionName: 'v9.0.0' - }, { - name: 'v9.0.0', - recommendedVersion: 'v9.0.0', - compatibleVersions: ['v9.0.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.0' - }, - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png', diff --git a/v2/packages/chain-registry/src/mainnet/nyx/chain.ts b/v2/packages/chain-registry/src/mainnet/nyx/chain.ts index f9166964b..12ae1fa16 100644 --- a/v2/packages/chain-registry/src/mainnet/nyx/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/nyx/chain.ts @@ -45,52 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://nymtech.net/genesis/genesis.json' }, - versions: [ - { - name: 'v0.31.1', - tag: 'v0.31.1', - height: 7710000, - proposal: 8, - recommendedVersion: 'v0.31.1', - compatibleVersions: ['v0.31.1'], - binaries: { - "linux/amd64": 'https://github.com/nymtech/nyxd/releases/tag/v0.31.1' - }, - nextVersionName: 'v0.32.0', - cosmwasm: { - enabled: true - } - }, - { - name: 'v0.32.0', - tag: 'v0.32.0', - height: 8010500, - proposal: 9, - recommendedVersion: 'v0.32.0', - compatibleVersions: ['v0.32.0'], - binaries: { - "linux/amd64": 'https://github.com/nymtech/nyxd/releases/tag/v0.32.0' - }, - nextVersionName: 'v0.43.0', - cosmwasm: { - enabled: true - } - }, - { - name: 'v0.43.0', - tag: 'v0.43.0', - height: 9912345, - proposal: 10, - recommendedVersion: 'v0.43.0', - compatibleVersions: ['v0.43.0'], - binaries: { - "linux/amd64": 'https://github.com/nymtech/nyxd/releases/tag/v0.43.0' - }, - cosmwasm: { - enabled: true - } - } - ], cosmwasm: { enabled: true } diff --git a/v2/packages/chain-registry/src/mainnet/odin/chain.ts b/v2/packages/chain-registry/src/mainnet/odin/chain.ts index 8140c6e00..0bf30ad3c 100644 --- a/v2/packages/chain-registry/src/mainnet/odin/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/odin/chain.ts @@ -39,130 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://snapshots.polkachu.com/genesis/odin/genesis.json' }, - versions: [ - { - name: 'v0.7.9', - recommendedVersion: 'v0.7.9', - compatibleVersions: ['v0.7.9'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v0.7.11', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v0.7.11', - proposal: 22, - height: 13310888, - recommendedVersion: 'v0.7.11', - compatibleVersions: ['v0.7.11'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v0.7.12', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v0.7.12', - proposal: 24, - height: 14129800, - recommendedVersion: 'v0.7.12', - compatibleVersions: ['v0.7.12'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v0.8.3', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v0.8.3', - proposal: 25, - height: 15076000, - recommendedVersion: 'v0.8.3', - compatibleVersions: ['v0.8.3'], - consensus: { - type: 'cometbft', - version: 'v0.38.7' - }, - nextVersionName: 'v0.9.3', - sdk: { - type: 'cosmos', - version: 'v0.50.7' - }, - ibc: { - type: 'go', - version: 'v8.2.0' - } - }, - { - name: 'v0.9.3', - proposal: 26, - height: 15639500, - recommendedVersion: 'v0.9.4', - compatibleVersions: ['v0.9.4'], - consensus: { - type: 'cometbft', - version: 'v0.38.10' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.50.7' - }, - ibc: { - type: 'go', - version: 'v8.3.1' - } - }, - { - name: 'v0.10.0', - proposal: 28, - height: 17056800, - recommendedVersion: 'v0.10.2', - compatibleVersions: [ - 'v0.10.0', - 'v0.10.1', - 'v0.10.2' - ], - consensus: { - type: 'cometbft', - version: 'v0.38.10' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.50.7' - }, - ibc: { - type: 'go', - version: 'v8.3.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.50.7' diff --git a/v2/packages/chain-registry/src/mainnet/okexchain/chain.ts b/v2/packages/chain-registry/src/mainnet/okexchain/chain.ts index 9605733c5..5788abb98 100644 --- a/v2/packages/chain-registry/src/mainnet/okexchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/okexchain/chain.ts @@ -25,12 +25,7 @@ const info: Chain = { compatibleVersions: ['v1.2.2', 'v1.6.1.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/okx/mainnet/main/genesis.json' - }, - versions: [{ - name: 'v1.6.1.1', - recommendedVersion: 'v1.6.1.1', - compatibleVersions: ['v1.2.2', 'v1.6.1.1'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png' diff --git a/v2/packages/chain-registry/src/mainnet/omniflixhub/chain.ts b/v2/packages/chain-registry/src/mainnet/omniflixhub/chain.ts index e25c3fbca..7159a4f10 100644 --- a/v2/packages/chain-registry/src/mainnet/omniflixhub/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/omniflixhub/chain.ts @@ -23,172 +23,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genesis.json' }, - versions: [ - { - name: 'v0.8.0', - recommendedVersion: 'v0.8.0', - compatibleVersions: ['v0.8.0'], - consensus: { - type: 'tendermint', - version: 'v0.34.22' - }, - nextVersionName: 'v0.10.0', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - ibc: { - type: 'go', - version: 'v3.3.1' - } - }, - { - name: 'v0.10.0', - proposal: 6, - height: 6262420, - recommendedVersion: 'v0.10.0', - compatibleVersions: ['v0.10.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v0.11.0', - sdk: { - type: 'cosmos', - version: 'v0.45.15' - }, - ibc: { - type: 'go', - version: 'v3.4.0' - } - }, - { - name: 'v0.11.0', - proposal: 12, - height: 7339200, - recommendedVersion: 'v0.11.1', - compatibleVersions: ['v0.11.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v0.12.x', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v0.12.x', - proposal: 15, - height: 8054200, - recommendedVersion: 'v0.12.1', - compatibleVersions: ['v0.12.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v2.0.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v2.0.0', - proposal: 28, - height: 10428200, - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v2.1', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v2.1', - proposal: 29, - height: 10678600, - recommendedVersion: 'v2.1.0', - compatibleVersions: ['v2.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.47.5' - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v3', - proposal: 31, - height: 10872800, - recommendedVersion: 'v3.3.0', - compatibleVersions: ['v3.3.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v4', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0' - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v4', - proposal: 36, - height: 11914000, - recommendedVersion: 'v4.1.1', - compatibleVersions: ['v4.1.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.10' diff --git a/v2/packages/chain-registry/src/mainnet/onex/chain.ts b/v2/packages/chain-registry/src/mainnet/onex/chain.ts index f3efdea66..e6d475524 100644 --- a/v2/packages/chain-registry/src/mainnet/onex/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/onex/chain.ts @@ -39,22 +39,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://raw.githubusercontent.com/onomyprotocol/onex/main/chain/onex-mainnet-1/genesis-with-ccv.json' }, - versions: [{ - name: 'v1.1.0', - tag: 'v1.1.0', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'cometbft', - version: '0.34.28' - }, - height: 0, - nextVersionName: 'v1.2.0', - sdk: { - type: 'cosmos', - version: '0.45.16' - } - }], sdk: { type: 'cosmos', version: '0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/onomy/chain.ts b/v2/packages/chain-registry/src/mainnet/onomy/chain.ts index 933bcfdf1..ef8287623 100644 --- a/v2/packages/chain-registry/src/mainnet/onomy/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/onomy/chain.ts @@ -41,102 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/onomyprotocol/onomy/main/genesis/mainnet/genesis-mainnet-1.json' }, - versions: [ - { - name: 'v1.0.1', - tag: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.14' - }, - nextVersionName: 'v1.0.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/onomyprotocol/onomy-sdk', - version: 'v0.44.6', - tag: 'v0.44.6-0.20221103153534-77ffa1c3fab2' - }, - ibc: { - type: 'go', - version: 'v2.0.4' - } - }, - { - name: 'v1.0.3', - tag: 'v1.0.3', - proposal: 8, - height: 2377000, - recommendedVersion: 'v1.0.3', - compatibleVersions: ['v1.0.3'], - consensus: { - type: 'tendermint', - version: 'v0.34.19' - }, - nextVersionName: 'v1.0.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/onomyprotocol/onomy-sdk', - version: 'v0.44.6', - tag: 'v0.44.6-0.20230418124728-9c1be80b05bd' - }, - ibc: { - type: 'go', - version: 'v2.0.4' - } - }, - { - name: 'v1.1.2', - tag: 'v1.1.2', - proposal: 17, - height: 4010000, - recommendedVersion: 'v1.1.2', - compatibleVersions: ['v1.1.2'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v1.1.4', - sdk: { - type: 'cosmos', - repo: 'https://github.com/onomyprotocol/onomy-sdk', - version: 'v0.45.16', - tag: 'v0.45.16-onomy-dev' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v1.1.4', - tag: 'v1.1.4', - proposal: 18, - height: 5280000, - recommendedVersion: 'v1.1.4', - compatibleVersions: ['v1.1.4'], - binaries: { - "linux/amd64": 'https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd', - "linux/arm64": 'https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd-arm' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/onomyprotocol/onomy-sdk', - version: 'v0.45.16', - tag: 'v0.45.16-onomy-dev' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/onomyprotocol/onomy-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/oraichain/chain.ts b/v2/packages/chain-registry/src/mainnet/oraichain/chain.ts index accc846f7..b0d1ab673 100644 --- a/v2/packages/chain-registry/src/mainnet/oraichain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/oraichain/chain.ts @@ -38,55 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/oraichain/oraichain-static-files/master/genesis.json' }, - versions: [ - { - name: 'v0.40', - height: 2098755, - proposal: 32, - recommendedVersion: 'v0.40.3', - compatibleVersions: [ - 'v0.40.0', - 'v0.40.1', - 'v0.40.2', - 'v0.40.3' - ], - nextVersionName: 'v0.41' - }, - { - name: 'v0.41', - height: 9058418, - proposal: 116, - recommendedVersion: 'v0.41.8', - compatibleVersions: [ - 'v0.41.0', - 'v0.41.1', - 'v0.41.2', - 'v0.41.3', - 'v0.41.4', - 'v0.41.5', - 'v0.41.6', - 'v0.41.7', - 'v0.41.8' - ], - previousVersionName: 'v0.40', - nextVersionName: 'v0.42' - }, - { - name: 'v0.42', - height: 21627705, - proposal: 234, - recommendedVersion: 'v0.42.4', - compatibleVersions: [ - 'v0.42.0', - 'v0.42.1', - 'v0.42.2', - 'v0.42.3', - 'v0.42.4' - ], - previousVersionName: 'v0.41', - nextVersionName: '' - } - ], cosmwasm: { version: '0.33.0', enabled: true diff --git a/v2/packages/chain-registry/src/mainnet/paloma/chain.ts b/v2/packages/chain-registry/src/mainnet/paloma/chain.ts index 4872b6b8a..9dc3fab3c 100644 --- a/v2/packages/chain-registry/src/mainnet/paloma/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/paloma/chain.ts @@ -38,14 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/palomachain/mainnet/master/tumbler/genesis.json' }, - versions: [{ - name: 'v1.15.4', - recommendedVersion: 'v1.15.4', - compatibleVersions: ['v1.15.4'], - binaries: { - "linux/amd64": 'https://github.com/palomachain/paloma/releases/download/v1.15.4/paloma_Linux_x86_64.tar.gz' - } - }], sdk: { type: 'cosmos', version: 'v0.50.6' diff --git a/v2/packages/chain-registry/src/mainnet/panacea/chain.ts b/v2/packages/chain-registry/src/mainnet/panacea/chain.ts index d99fb8269..45cd17cd8 100644 --- a/v2/packages/chain-registry/src/mainnet/panacea/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/panacea/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v2.0.5'], genesis: { genesisUrl: 'https://github.com/medibloc/panacea-mainnet/raw/master/panacea-3/genesis.json' - }, - versions: [{ - name: 'v2.0.6', - recommendedVersion: 'v2.0.6', - compatibleVersions: ['v2.0.5'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png', diff --git a/v2/packages/chain-registry/src/mainnet/passage/chain.ts b/v2/packages/chain-registry/src/mainnet/passage/chain.ts index 3743b0602..d3e2aada3 100644 --- a/v2/packages/chain-registry/src/mainnet/passage/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/passage/chain.ts @@ -39,65 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/envadiv/mainnet/main/passage-2/genesis.json' }, - versions: [ - { - name: 'v2.0.0', - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.1'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v2.2.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v2.2.0', - recommendedVersion: 'v2.2.0', - compatibleVersions: ['v2.2.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v2.4.0', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - }, - { - name: 'v2.4.0', - recommendedVersion: 'v2.4.0', - compatibleVersions: ['v2.4.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.31.0' - }, - ibc: { - type: 'go', - version: 'v4.4.2' - } - } - ], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/persistence/chain.ts b/v2/packages/chain-registry/src/mainnet/persistence/chain.ts index 3093e5b10..b18f1ff75 100644 --- a/v2/packages/chain-registry/src/mainnet/persistence/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/persistence/chain.ts @@ -45,436 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json' }, - versions: [ - { - name: 'v7', - tag: 'v7.0.0', - recommendedVersion: 'v7.0.0', - compatibleVersions: ['v7.0.0'], - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v7.0.0/persistenceCore-v7.0.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v8' - }, - { - name: 'v8', - tag: 'v8.1.0', - height: 13046600, - proposal: 42, - recommendedVersion: 'v8.1.0', - compatibleVersions: ['v8.1.0'], - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v8.1.0/persistenceCore-v8.1.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v9' - }, - { - name: 'v9', - tag: 'v9.2.1', - height: 13160000, - proposal: 43, - recommendedVersion: 'v9.2.1', - compatibleVersions: [ - 'v9.1.1', - 'v9.1.0', - 'v9.2.1' - ], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v9.2.1/persistenceCore-v9.2.1-linux-amd64.tar.gz' - }, - nextVersionName: 'v10', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-lsm' - }, - cosmwasm: { - version: 'v0.40.2', - path: '$HOME/.persistenceCore/wasm', - enabled: true, - tag: 'v0.40.2-lsm3' - }, - ibc: { - type: 'go', - version: 'v7.2.0', - icsEnabled: ['ics20-1', 'ics27-1'], - tag: 'v7.2.0-lsm3' - } - }, - { - name: 'v10', - tag: 'v10.0.0', - height: 13870350, - proposal: 55, - recommendedVersion: 'v10.0.0', - compatibleVersions: ['v10.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v10.0.0/persistenceCore-v10.0.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v10.3.0', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-lsm' - }, - cosmwasm: { - version: 'v0.47.3', - path: '$HOME/.persistenceCore/wasm', - enabled: true, - tag: 'v0.47.3-lsm5' - }, - ibc: { - type: 'go', - version: 'v7.2.0', - icsEnabled: ['ics20-1', 'ics27-1'], - tag: 'v7.2.0-lsm3' - } - }, - { - name: 'v10.3.0', - tag: 'v10.3.0', - proposal: 67, - height: 14965000, - recommendedVersion: 'v10.3.0', - compatibleVersions: ['v10.3.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v10.3.0/persistenceCore-v10.3.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v10.4.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.3', - tag: 'v0.47.3-lsm5' - }, - cosmwasm: { - version: 'v0.40.2', - repo: 'https://github.com/persistenceOne/wasmd', - tag: 'v0.40.2-lsm3', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/persistenceOne/ibc-go', - version: 'v7.2.0', - tag: 'v7.2.0-lsm3', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v10.4.0', - tag: 'v10.4.0', - proposal: 68, - height: 15242222, - recommendedVersion: 'v10.4.0', - compatibleVersions: ['v10.4.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v10.4.0/persistenceCore-v10.4.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v10.4.1', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.3', - tag: 'v0.47.3-lsm5' - }, - cosmwasm: { - version: 'v0.40.2', - repo: 'https://github.com/persistenceOne/wasmd', - tag: 'v0.40.2-lsm3', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/persistenceOne/ibc-go', - version: 'v7.2.0', - tag: 'v7.2.0-lsm3', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v10.4.1', - tag: 'v10.5.0', - proposal: 76, - height: 15386200, - recommendedVersion: 'v10.5.0', - compatibleVersions: ['v10.5.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v10.5.0/persistenceCore-v10.5.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.3', - tag: 'v0.47.3-lsm5' - }, - cosmwasm: { - version: 'v0.40.2', - repo: 'https://github.com/persistenceOne/wasmd', - tag: 'v0.40.2-lsm3', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/persistenceOne/ibc-go', - version: 'v7.2.0', - tag: 'v7.2.0-lsm3', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11', - tag: 'v11.8.1', - proposal: 84, - height: 15860600, - recommendedVersion: 'v11.8.1', - compatibleVersions: ['v11.8.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.8.1/persistenceCore-v11.8.1-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.9.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.3', - tag: 'v0.47.3-lsm5' - }, - cosmwasm: { - version: 'v0.40.2', - repo: 'https://github.com/persistenceOne/wasmd', - tag: 'v0.40.2-lsm3', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/persistenceOne/ibc-go', - version: 'v7.2.0', - tag: 'v7.2.0-lsm3', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.9.0', - tag: 'v11.9.0', - proposal: 90, - height: 16250000, - recommendedVersion: 'v11.9.0', - compatibleVersions: ['v11.9.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.9.0/persistenceCore-v11.9.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.10.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.10.0', - tag: 'v11.10.0', - proposal: 96, - height: 16392000, - recommendedVersion: 'v11.10.0', - compatibleVersions: ['v11.10.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.10.0/persistenceCore-v11.10.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.11.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.11.0', - tag: 'v11.11.0', - proposal: 100, - height: 16578000, - recommendedVersion: 'v11.11.0', - compatibleVersions: ['v11.11.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.11.0/persistenceCore-v11.11.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.12.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.12.0', - tag: 'v11.12.0', - proposal: 105, - height: 16851000, - recommendedVersion: 'v11.12.0', - compatibleVersions: ['v11.12.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.12.0/persistenceCore-v11.12.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.13.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.13.0', - tag: 'v11.13.0', - proposal: 108, - height: 16980000, - recommendedVersion: 'v11.13.0', - compatibleVersions: ['v11.13.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.13.0/persistenceCore-v11.13.0-linux-amd64.tar.gz' - }, - nextVersionName: 'v11.14.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v11.14.0', - tag: 'v11.14.0', - proposal: 112, - height: 17453500, - recommendedVersion: 'v11.14.0', - compatibleVersions: ['v11.14.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v11.14.0/persistenceCore-v11.14.0-linux-amd64.tar.gz' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/persistenceOne/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-lsm-rc0' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/persistenceOne/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/planq/chain.ts b/v2/packages/chain-registry/src/mainnet/planq/chain.ts index c0752ad67..5e5c9e314 100644 --- a/v2/packages/chain-registry/src/mainnet/planq/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/planq/chain.ts @@ -45,47 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/planq-network/networks/main/mainnet/genesis.json' }, - versions: [{ - name: 'v1.0.3', - recommendedVersion: 'v1.0.3', - compatibleVersions: [ - 'v1.0.0', - 'v1.0.1', - 'v1.0.2', - 'v1.0.3' - ], - binaries: { - "linux/amd64": 'https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Windows_x86_64.zip' - } - }, { - name: 'v1.0.7', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'cometbft', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_windows_amd64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.3' - }, - ibc: { - type: 'go', - version: '5.0.2' - } - }], sdk: { type: 'cosmos', version: 'v0.46.3' diff --git a/v2/packages/chain-registry/src/mainnet/point/chain.ts b/v2/packages/chain-registry/src/mainnet/point/chain.ts index b5a85ed90..a850f1bfa 100644 --- a/v2/packages/chain-registry/src/mainnet/point/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/point/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v8.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/pointnetwork/point-chain-config/main/mainnet-1/genesis.json' - }, - versions: [{ - name: 'v8.0.0', - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png', diff --git a/v2/packages/chain-registry/src/mainnet/provenance/chain.ts b/v2/packages/chain-registry/src/mainnet/provenance/chain.ts index e0bcce856..b5986f1fa 100644 --- a/v2/packages/chain-registry/src/mainnet/provenance/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/provenance/chain.ts @@ -42,220 +42,6 @@ const info: Chain = { name: 'v1.0.1', genesisUrl: 'https://raw.githubusercontent.com/provenance-io/mainnet/main/pio-mainnet-1/genesis.json' }, - versions: [ - { - name: 'v1.0.1', - tag: 'v1.0.1', - height: 0, - nextVersionName: 'bluetiful' - }, - { - name: 'bluetiful', - tag: 'v1.3.1', - height: 352000, - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.0', 'v1.3.1'], - nextVersionName: 'citrine' - }, - { - name: 'citrine', - tag: 'v1.4.1', - height: 940500, - recommendedVersion: 'v1.4.1', - compatibleVersions: ['v1.4.0', 'v1.4.1'], - nextVersionName: 'desert' - }, - { - name: 'desert', - tag: 'v1.5.0', - height: 1442070, - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - nextVersionName: 'desert' - }, - { - name: 'usdf.c-hotfix', - tag: 'v1.6.0', - height: 2000000, - recommendedVersion: 'v1.6.0', - compatibleVersions: ['v1.6.0'], - nextVersionName: 'feldgrau' - }, - { - name: 'feldgrau', - tag: 'v1.7.6', - height: 2641250, - recommendedVersion: 'v1.7.6', - compatibleVersions: [ - 'v1.7.0', - 'v1.7.1', - 'v1.7.2', - 'v1.7.3', - 'v1.7.4', - 'v1.7.5', - 'v1.7.6' - ], - nextVersionName: 'green' - }, - { - name: 'green', - tag: 'v1.8.2', - height: 4808400, - recommendedVersion: 'v1.8.2', - compatibleVersions: [ - 'v1.8.0', - 'v1.8.1', - 'v1.8.2' - ], - nextVersionName: 'lava' - }, - { - name: 'lava', - tag: 'v1.10.0', - height: 5689885, - recommendedVersion: 'v1.10.0', - compatibleVersions: ['v1.10.0'], - nextVersionName: 'mango' - }, - { - name: 'mango', - tag: 'v1.11.1', - height: 6512577, - recommendedVersion: 'v1.11.1', - compatibleVersions: ['v1.11.0', 'v1.11.1'], - nextVersionName: 'neoncarrot' - }, - { - name: 'neoncarrot', - tag: 'v1.12.2', - height: 7334444, - recommendedVersion: 'v1.12.2', - compatibleVersions: [ - 'v1.12.0', - 'v1.12.1', - 'v1.12.2' - ], - nextVersionName: 'ochre' - }, - { - name: 'ochre', - tag: 'v1.13.1', - height: 8485555, - recommendedVersion: 'v1.13.1', - compatibleVersions: ['v1.13.0', 'v1.13.1'], - nextVersionName: 'paua' - }, - { - name: 'paua', - tag: 'v1.14.1', - height: 9828888, - recommendedVersion: 'v1.14.1', - compatibleVersions: ['v1.14.0', 'v1.14.1'], - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.14.1/provenance-linux-amd64-v1.14.1.zip' - }, - nextVersionName: 'quicksilver', - sdk: { - type: 'cosmos', - version: '0.46.10' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '6.1.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'quicksilver', - tag: 'v1.15.2', - height: 11130222, - recommendedVersion: 'v1.15.2', - compatibleVersions: [ - 'v1.15.0', - 'v1.15.1', - 'v1.15.2' - ], - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.15.2/provenance-linux-amd64-v1.15.2.zip' - }, - nextVersionName: 'rust', - sdk: { - type: 'cosmos', - version: '0.46.10' - }, - ibc: { - type: 'go', - version: '6.1.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'rust', - tag: 'v1.16.0', - height: 11842000, - recommendedVersion: 'v1.16.0', - compatibleVersions: ['v1.16.0'], - consensus: { - type: 'tendermint', - version: '0.34.28' - }, - binaries: { - "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.16.0/provenance-linux-amd64-v1.16.0.zip' - }, - sdk: { - type: 'cosmos', - version: '0.46.13' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'saffron', - tag: 'v1.17.0', - height: 13736000, - recommendedVersion: 'v1.17.0', - compatibleVersions: ['v1.17.0'], - consensus: { - type: 'tendermint', - version: '0.34.29' - }, - binaries: { - "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip' - }, - sdk: { - type: 'cosmos', - version: '0.46.13' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.46.13' diff --git a/v2/packages/chain-registry/src/mainnet/pundix/chain.ts b/v2/packages/chain-registry/src/mainnet/pundix/chain.ts index e50d8f9ac..41120b922 100644 --- a/v2/packages/chain-registry/src/mainnet/pundix/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/pundix/chain.ts @@ -46,34 +46,6 @@ const info: Chain = { type: 'tendermint', version: '0.34' }, - versions: [{ - name: 'pxv1', - tag: 'v0.1.3', - height: 0, - nextVersionName: 'pxv2', - recommendedVersion: 'v0.1.3', - compatibleVersions: ['v0.1.3'], - binaries: { - "linux/amd64": 'https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Windows_x86_64.zip' - } - }, { - name: 'pxv2', - tag: 'v0.2.3', - height: 6869100, - recommendedVersion: 'v0.2.3', - compatibleVersions: ['v0.2.3'], - binaries: { - "linux/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Windows_x86_64.zip' - } - }], sdk: { type: 'cosmos', version: '0.45.11' diff --git a/v2/packages/chain-registry/src/mainnet/pylons/chain.ts b/v2/packages/chain-registry/src/mainnet/pylons/chain.ts index d18ecb7da..509361cf4 100644 --- a/v2/packages/chain-registry/src/mainnet/pylons/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/pylons/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.1.4'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/Pylons-tech/pylons/main/networks/pylons-mainnet-1/genesis.json' - }, - versions: [{ - name: 'v1.1.4', - recommendedVersion: 'v1.1.4', - compatibleVersions: ['v1.1.4'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png' diff --git a/v2/packages/chain-registry/src/mainnet/quasar/chain.ts b/v2/packages/chain-registry/src/mainnet/quasar/chain.ts index 300232565..d9ef61453 100644 --- a/v2/packages/chain-registry/src/mainnet/quasar/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/quasar/chain.ts @@ -61,86 +61,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/quasar-finance/networks/main/quasar-1/definitive-genesis.json' }, - versions: [ - { - name: 'v0.1.0', - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.0', 'v0.1.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.26' - }, - nextVersionName: 'v1', - sdk: { - type: 'cosmos', - version: 'v0.45.14' - }, - cosmwasm: { - version: '0.27', - enabled: true - } - }, - { - name: 'v1', - proposal: 9, - height: 2249500, - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: '0.31.0', - enabled: true - } - }, - { - name: 'v2', - proposal: 42, - height: 7480400, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.6' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.47.12' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - } - }, - { - name: 'v3', - proposal: 45, - height: 7982200, - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.50.9' - }, - cosmwasm: { - version: 'v0.53.0', - enabled: true - } - } - ], sdk: { type: 'cosmos', version: 'v0.50.9' diff --git a/v2/packages/chain-registry/src/mainnet/quicksilver/chain.ts b/v2/packages/chain-registry/src/mainnet/quicksilver/chain.ts index 4b512aae8..c1d665c5d 100644 --- a/v2/packages/chain-registry/src/mainnet/quicksilver/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/quicksilver/chain.ts @@ -40,468 +40,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/ingenuity-build/mainnet/raw/main/genesis.json' }, - versions: [ - { - name: 'v1.2.9-hotfix.0', - recommendedVersion: 'v1.2.9-hotfix.0', - compatibleVersions: ['v1.2.9-hotfix.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v1.2.10', - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v1.2.10', - height: 1936600, - recommendedVersion: 'v1.2.10', - proposal: 13, - compatibleVersions: ['v1.2.10'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.10/quicksilverd-v1.2.10-amd64' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v1.2.13', - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v1.2.13', - height: 2148751, - recommendedVersion: 'v1.2.14', - compatibleVersions: ['v1.2.13', 'v1.2.14'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.14/quicksilverd-v1.2.14-amd64' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v1.2.15', - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.1' - } - }, - { - name: 'v1.2.15', - proposal: 18, - height: 3052279, - recommendedVersion: 'v1.2.16', - compatibleVersions: ['v1.2.15', 'v1.2.16'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.16/quicksilverd-v1.2.16-amd64' - }, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v1.2.17', - sdk: { - type: 'cosmos', - version: '0.46.14' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.3.1' - } - }, - { - name: 'v1.2.17', - proposal: 26, - height: 4530000, - recommendedVersion: 'v1.2.17', - compatibleVersions: ['v1.2.17'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.17/quicksilverd-v1.2.17-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.4.5', - sdk: { - type: 'cosmos', - version: '0.46.15' - }, - cosmwasm: { - version: 'v0.29.0', - enabled: true, - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956' - }, - ibc: { - type: 'go', - version: '5.3.2' - } - }, - { - name: 'v1.4.5', - proposal: 27, - height: 5432500, - recommendedVersion: 'v1.4.5', - compatibleVersions: ['v1.4.5'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.5/quicksilverd-v1.4.5-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.4.6', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.4.6', - proposal: 28, - height: 5493000, - recommendedVersion: 'v1.4.6', - compatibleVersions: ['v1.4.6'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.6/quicksilverd-v1.4.6-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.4.7', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.4.7', - proposal: 30, - height: 5848000, - recommendedVersion: 'v1.4.7', - compatibleVersions: ['v1.4.7'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.7/quicksilverd-v1.4.7-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.5.0', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.5.0', - proposal: 31, - height: 6365700, - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.0/quicksilverd-v1.5.0-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.5.1', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.5.1', - proposal: 32, - height: 6452000, - recommendedVersion: 'v1.5.2', - compatibleVersions: ['v1.5.1', 'v1.5.2'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.2/quicksilverd-v1.5.2-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.5.3', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.5.3', - proposal: 34, - height: 6556300, - recommendedVersion: 'v1.5.3', - compatibleVersions: ['v1.5.3'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.3/quicksilverd-v1.5.3-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.32' - }, - nextVersionName: 'v1.5.4', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.5.4', - proposal: 35, - height: 6673000, - recommendedVersion: 'v1.5.4', - compatibleVersions: ['v1.5.4'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.4/quicksilverd-v1.5.4-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.32' - }, - nextVersionName: 'v1.5.5', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.3.2' - } - }, - { - name: 'v1.5.5', - proposal: 37, - height: 6926000, - recommendedVersion: 'v1.5.5', - compatibleVersions: ['v1.5.5', 'v1.5.5-hotfix.0'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.5/quicksilverd-v1.5.5-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.32' - }, - nextVersionName: 'v1.5.6', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.4.0' - } - }, - { - name: 'v1.5.6', - proposal: 40, - height: 7810000, - recommendedVersion: 'v1.5.7', - compatibleVersions: ['v1.5.7'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.7/quicksilverd-v1.5.7-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.32' - }, - nextVersionName: 'v1.6.1', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - cosmwasm: { - version: 'v0.29.0', - repo: 'https://github.com/notional-labs/wasmd', - tag: 'v0.29.0-sdk46.0.20221114145317-d6e67fd50956', - enabled: true - }, - ibc: { - type: 'go', - version: 'v5.4.0' - } - }, - { - name: 'v1.6.1', - proposal: 41, - height: 8003500, - recommendedVersion: 'v1.6.1', - compatibleVersions: ['v1.6.1'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.6.1/quicksilverd-v1.6.1-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.33' - }, - nextVersionName: 'v1.6.2', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - ibc: { - type: 'go', - version: 'v6.3.1' - } - }, - { - name: 'v1.6.2', - proposal: 42, - height: 8222500, - recommendedVersion: 'v1.6.2', - compatibleVersions: ['v1.6.2'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.6.2/quicksilverd-v1.6.1-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.33' - }, - nextVersionName: '1.6.3', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - ibc: { - type: 'go', - version: 'v6.3.1' - } - }, - { - name: 'v1.6.3', - proposal: 43, - height: 8722500, - recommendedVersion: 'v1.6.3', - compatibleVersions: ['v1.6.3'], - binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.6.3/quicksilverd-v1.6.3-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.33' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.16' - }, - ibc: { - type: 'go', - version: 'v6.3.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.46.16' diff --git a/v2/packages/chain-registry/src/mainnet/qwoyn/chain.ts b/v2/packages/chain-registry/src/mainnet/qwoyn/chain.ts index 266d83cda..723e05ae9 100644 --- a/v2/packages/chain-registry/src/mainnet/qwoyn/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/qwoyn/chain.ts @@ -39,122 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/cosmic-horizon/mainnet/main/genesis.json' }, - versions: [ - { - name: 'v5.0.2', - tag: 'v5.0.2', - recommendedVersion: 'v5.0.2', - compatibleVersions: ['v5.0.2'], - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmic-horizon/QWOYN/releases/download/v5.0.2/qwoynd_5.0.2_linux_amd64.zip' - }, - nextVersionName: 'v5.1.0', - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - ibc: { - type: 'go', - version: '7.0.1' - } - }, - { - name: 'v5.1.0', - tag: 'v5.1.0', - proposal: 1, - height: 280850, - recommendedVersion: 'v5.1.0', - compatibleVersions: ['v5.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v5.2.0', - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - ibc: { - type: 'go', - version: '7.0.1' - } - }, - { - name: 'v5.2.0', - tag: 'v5.2.0', - proposal: 4, - height: 805404, - recommendedVersion: 'v5.2.0', - compatibleVersions: ['v5.2.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v5.3.0', - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - ibc: { - type: 'go', - version: '7.0.1' - } - }, - { - name: 'v5.3.0', - tag: 'v5.3.0', - proposal: 13, - height: 2789768, - recommendedVersion: 'v5.3.0', - compatibleVersions: ['v5.3.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v5.4.1', - sdk: { - type: 'cosmos', - version: '0.47.6' - }, - cosmwasm: { - version: '0.40.0' - }, - ibc: { - type: 'go', - version: '7.0.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v5.4.1', - tag: 'v5.4.1', - proposal: 15, - height: 3395000, - recommendedVersion: 'v5.4.1', - compatibleVersions: ['v5.4.1'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.47.6' - }, - cosmwasm: { - version: '0.40.0' - }, - ibc: { - type: 'go', - version: '7.3.1', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.47.6' diff --git a/v2/packages/chain-registry/src/mainnet/realio/chain.ts b/v2/packages/chain-registry/src/mainnet/realio/chain.ts index d9f659fbf..85b2e6dd9 100644 --- a/v2/packages/chain-registry/src/mainnet/realio/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/realio/chain.ts @@ -47,109 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/realiotech/mainnet/main/realionetwork_3301-1/genesis.json' }, - versions: [ - { - name: 'v0.8.0-rc4', - recommendedVersion: 'v0.8.0-rc4', - compatibleVersions: ['v0.8.0-rc4'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v0.8.3', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, - { - name: 'v0.8.3', - recommendedVersion: 'v0.8.3', - compatibleVersions: [ - 'v0.8.1', - 'v0.8.2', - 'v0.8.3' - ], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Windows_x86_64.zip' - }, - nextVersionName: 'multistaking', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.1.1' - } - }, - { - name: 'multistaking', - proposal: 7, - height: 5989000, - recommendedVersion: 'v0.9.2', - compatibleVersions: ['v0.9.2'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Windows_x86_64.zip' - }, - nextVersionName: 'Commission', - sdk: { - type: 'cosmos', - version: 'v0.46.12' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'Commission', - proposal: 9, - height: 7526754, - recommendedVersion: 'v0.9.3', - compatibleVersions: ['v0.9.3'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.3/realio-network_Linux_x86_64.tar.gz', - "linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.3/realio-network_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.3/realio-network_Darwin_x86_64.tar.gz', - "darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.3/realio-network_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v0.9.3/realio-network_Windows_x86_64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.12' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.46.12' diff --git a/v2/packages/chain-registry/src/mainnet/rebus/chain.ts b/v2/packages/chain-registry/src/mainnet/rebus/chain.ts index 7f4b7be67..dabf1b101 100644 --- a/v2/packages/chain-registry/src/mainnet/rebus/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/rebus/chain.ts @@ -31,41 +31,6 @@ const info: Chain = { gitRepo: 'https://github.com/rebuschain/rebus.core', recommendedVersion: 'v0.4.0', compatibleVersions: ['v0.4.0'], - versions: [ - { - name: 'v0.1.2', - tag: 'v0.1.2', - height: 0, - nextVersionName: 'v0.2.0' - }, - { - name: 'v0.2.0', - tag: 'v0.2.3', - proposal: 18, - height: 473400, - recommendedVersion: 'v0.2.3', - compatibleVersions: ['v0.2.3'], - nextVersionName: 'v0.3.0' - }, - { - name: 'v0.3.0', - tag: 'v0.3.0', - proposal: 25, - height: 4167000, - recommendedVersion: 'v0.3.0', - compatibleVersions: ['v0.3.0'], - nextVersionName: 'v0.3.0' - }, - { - name: 'v0.4.0', - tag: 'v0.4.0', - proposal: 31, - height: 9464700, - recommendedVersion: 'v0.4.0', - compatibleVersions: ['v0.4.0'], - nextVersionName: '' - } - ], genesis: { genesisUrl: 'https://github.com/rebuschain/rebus.mainnet/raw/master/reb_1111-1/genesis.zip' } diff --git a/v2/packages/chain-registry/src/mainnet/regen/chain.ts b/v2/packages/chain-registry/src/mainnet/regen/chain.ts index 434eaca3d..5334fd360 100644 --- a/v2/packages/chain-registry/src/mainnet/regen/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/regen/chain.ts @@ -43,30 +43,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/regen-network/mainnet/main/regen-1/genesis.json' }, - versions: [{ - name: 'v5.0.0', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_amd64.zip', - "linux/arm64": 'https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_arm64.zip', - "darwin/amd64": 'https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_amd64.zip', - "darwin/arm64": 'https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_arm64.zip' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.2', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/mainnet/rizon/chain.ts b/v2/packages/chain-registry/src/mainnet/rizon/chain.ts index 6aa68fb27..173e5c545 100644 --- a/v2/packages/chain-registry/src/mainnet/rizon/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/rizon/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v0.4.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/rizon-world/mainnet/master/genesis.json' - }, - versions: [{ - name: 'v0.4.1', - recommendedVersion: 'v0.4.1', - compatibleVersions: ['v0.4.1'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png', diff --git a/v2/packages/chain-registry/src/mainnet/routerchain/chain.ts b/v2/packages/chain-registry/src/mainnet/routerchain/chain.ts index 3961ee4fb..4de413cbb 100644 --- a/v2/packages/chain-registry/src/mainnet/routerchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/routerchain/chain.ts @@ -42,146 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://sentry.tm.rpc.routerprotocol.com/genesis' }, - versions: [ - { - name: 'v2.1.1', - recommendedVersion: 'v2.1.1', - compatibleVersions: ['v2.1.1'], - binaries: { - "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.1.1/linux/routerd.tar.gz', - "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.1.1/debian/routerd.tar.gz' - }, - nextVersionName: '2.1.1-nitro-to-2.1.6', - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: '2.1.1-nitro-to-2.1.6', - tag: 'v2.1.6', - height: 8649000, - proposal: 169, - recommendedVersion: 'v2.1.6', - compatibleVersions: ['v2.1.6'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - binaries: { - "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.1.6/linux/routerd.tar.gz', - "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.1.6/debian/routerd.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.routerd/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - }, - nextVersionName: '2.1.6-to-2.2.0' - }, - { - name: '2.1.6-to-2.2.0', - tag: 'v2.2.0', - height: 9252000, - proposal: 173, - recommendedVersion: 'v2.2.0', - compatibleVersions: ['v2.2.0'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - binaries: { - "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.0/linux/routerd.tar.gz', - "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.0/debian/routerd.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.routerd/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - }, - nextVersionName: '2.2.1-to-2.2.2' - }, - { - name: '2.2.1-to-2.2.2', - tag: 'v2.2.2', - height: 9634000, - proposal: 183, - recommendedVersion: 'v2.2.2', - compatibleVersions: ['v2.2.2'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - binaries: { - "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.2/linux/routerd.tar.gz', - "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.2/debian/routerd.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.routerd/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - }, - nextVersionName: '2.2.2-to-2.2.3' - }, - { - name: '2.2.2-to-2.2.3', - tag: 'v2.2.3', - height: 10133000, - proposal: 186, - recommendedVersion: 'v2.2.3', - compatibleVersions: ['v2.2.3'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - binaries: { - "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.3/linux/routerd.tar.gz', - "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.3/debian/routerd.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - path: '$HOME/.routerd/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.4.0' - }, - nextVersionName: '' - } - ], sdk: { type: 'cosmos', version: 'v0.47.10' diff --git a/v2/packages/chain-registry/src/mainnet/scorum/chain.ts b/v2/packages/chain-registry/src/mainnet/scorum/chain.ts index da026f080..15ec91fb3 100644 --- a/v2/packages/chain-registry/src/mainnet/scorum/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/scorum/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/scorum/cosmos-network/main/genesis/mainnet/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png', diff --git a/v2/packages/chain-registry/src/mainnet/secretnetwork/chain.ts b/v2/packages/chain-registry/src/mainnet/secretnetwork/chain.ts index 134b89b5c..4330d0b94 100644 --- a/v2/packages/chain-registry/src/mainnet/secretnetwork/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/secretnetwork/chain.ts @@ -37,110 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.2.0/genesis.json' - }, - versions: [ - { - name: 'v1.2', - tag: 'v1.2', - height: 0, - nextVersionName: 'v1.3' - }, - { - name: 'v1.3', - tag: 'v1.3', - height: 3343000, - nextVersionName: 'v1.4' - }, - { - name: 'v1.4', - tag: 'v1.4', - height: 5309200, - nextVersionName: 'v1.5' - }, - { - name: 'v1.5', - tag: 'v1.5', - height: 5941700, - nextVersionName: 'v1.6' - }, - { - name: 'v1.6', - tag: 'v1.6', - height: 6537300, - nextVersionName: 'v1.7' - }, - { - name: 'v1.7', - tag: 'v1.7.1', - height: 7719500, - nextVersionName: 'v1.8' - }, - { - name: 'v1.8', - tag: 'v1.8.0', - height: 7760000, - nextVersionName: 'v1.9', - recommendedVersion: 'v1.8.0', - compatibleVersions: ['v1.8.0'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.8.0/secretnetwork_1.8.0_mainnet_goleveldb_amd64.deb' - } - }, - { - name: 'v1.9', - tag: 'v1.9.0', - height: 8861800, - recommendedVersion: 'v1.9.0', - compatibleVersions: ['v1.9.0'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.0/secretnetwork_1.9.0_mainnet_goleveldb_amd64.deb' - } - }, - { - name: 'v1.9', - tag: 'v1.9.2', - height: 8861815, - recommendedVersion: 'v1.9.2', - compatibleVersions: ['v1.9.2'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.2/secretnetwork_1.9.2_mainnet_goleveldb_amd64.deb' - }, - nextVersionName: 'v1.10' - }, - { - name: 'v1.10', - tag: 'v1.10.0', - height: 10186400, - recommendedVersion: 'v1.10.0', - compatibleVersions: ['v1.10.0'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.10.0/secretnetwork_1.10.0_mainnet_goleveldb_amd64.deb' - }, - nextVersionName: 'v1.11' - }, - { - name: 'v1.11', - tag: 'v1.11.0', - height: 10824000, - recommendedVersion: 'v1.11.0', - compatibleVersions: ['v1.11.0'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.11.0/secretnetwork_1.11.0_mainnet_goleveldb_amd64.deb' - }, - nextVersionName: 'v1.12' - }, - { - name: 'v1.12', - tag: 'v1.12.1', - height: 11136666, - recommendedVersion: 'v1.12.1', - compatibleVersions: ['v1.12.1'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.1/secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb' - }, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', diff --git a/v2/packages/chain-registry/src/mainnet/sei/chain.ts b/v2/packages/chain-registry/src/mainnet/sei/chain.ts index 62382c571..42dd26a72 100644 --- a/v2/packages/chain-registry/src/mainnet/sei/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sei/chain.ts @@ -38,415 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/sei-protocol/testnet/main/pacific-1/genesis.json' }, - versions: [ - { - name: 'v.0.8', - recommendedVersion: '3.0.8', - compatibleVersions: ['3.0.8'], - nextVersionName: 'v3.0.9', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - cosmwasm: { - version: 'v0.27.0', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.0.0' - } - }, - { - name: 'v3.0.9', - recommendedVersion: 'v3.0.9', - compatibleVersions: ['v3.0.9'], - proposal: 24, - height: 25259000, - nextVersionName: 'v3.1.1', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - cosmwasm: { - version: 'v0.27.0', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.1.0' - } - }, - { - name: 'v3.1.1', - recommendedVersion: 'v3.1.1', - compatibleVersions: ['v3.1.1'], - proposal: 32, - height: 29772820, - nextVersionName: 'v3.2.1', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - cosmwasm: { - version: 'v0.27.0', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.2.0' - } - }, - { - name: 'v3.2.1', - recommendedVersion: 'v3.2.1', - compatibleVersions: ['v3.2.1'], - proposal: 42, - height: 34078260, - nextVersionName: 'v3.3.0', - sdk: { - type: 'cosmos', - version: 'v0.45.10' - }, - cosmwasm: { - version: 'v0.27.0', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.2.0' - } - }, - { - name: 'v3.3.0', - recommendedVersion: 'v3.3.4', - compatibleVersions: [ - 'v3.3.1', - 'v3.3.2', - 'v3.3.3', - 'v3.3.4' - ], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.28' - }, - nextVersionName: 'v3.5.0', - sdk: { - type: 'cosmos', - version: 'v0.2.63' - }, - cosmwasm: { - version: 'v0.0.2', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v3.5.0', - recommendedVersion: 'v3.5.1', - compatibleVersions: ['v3.5.0', 'V3.5.1'], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.35' - }, - nextVersionName: 'v3.6.1', - sdk: { - type: 'cosmos', - version: 'v0.2.63' - }, - cosmwasm: { - version: 'v0.0.4', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v3.6.1', - proposal: 49, - height: 53894102, - recommendedVersion: 'v3.6.1', - compatibleVersions: ['v3.6.1'], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.37' - }, - nextVersionName: 'v3.7.0', - sdk: { - type: 'cosmos', - version: 'v0.2.72' - }, - cosmwasm: { - version: 'v0.0.4', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v3.7.0', - proposal: 51, - height: 60622970, - recommendedVersion: 'v3.7.0', - compatibleVersions: ['v3.7.0'], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.37' - }, - nextVersionName: 'v3.8.0', - sdk: { - type: 'cosmos', - version: 'v0.2.74' - }, - cosmwasm: { - version: 'v0.0.4', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v3.8.0', - proposal: 53, - height: 64851894, - recommendedVersion: 'v3.8.2', - compatibleVersions: ['v3.8.0', 'v3.8.2'], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.39' - }, - nextVersionName: 'v3.9.0', - sdk: { - type: 'cosmos', - version: 'v0.2.77' - }, - cosmwasm: { - version: 'v0.0.8', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v3.9.0', - proposal: 54, - height: 79123881, - recommendedVersion: 'v5.5.2', - compatibleVersions: ['v5.5.2'], - consensus: { - type: 'sei-tendermint', - version: 'v0.2.40' - }, - nextVersionName: 'v5.5.2', - sdk: { - type: 'cosmos', - version: 'v0.2.83' - }, - cosmwasm: { - version: 'v0.1.1', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v5.5.2', - proposal: 55, - height: 73290488, - recommendedVersion: 'v5.5.2', - compatibleVersions: ['v5.5.2'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.3' - }, - nextVersionName: 'v5.5.5', - sdk: { - type: 'cosmos', - version: 'v0.3.13' - }, - cosmwasm: { - version: 'v0.1.5', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.0' - } - }, - { - name: 'v5.5.5', - proposal: 58, - height: 84006014, - recommendedVersion: 'v5.5.5', - compatibleVersions: ['v5.5.5'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.3' - }, - nextVersionName: 'v5.6.2', - sdk: { - type: 'cosmos', - version: 'v0.3.19' - }, - cosmwasm: { - version: 'v0.1.5', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.1' - } - }, - { - name: 'v5.6.2', - proposal: 80, - height: 89475838, - recommendedVersion: 'v5.6.2', - compatibleVersions: ['v5.6.2'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.4' - }, - nextVersionName: '5.7.5', - sdk: { - type: 'cosmos', - version: 'v0.3.24' - }, - cosmwasm: { - version: 'v0.1.9', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.1' - } - }, - { - name: 'v5.7.5', - proposal: 82, - height: 94496767, - recommendedVersion: 'v5.7.5', - compatibleVersions: ['v5.7.5'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.6' - }, - nextVersionName: 'v5.8.0', - sdk: { - type: 'cosmos', - version: 'v0.3.31' - }, - cosmwasm: { - version: 'v0.2.3', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.2' - } - }, - { - name: 'v5.8.0', - proposal: 84, - height: 102491599, - recommendedVersion: 'v5.8.0', - compatibleVersions: ['v5.8.0'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.8' - }, - nextVersionName: 'v5.9.0', - sdk: { - type: 'cosmos', - version: 'v0.3.35' - }, - cosmwasm: { - version: 'v0.2.4', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.2' - } - }, - { - name: 'v5.9.0', - proposal: 85, - height: 107000672, - recommendedVersion: 'v5.9.0', - compatibleVersions: ['v5.9.0'], - consensus: { - type: 'sei-tendermint', - version: 'v0.3.8' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.3.37' - }, - cosmwasm: { - version: 'v0.2.4', - repo: 'https://github.com/sei-protocol/sei-wasmd', - path: '$HOME/.sei/wasm', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/sei-protocol/sei-ibc-go', - version: 'v3.3.2' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/sei-protocol/sei-cosmos', diff --git a/v2/packages/chain-registry/src/mainnet/sentinel/chain.ts b/v2/packages/chain-registry/src/mainnet/sentinel/chain.ts index f721df8f3..29382448f 100644 --- a/v2/packages/chain-registry/src/mainnet/sentinel/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sentinel/chain.ts @@ -32,34 +32,7 @@ const info: Chain = { compatibleVersions: ['v0.11.2', 'v0.11.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip' - }, - versions: [ - { - name: 'upgrade-1', - recommendedVersion: 'v0.7.0', - compatibleVersions: ['v0.7.0'] - }, - { - name: 'upgrade-2', - recommendedVersion: 'v0.8.3', - compatibleVersions: ['v0.8.3'] - }, - { - name: 'upgrade-3', - recommendedVersion: 'v0.9.3', - compatibleVersions: ['v0.9.3'] - }, - { - name: 'upgrade-4', - recommendedVersion: 'v0.10.1', - compatibleVersions: ['v0.10.1'] - }, - { - name: 'v11', - recommendedVersion: 'v0.11.3', - compatibleVersions: ['v0.11.2', 'v0.11.1'] - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png', diff --git a/v2/packages/chain-registry/src/mainnet/sge/chain.ts b/v2/packages/chain-registry/src/mainnet/sge/chain.ts index 90c9cdaa3..f745ec285 100644 --- a/v2/packages/chain-registry/src/mainnet/sge/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sge/chain.ts @@ -37,217 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/sge-network/networks/master/mainnet/sgenet-1/genesis.json' }, - versions: [ - { - name: 'v1.1.0', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.1.1', - sdk: { - type: 'cosmos', - version: 'v0.46.14' - }, - ibc: { - type: 'go', - version: 'v5.2.1' - } - }, - { - name: 'v1.1.1', - recommendedVersion: 'v1.1.1', - compatibleVersions: ['v1.1.1'], - proposal: 1, - height: 1097000, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.2.0', - sdk: { - type: 'cosmos', - version: 'v0.46.14' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.2.0', - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'], - proposal: 3, - height: 1564215, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.3.0', - sdk: { - type: 'cosmos', - version: 'v0.46.14' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.3.0', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - proposal: 4, - height: 1887954, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.3.1', - sdk: { - type: 'cosmos', - version: 'v0.46.14' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.3.1', - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.1'], - proposal: 5, - height: 1911750, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'V1.5.2', - sdk: { - type: 'cosmos', - version: 'v0.46.17', - tag: 'v0.46.17-0.20231114190313-b9164dd660b6' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.5.2', - recommendedVersion: 'v1.5.2', - compatibleVersions: ['v1.5.2'], - proposal: 6, - height: 2867354, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.5.3', - sdk: { - type: 'cosmos', - repo: 'https://github.com/sge-network/cosmos-sdk', - version: 'v0.46.17', - tag: 'v0.46.17-0.20240223100624-2a2661276cb4' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.5.3', - recommendedVersion: 'v1.5.3', - compatibleVersions: ['v1.5.3'], - proposal: 7, - height: 2973740, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.6.2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/sge-network/cosmos-sdk', - version: 'v0.46.17', - tag: 'v0.46.17-0.20240223100624-2a2661276cb4' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.6.2', - recommendedVersion: 'v1.6.2', - compatibleVersions: ['v1.6.2'], - proposal: 8, - height: 3685910, - consensus: { - type: 'cometbft', - version: 'v0.34.29' - }, - nextVersionName: 'v1.7.0', - sdk: { - type: 'cosmos', - repo: 'https://github.com/sge-network/cosmos-sdk', - version: 'v0.46.17', - tag: 'v0.46.17-0.20240430064306-1b044d03d56c' - }, - ibc: { - type: 'go', - version: 'v5.3.1' - } - }, - { - name: 'v1.7.0', - proposal: 9, - height: 3976350, - recommendedVersion: 'v1.7.0-tmfix', - compatibleVersions: ['v1.7.0-tmfix'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: 'v1.7.2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/sge-network/cosmos-sdk', - version: 'v0.47.9', - tag: 'v0.47.9-0.20240409081440-054c8c413d45' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v1.7.2', - proposal: 9, - height: 3976350, - recommendedVersion: 'v1.7.2', - compatibleVersions: ['v1.7.2'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/sge-network/cosmos-sdk', - version: 'v0.47.9', - tag: 'v0.47.9-0.20240409081440-054c8c413d45' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/sge-network/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/shareledger/chain.ts b/v2/packages/chain-registry/src/mainnet/shareledger/chain.ts index 16bb3cdf3..0b998d160 100644 --- a/v2/packages/chain-registry/src/mainnet/shareledger/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/shareledger/chain.ts @@ -42,54 +42,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://github.com/ShareRing/Shareledger/releases/download/v1.2.0/genesis.json' }, - versions: [ - { - name: 'v1', - tag: 'v1.2.0', - height: 4382920, - nextVersionName: 'v2' - }, - { - name: 'v2', - tag: 'v1.3.0', - height: 6905000, - nextVersionName: 'v3' - }, - { - name: 'v3', - tag: 'v1.4.0', - height: 7325550, - nextVersionName: 'v4' - }, - { - name: 'v4', - tag: 'v1.4.1', - height: 7507600, - nextVersionName: 'v5', - recommendedVersion: '1.4.1', - compatibleVersions: ['1.4.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/ShareRing/Shareledger/releases/download/v1.4.1/shareledger' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.27', - enabled: true - }, - ibc: { - type: 'go', - version: '3.0.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/mainnet/shentu/chain.ts b/v2/packages/chain-registry/src/mainnet/shentu/chain.ts index f6d2ac24b..701a22c13 100644 --- a/v2/packages/chain-registry/src/mainnet/shentu/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/shentu/chain.ts @@ -38,140 +38,6 @@ const info: Chain = { "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_arm64_macos', "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_win_x86_64.exe' }, - versions: [ - { - name: 'v2.6.0', - height: 10485430, - proposal: 14, - tag: 'v2.6.0', - recommendedVersion: 'v2.6.0', - compatibleVersions: ['v2.6.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_win_x86_64.exe' - }, - nextVersionName: 'v2.7.0', - ibc: { - type: 'go', - version: 'v4.2.0' - } - }, - { - name: 'v2.7.0', - height: 12926000, - proposal: 17, - tag: 'v2.7.0', - recommendedVersion: 'v2.7.0', - compatibleVersions: ['v2.7.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_win_x86_64.exe' - }, - nextVersionName: 'v2.7.2', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.7.2', - height: 14875800, - proposal: 21, - tag: 'v2.7.2', - recommendedVersion: 'v2.7.2', - compatibleVersions: ['v2.7.2'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_win_x86_64.exe' - }, - nextVersionName: 'v2.8.0', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.8.0', - height: 15094300, - proposal: 23, - tag: 'v2.8.0', - recommendedVersion: 'v2.8.0', - compatibleVersions: ['v2.8.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_win_x86_64.exe' - }, - nextVersionName: '', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.9.0', - height: 16084500, - proposal: 23, - tag: 'v2.9.0', - recommendedVersion: 'v2.9.0', - compatibleVersions: ['v2.9.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.9.0/shentud_2.9.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.9.0/shentud_2.9.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.9.0/shentud_2.9.0_win_x86_64.exe' - }, - nextVersionName: '', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.10.0', - height: 18737000, - proposal: 23, - tag: 'v2.10.0', - recommendedVersion: 'v2.10.0', - compatibleVersions: ['v2.10.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.10.0/shentud_2.10.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.10.0/shentud_2.10.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.10.0/shentud_2.10.0_win_x86_64.exe' - }, - nextVersionName: '', - ibc: { - type: 'go', - version: 'v6.3.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.11.0', - height: 19525000, - proposal: 23, - tag: 'v2.11.0', - recommendedVersion: 'v2.11.0', - compatibleVersions: ['v2.11.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_win_x86_64.exe' - }, - nextVersionName: '', - ibc: { - type: 'go', - version: 'v7.4.0', - icsEnabled: ['ics20-1'] - } - } - ], ibc: { type: 'go', version: 'v7.4.0', diff --git a/v2/packages/chain-registry/src/mainnet/shido/chain.ts b/v2/packages/chain-registry/src/mainnet/shido/chain.ts index c01bd9d41..102d67adf 100644 --- a/v2/packages/chain-registry/src/mainnet/shido/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/shido/chain.ts @@ -42,47 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/ShidoGlobal/mainnetShidoNodeSync/main/genesis.json' }, - versions: [{ - name: 'v1.0.0', - tag: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/ShidoGlobal/mainnetShidoNodeSync/releases/download/v1.0.0/ubuntu_22.04.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.4' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, { - name: 'v2.0.0', - tag: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - binaries: { - "linux/amd64": 'https://github.com/ShidoGlobal/mainnetShidoNodeSync/releases/download/v2.0.0/ubuntu_22.04.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.4' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }], sdk: { type: 'cosmos', version: 'v0.47.4' diff --git a/v2/packages/chain-registry/src/mainnet/sifchain/chain.ts b/v2/packages/chain-registry/src/mainnet/sifchain/chain.ts index 6fa973e51..09ef2b504 100644 --- a/v2/packages/chain-registry/src/mainnet/sifchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sifchain/chain.ts @@ -34,42 +34,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/Sifchain/networks/blob/master/betanet/sifchain-1/genesis.json.gz?raw=true' - }, - versions: [ - { - name: 'v1.0.14-beta', - proposal: 132, - height: 9263818, - recommendedVersion: 'v1.0.14-beta', - compatibleVersions: ['v1.0.14-beta'], - binaries: { - "linux/amd64": 'https://github.com/Sifchain/sifnode/releases/download/v1.0.14-beta/sifnoded-v1.0.14-beta-linux-amd64.zip' - }, - nextVersionName: 'v1.1.0-beta' - }, - { - name: 'v1.1.0-beta', - proposal: 141, - height: 9663352, - recommendedVersion: 'v1.1.0-beta', - compatibleVersions: ['v1.1.0-beta'], - binaries: { - "linux/amd64": 'https://github.com/Sifchain/sifnode/releases/download/v1.1.0-beta/sifnoded-v1.1.0-beta-linux-amd64.zip' - }, - nextVersionName: 'v1.2.0-beta' - }, - { - name: 'v1.2.0-beta', - proposal: 144, - height: 14556000, - recommendedVersion: 'v1.2.0-beta', - compatibleVersions: ['v1.2.0-beta'], - binaries: { - "linux/amd64": 'https://github.com/Sifchain/sifnode/releases/download/v1.2.0-beta/sifnoded-v1.2.0-beta-linux-amd64.tar.gz' - }, - nextVersionName: '' - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png', diff --git a/v2/packages/chain-registry/src/mainnet/six/chain.ts b/v2/packages/chain-registry/src/mainnet/six/chain.ts index a0e241946..f61170e9f 100644 --- a/v2/packages/chain-registry/src/mainnet/six/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/six/chain.ts @@ -37,19 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/thesixnetwork/chain-info/genesis.json' }, - versions: [{ - name: 'v3.1.1-fn', - recommendedVersion: 'v3.1.1-fn', - compatibleVersions: ['v3.1.1-fn'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/mainnet/sommelier/chain.ts b/v2/packages/chain-registry/src/mainnet/sommelier/chain.ts index 59bbfcbd0..55c6b1373 100644 --- a/v2/packages/chain-registry/src/mainnet/sommelier/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sommelier/chain.ts @@ -44,60 +44,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/PeggyJV/sommelier/main/contrib/mainnet/sommelier-3/genesis.json' }, - versions: [ - { - name: 'v5.0.0', - recommendedVersion: 'v5.0.0', - compatibleVersions: ['v5.0.0'], - binaries: { - "linux/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_windows_amd64.tar.gz' - } - }, - { - name: 'v6.0.0', - recommendedVersion: 'v6.0.0', - compatibleVersions: ['v6.0.0'], - binaries: { - "linux/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_windows_amd64.tar.gz' - }, - nextVersionName: 'v7' - }, - { - name: 'v7', - proposal: 119, - height: 13010200, - recommendedVersion: 'v7.0.1', - compatibleVersions: ['v7.0.0', 'v7.0.1'], - binaries: { - "linux/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_windows_amd64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.14' - }, - ibc: { - type: 'go', - version: 'v6.2.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.46.14' diff --git a/v2/packages/chain-registry/src/mainnet/source/chain.ts b/v2/packages/chain-registry/src/mainnet/source/chain.ts index ee5755399..55e14df69 100644 --- a/v2/packages/chain-registry/src/mainnet/source/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/source/chain.ts @@ -38,23 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json' }, - versions: [{ - name: 'v3.0.0', - recommendedVersion: 'v3.0.3', - compatibleVersions: ['v3.0.3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/mainnet/stafihub/chain.ts b/v2/packages/chain-registry/src/mainnet/stafihub/chain.ts index a851e4c03..7250589fa 100644 --- a/v2/packages/chain-registry/src/mainnet/stafihub/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/stafihub/chain.ts @@ -41,50 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/stafihub/network/main/mainnets/stafihub-1(dragonberry)/genesis.json' }, - versions: [ - { - name: 'v020', - tag: 'v0.2.3', - height: 0, - nextVersionName: 'v030' - }, - { - name: 'v030', - tag: 'v0.3.0', - height: 2626590, - proposal: 1, - nextVersionName: 'v040' - }, - { - name: 'v040', - tag: 'v0.4.0', - height: 3766566, - proposal: 2, - nextVersionName: 'v050' - }, - { - name: 'v050', - tag: 'v0.5.0', - height: 5868372, - proposal: 4, - recommendedVersion: 'v0.5.0', - compatibleVersions: ['v0.5.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v060', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.2.1', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/mainnet/stargaze/chain.ts b/v2/packages/chain-registry/src/mainnet/stargaze/chain.ts index 8e09433b1..f1a372926 100644 --- a/v2/packages/chain-registry/src/mainnet/stargaze/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/stargaze/chain.ts @@ -37,80 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/public-awesome/mainnet/main/stargaze-1/genesis.tar.gz' }, - versions: [ - { - name: 'v9', - recommendedVersion: 'v9.1.0', - compatibleVersions: ['v9.1.0', 'v9.0.0'], - nextVersionName: 'v10' - }, - { - name: 'v10', - recommendedVersion: 'v10.0.1', - compatibleVersions: ['v10.0.1', 'v10.0.0'], - nextVersionName: 'v11' - }, - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'], - nextVersionName: 'v12' - }, - { - name: 'v12', - recommendedVersion: 'v12.0.0', - compatibleVersions: ['v12.0.0'], - nextVersionName: 'v13' - }, - { - name: 'v13', - proposal: 260, - height: 12801683, - recommendedVersion: 'v13.0.0', - compatibleVersions: ['v13.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v14', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.2' - } - }, - { - name: 'v14', - proposal: 279, - height: 14252867, - recommendedVersion: 'v14.0.0', - compatibleVersions: ['v14.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.6' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.12' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.12' diff --git a/v2/packages/chain-registry/src/mainnet/starname/chain.ts b/v2/packages/chain-registry/src/mainnet/starname/chain.ts index 99aaa94da..8230585c0 100644 --- a/v2/packages/chain-registry/src/mainnet/starname/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/starname/chain.ts @@ -30,17 +30,7 @@ const info: Chain = { compatibleVersions: ['v0.11.7'], genesis: { genesisUrl: 'https://gist.githubusercontent.com/davepuchyr/6bea7bf369064d118195e9b15ea08a0f/raw/genesis.json' - }, - versions: [{ - name: 'v0.10', - recommendedVersion: 'v0.10.18', - compatibleVersions: ['v0.10.17', 'v0.10.18'], - nextVersionName: 'v0.11' - }, { - name: 'v0.11', - recommendedVersion: 'v0.11.7', - compatibleVersions: ['v0.11.7'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png', diff --git a/v2/packages/chain-registry/src/mainnet/stratos/chain.ts b/v2/packages/chain-registry/src/mainnet/stratos/chain.ts index dcccffeba..a98841f5b 100644 --- a/v2/packages/chain-registry/src/mainnet/stratos/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/stratos/chain.ts @@ -29,12 +29,7 @@ const info: Chain = { compatibleVersions: ['v0.11.2'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/stratosnet/mainnet/main/genesis/genesis.json' - }, - versions: [{ - name: 'v0.11.2', - recommendedVersion: 'v0.11.2', - compatibleVersions: ['v0.11.2'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png', diff --git a/v2/packages/chain-registry/src/mainnet/stride/chain.ts b/v2/packages/chain-registry/src/mainnet/stride/chain.ts index 9bef8efcc..fd47ab92a 100644 --- a/v2/packages/chain-registry/src/mainnet/stride/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/stride/chain.ts @@ -139,331 +139,6 @@ const info: Chain = { genesisUrl: 'https://raw.githubusercontent.com/Stride-Labs/mainnet/main/mainnet/genesis.json', icsCcvUrl: 'https://raw.githubusercontent.com/Stride-Labs/mainnet/main/ics-instructions/ccv.json' }, - versions: [ - { - name: 'v8', - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v9', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.1.0' - } - }, - { - name: 'v9', - height: 3396933, - recommendedVersion: 'v9.2.1', - compatibleVersions: ['v9.0.0', 'v9.2.1'], - proposal: 202, - nextVersionName: 'v10' - }, - { - name: 'v10', - height: 4191914, - proposal: 206, - recommendedVersion: 'v10.0.0', - compatibleVersions: ['v10.0.0'], - nextVersionName: 'v11', - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - ibc: { - type: 'go', - version: '7.1.0' - } - }, - { - name: 'v11', - tag: 'v11.0.0', - height: 4291924, - proposal: 207, - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'], - nextVersionName: 'v12', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v12', - tag: 'v12.1.0', - height: 4616678, - proposal: 208, - recommendedVersion: 'v12.1.0', - compatibleVersions: ['v12.1.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v13', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v13', - tag: 'v13.1.0', - height: 5044405, - proposal: 211, - recommendedVersion: 'v13.1.0', - compatibleVersions: ['v13.1.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v14', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v14', - tag: 'v14.0.0', - height: 5223225, - proposal: 214, - recommendedVersion: 'v14.0.0', - compatibleVersions: ['v14.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v15', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v15', - tag: 'v15.0.0', - height: 5532355, - proposal: 217, - recommendedVersion: 'v15.0.0', - compatibleVersions: ['v15.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v16', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v16', - tag: 'v16.0.0', - recommendedVersion: 'v16.0.0', - compatibleVersions: ['v16.0.0'], - proposal: 220, - height: 5932395, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v17', - ibc: { - type: 'go', - version: '7.2.0' - } - }, - { - name: 'v17', - tag: 'v17.0.0', - recommendedVersion: 'v17.0.0', - compatibleVersions: ['v17.0.0'], - proposal: 226, - height: 7244427, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v18', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v18', - tag: 'v18.0.0', - recommendedVersion: 'v18.0.0', - compatibleVersions: ['v18.0.0'], - proposal: 229, - height: 7464647, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v19', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v19', - tag: 'v19.0.0', - recommendedVersion: 'v19.0.0', - compatibleVersions: ['v19.0.0'], - proposal: 233, - height: 8064608, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: 'v20', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.5', - tag: 'v0.47.5-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v20', - tag: 'v20.0.0', - recommendedVersion: 'v20.0.0', - compatibleVersions: ['v20.0.0'], - proposal: 235, - height: 8269628, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v21', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v21', - tag: 'v21.0.0', - recommendedVersion: 'v21.0.0', - compatibleVersions: ['v21.0.0'], - proposal: 236, - height: 8370738, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v22', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v22', - tag: 'v22.0.0', - recommendedVersion: 'v22.0.0', - compatibleVersions: ['v22.0.0'], - proposal: 237, - height: 8681868, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v23', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - }, - { - name: 'v23', - tag: 'v23.0.0', - recommendedVersion: 'v23.0.0', - compatibleVersions: ['v23.0.0'], - proposal: 247, - height: 10077001, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-stride-distribution-fix-0' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - }, - { - name: 'v24', - tag: 'v24.0.0', - recommendedVersion: 'v24.0.0', - compatibleVersions: ['v24.0.0'], - proposal: 249, - height: 10755701, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/Stride-Labs/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-stride-distribution-fix-0-mempool-verbose-error-1' - }, - ibc: { - type: 'go', - version: '7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/Stride-Labs/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/sunrise/chain.ts b/v2/packages/chain-registry/src/mainnet/sunrise/chain.ts index c977c21e2..a269d2935 100644 --- a/v2/packages/chain-registry/src/mainnet/sunrise/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/sunrise/chain.ts @@ -43,77 +43,6 @@ const info: Chain = { repo: 'https://github.com/sunriselayer/sunrise-core', tag: 'v0.0.5-cmt-v0.38.2' }, - versions: [ - { - name: 'v0.0.7', - recommendedVersion: 'v0.0.7', - compatibleVersions: ['v0.0.7'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.0.8', - recommendedVersion: 'v0.0.8', - compatibleVersions: ['v0.0.8'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.0.8/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.1.1', - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.1'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.50.2' diff --git a/v2/packages/chain-registry/src/mainnet/synternet/chain.ts b/v2/packages/chain-registry/src/mainnet/synternet/chain.ts index 3edb8935d..20ac4ac91 100644 --- a/v2/packages/chain-registry/src/mainnet/synternet/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/synternet/chain.ts @@ -38,46 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/Synternet/synternet-chain-releases/blob/main/networks/mainnet/genesis.json' }, - versions: [{ - name: 'v11', - tag: 'v0.11.0', - recommendedVersion: 'v0.11.0', - compatibleVersions: ['v0.11.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - height: 1, - nextVersionName: 'v14', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - ibc: { - type: 'go', - version: 'v7.1.0' - } - }, { - name: 'v14', - tag: 'v0.14.0', - proposal: 1, - height: 505094, - recommendedVersion: 'v0.14.0', - compatibleVersions: ['v0.14.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.11' - }, - ibc: { - type: 'go', - version: 'v7.1.0' - } - }], sdk: { type: 'cosmos', version: 'v0.47.11' diff --git a/v2/packages/chain-registry/src/mainnet/tenet/chain.ts b/v2/packages/chain-registry/src/mainnet/tenet/chain.ts index a0b3ff9f5..9cfcb576f 100644 --- a/v2/packages/chain-registry/src/mainnet/tenet/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/tenet/chain.ts @@ -46,57 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/tenet-org/tenet-mainnet/master/config/genesis.json' }, - versions: [{ - name: 'v11', - recommendedVersion: 'v11.0.6', - compatibleVersions: ['v11.0.6'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_arm64.tar.gz', - "darwin/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Windows_amd64.zip' - }, - nextVersionName: 'multichain', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, { - name: 'multichain', - proposal: 2, - height: 2330000, - recommendedVersion: 'v11.2.1', - compatibleVersions: ['v11.2.0', 'v11.2.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Windows_amd64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/mainnet/teritori/chain.ts b/v2/packages/chain-registry/src/mainnet/teritori/chain.ts index 1a8f46f02..3e4478b70 100644 --- a/v2/packages/chain-registry/src/mainnet/teritori/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/teritori/chain.ts @@ -36,47 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/TERITORI/teritori-chain/raw/mainnet/mainnet/teritori-1/genesis.json' }, - versions: [ - { - name: 'v1.3.1', - recommendedVersion: 'v1.3.1', - compatibleVersions: ['v1.3.1'], - nextVersionName: 'v1.4.0' - }, - { - name: 'v1.4.0', - proposal: 34, - height: 3699425, - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - nextVersionName: 'v2.0.0' - }, - { - name: 'v2.0.0', - proposal: 38, - height: 7199342, - recommendedVersion: 'v2.0.6', - compatibleVersions: ['v2.0.6'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.6' - }, - cosmwasm: { - version: 'v0.41.0', - path: '$HOME/.teritorid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.6' diff --git a/v2/packages/chain-registry/src/mainnet/terpnetwork/chain.ts b/v2/packages/chain-registry/src/mainnet/terpnetwork/chain.ts index 842e87522..ef36f79d8 100644 --- a/v2/packages/chain-registry/src/mainnet/terpnetwork/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/terpnetwork/chain.ts @@ -25,115 +25,7 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-amd64', "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-arm64' - }, - versions: [ - { - name: 'v1.0.0-stable', - recommendedVersion: 'v1.0.0-stable', - compatibleVersions: ['v1.0.0', 'v1.0.0-stable'], - consensus: { - type: 'cometbft', - version: '0.37.0' - } - }, - { - name: 'huckleberry', - recommendedVersion: 'huckleberry', - compatibleVersions: ['huckleberry'], - consensus: { - type: 'cometbft', - version: '0.37.0' - } - }, - { - name: 'barberry', - recommendedVersion: 'barberry', - compatibleVersions: ['barberry'], - consensus: { - type: 'cometbft', - version: '0.37.1' - } - }, - { - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v3.0.0', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v2-pigeonfall', - recommendedVersion: 'v2-pigeonfall', - compatibleVersions: ['v2-pigeonfall'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v3-pigeonfall', - recommendedVersion: 'v3-pigeonfall', - compatibleVersions: ['v3-pigeonfall'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v4.1.0' - }, - { - name: 'v4.1.0', - proposal: 30, - height: 3698609, - recommendedVersion: 'v4.1.0', - compatibleVersions: ['v4.1.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v4.2.0' - }, - { - name: 'v4.2.0', - recommendedVersion: 'v4.2.0', - compatibleVersions: [], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v4.2.1' - }, - { - name: 'v4.2.1', - recommendedVersion: 'v4.2.1', - compatibleVersions: ['v4.2.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: 'v4.2.2' - }, - { - name: 'v4.2.2', - recommendedVersion: 'v4.2.2', - compatibleVersions: ['v4.2.1'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - nextVersionName: '' - } - ] + } }, fees: { feeTokens: [{ diff --git a/v2/packages/chain-registry/src/mainnet/terra/chain.ts b/v2/packages/chain-registry/src/mainnet/terra/chain.ts index 5bbc7f1bd..f5732eee7 100644 --- a/v2/packages/chain-registry/src/mainnet/terra/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/terra/chain.ts @@ -165,77 +165,7 @@ const info: Chain = { genesis: { name: '1.0.5', genesisUrl: 'https://tfl-columbus-5.s3.amazonaws.com/genesis.json' - }, - versions: [ - { - name: '1.0.5', - tag: 'v1.0.5-full-archive', - height: 0, - nextVersionName: '1.1.0', - binaries: { - "linux/amd64": 'https://github.com/terra-money/classic-core/releases/download/v1.0.5-full-archive/terra_1.0.5_Linux_x86_64.tar.gz?checksum=sha256:af3ee3bd99bd719d6d9a93a40af9f0bc49bb3866c68e923e284876784126f38c' - } - }, - { - name: '1.1.0', - tag: 'v1.1.0', - height: 11734000, - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - nextVersionName: '2.0.1', - binaries: { - "linux/amd64": 'https://github.com/terra-money/classic-core/releases/download/v1.1.0/terra_1.1.0_Linux_x86_64.tar.gz?checksum=sha256:fd83c14bcfadea36ad444c219ab557b9d65d2f74be0684498a5c41e3df7cb535' - } - }, - { - name: '2.0.1', - tag: 'v2.0.1', - height: 12815210, - consensus: { - type: 'tendermint', - version: '0.34.24' - }, - binaries: { - "linux/amd64": 'https://github.com/terra-money/classic-core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:b9edfd51080c9c9ae16b30afd1b8490d7278e51d521ccc0f2afcbb7e3b389b8d' - }, - sdk: { - type: 'cosmos', - version: '0.45.13' - }, - cosmwasm: { - version: '0.16.7', - enabled: true - }, - ibc: { - type: 'go', - version: '1.3.1' - } - }, - { - name: '2.1.1', - tag: 'v2.1.1', - height: 13215800, - consensus: { - type: 'tendermint', - version: '0.34.24' - }, - binaries: { - "linux/amd64": 'https://github.com/terra-money/classic-core/releases/download/v2.1.1/terra_2.1.1_Linux_x86_64.tar.gz?checksum=sha256:9bf91be244af95f1afcf7fc1ddb1852aa96651adf94e9668c16c7df5596100d6' - }, - sdk: { - type: 'cosmos', - version: '0.45.14' - }, - cosmwasm: { - version: '0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.1' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png', diff --git a/v2/packages/chain-registry/src/mainnet/terra2/chain.ts b/v2/packages/chain-registry/src/mainnet/terra2/chain.ts index ca908a40b..93f87d6dc 100644 --- a/v2/packages/chain-registry/src/mainnet/terra2/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/terra2/chain.ts @@ -37,337 +37,7 @@ const info: Chain = { genesis: { name: 'v2.0', genesisUrl: 'https://tfl-phoenix-1.s3.amazonaws.com/genesis.json' - }, - versions: [ - { - name: 'v2.0', - tag: 'v2.0.1', - recommendedVersion: 'v2.0.1', - consensus: { - type: 'tendermint', - version: '0.34.19' - }, - height: 1, - nextVersionName: 'v2.1', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:eae23aad59b36ea2adaa541a7662a6119569279d2e6c4013e3deee96e9263b30', - "darwin/amd64": 'https://github.com/terra-money/core/releases/download/v2.0.1/terra_2.0.1_Darwin_x86_64.tar.gz?checksum=sha256:c2a6b1bff922b127a31757bdb0c8f05a34f3b1f879dee1e862f9f8b748e15a54' - }, - sdk: { - type: 'cosmos', - version: '0.45.4' - }, - cosmwasm: { - version: '0.27.0', - enabled: true - }, - ibc: { - type: 'go', - version: '3.0.0' - } - }, - { - name: 'v2.1', - tag: 'v2.1.4', - recommendedVersion: 'v2.1.4', - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - height: 890000, - nextVersionName: 'v2.2', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.1.4/terra_2.1.4_Linux_x86_64.tar.gz?checksum=sha256:e05b85ae2eac5df886f4f9d0ecf719b82ebe4da4fc59cae93a34af7c3e89ddfb', - "darwin/amd64": 'https://github.com/terra-money/core/releases/download/v2.1.4/terra_2.1.4_Darwin_x86_64.tar.gz?checksum=sha256:4b66ebf800cb903f7b6c07686636eff43e686f5956c9fadc307f077afd7f23bb' - }, - sdk: { - type: 'cosmos', - version: '0.46.9' - }, - cosmwasm: { - version: '0.27.0', - enabled: true - }, - ibc: { - type: 'go', - version: '3.0.0' - } - }, - { - name: 'v2.2', - tag: 'v2.2.1', - height: 2979805, - recommendedVersion: 'v2.2.1', - compatibleVersions: ['v2.2.0', 'v2.2.1'], - consensus: { - type: 'tendermint', - version: 'v0.34.21' - }, - nextVersionName: 'v2.3', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.2.1/terra_2.2.1_Linux_x86_64.tar.gz?checksum=sha256:8a9353ae3c33a750ce2a9d236f00c12c5449c41fad96e9885a5c0b8678fcf8bc' - }, - sdk: { - type: 'cosmos', - version: 'v0.46.11' - }, - cosmwasm: { - version: 'v0.27.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v3.4.0' - } - }, - { - name: 'v2.3', - tag: 'v2.3.5', - height: 4711800, - recommendedVersion: 'v2.3.5', - compatibleVersions: [ - 'v2.3.0', - 'v2.3.1', - 'v2.3.2', - 'v2.3.4', - 'v2.3.5' - ], - consensus: { - type: 'tendermint', - version: 'v0.34.27' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_arm64.tar.gz?checksum=sha256:93b0c508e16f779b93f0e76629ab247ddaf5fa0db96573405b3b2b11e3eb6859', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_x86_64.tar.gz?checksum=sha256:8c3ac7392436b102dcdd63fd275fa73b1e0201e65e420af71954782cee682ac6' - }, - nextVersionName: 'v2.4', - sdk: { - type: 'cosmos', - version: 'v0.46.11' - }, - cosmwasm: { - version: 'v0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'v2.4', - tag: 'v2.4.1', - proposal: 4737, - height: 5994365, - consensus: { - type: 'tendermint', - version: 'v0.34.27' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.5', - sdk: { - type: 'cosmos', - version: 'v0.46.11' - }, - cosmwasm: { - version: 'v0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'v2.5', - tag: 'v2.5.2', - proposal: 4785, - height: 7316000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.6', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-terra.2' - }, - cosmwasm: { - version: 'v0.41.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, - { - name: 'v2.6', - tag: 'v2.6.4', - recommendedVersion: 'v2.6.4', - compatibleVersions: ['v2.6.3', 'v2.6.4'], - proposal: 4792, - height: 7722000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.6.4/terra_2.6.4_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.6.4/terra_2.6.4_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.9', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-terra.2' - }, - cosmwasm: { - version: 'v0.43.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v2.9', - tag: 'v2.9.3', - recommendedVersion: 'v2.9.4', - compatibleVersions: ['v2.9.4'], - proposal: 4798, - height: 8782000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.9.4/terra_2.9.4_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.9.4/terra_2.9.4_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.10', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-terra.2' - }, - cosmwasm: { - version: 'v0.43.0', - enabled: true, - tag: 'v0.43.0-terra' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v2.10', - tag: 'v2.10.4', - recommendedVersion: 'v2.10.5', - compatibleVersions: ['v2.10.4', 'v2.10.5'], - proposal: 4805, - height: 9444000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.10.5/terra_2.10.5_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.10.5/terra_2.10.5_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.11', - sdk: { - type: 'cosmos', - version: 'v0.47.5', - tag: 'v0.47.5-terra.2' - }, - cosmwasm: { - version: 'v0.43.0', - enabled: true, - tag: 'v0.43.0-terra' - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - }, - { - name: 'v2.11', - tag: 'v2.11.8', - recommendedVersion: 'v2.11.8', - compatibleVersions: ['v2.11.8'], - proposal: 4807, - height: 10136000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.11.8/terra_2.11.8_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.11.8/terra_2.11.8_Linux_x86_64.tar.gz' - }, - nextVersionName: 'v2.12', - sdk: { - type: 'cosmos', - repo: 'https://github.com/terra-money/cosmos-sdk', - version: 'v0.47.6', - tag: 'v0.47.6-terra.0' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/terra-money/ibc-go', - version: 'v7.3.1', - tag: 'v7.3.1-terra.0' - } - }, - { - name: 'v2.12', - tag: 'v2.12.4', - recommendedVersion: 'v2.12.4', - compatibleVersions: ['v2.12.4'], - proposal: 4818, - height: 11860000, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/arm64": 'https://github.com/terra-money/core/releases/download/v2.12.4/terra_2.12.4_Linux_arm64.tar.gz', - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.12.4/terra_2.12.4_Linux_x86_64.tar.gz' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/terra-money/cosmos-sdk', - version: 'v0.47.6', - tag: 'v0.47.6-terra.0' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - repo: 'https://github.com/terra-money/ibc-go', - version: 'v7.3.1', - tag: 'v7.3.1-terra.0' - } - } - ] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', diff --git a/v2/packages/chain-registry/src/mainnet/tgrade/chain.ts b/v2/packages/chain-registry/src/mainnet/tgrade/chain.ts index c4a2bb3fb..6cd079505 100644 --- a/v2/packages/chain-registry/src/mainnet/tgrade/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/tgrade/chain.ts @@ -34,14 +34,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/confio/tgrade-networks/main/mainnet-1/config/genesis.json' }, - versions: [{ - name: 'v2.0.4', - recommendedVersion: 'v2.0.4', - compatibleVersions: ['v2.0.4'], - cosmwasm: { - enabled: true - } - }], cosmwasm: { enabled: true } diff --git a/v2/packages/chain-registry/src/mainnet/thorchain/chain.ts b/v2/packages/chain-registry/src/mainnet/thorchain/chain.ts index 49955f1f1..1723e0976 100644 --- a/v2/packages/chain-registry/src/mainnet/thorchain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/thorchain/chain.ts @@ -19,69 +19,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://storage.googleapis.com/public-snapshots-ninerealms/genesis/17562000.json' }, - versions: [ - { - name: 'v1.132.0', - recommendedVersion: 'v1.132.0', - compatibleVersions: ['v1.132.0'], - sdk: { - type: 'cosmos', - version: 'v0.45.1' - }, - ibc: { - type: 'go', - version: 'v2.0.3' - } - }, - { - name: 'v1.133.0', - recommendedVersion: 'v1.133.0', - compatibleVersions: ['v1.133.0'], - sdk: { - type: 'cosmos', - version: 'v0.45.1' - }, - ibc: { - type: 'go', - version: 'v2.0.3' - } - }, - { - name: 'v1.134.0', - recommendedVersion: 'v1.134.0', - compatibleVersions: ['v1.134.0'], - sdk: { - type: 'cosmos', - version: 'v0.45.1' - }, - ibc: { - type: 'go', - version: 'v2.0.3' - } - }, - { - name: 'v1.134.1', - recommendedVersion: 'v1.134.1', - compatibleVersions: ['v1.134.1'], - sdk: { - type: 'cosmos', - version: 'v0.45.1' - }, - ibc: { - type: 'go', - version: 'v2.0.3' - } - }, - { - name: 'v2.135.0', - recommendedVersion: 'v2.135.0', - compatibleVersions: ['v2.135.0'], - sdk: { - type: 'cosmos', - version: 'v0.45.16' - } - } - ], sdk: { type: 'cosmos', version: 'v0.45.16' diff --git a/v2/packages/chain-registry/src/mainnet/titan/chain.ts b/v2/packages/chain-registry/src/mainnet/titan/chain.ts index 4f82e18ee..062c1046e 100644 --- a/v2/packages/chain-registry/src/mainnet/titan/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/titan/chain.ts @@ -39,31 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/titantkx/titan-mainnet/main/public/genesis.json' }, - versions: [{ - name: 'v2.0.1', - tag: 'v2.0.1', - height: 0, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47.6', - tag: '0.47.6-titan.4' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }], sdk: { type: 'cosmos', version: '0.47.6', diff --git a/v2/packages/chain-registry/src/mainnet/umee/chain.ts b/v2/packages/chain-registry/src/mainnet/umee/chain.ts index 7534c7378..b86c25090 100644 --- a/v2/packages/chain-registry/src/mainnet/umee/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/umee/chain.ts @@ -41,481 +41,6 @@ const info: Chain = { name: 'v1.0.1', genesisUrl: 'https://raw.githubusercontent.com/umee-network/mainnet/main/genesis.json' }, - versions: [ - { - name: 'v1.0.1', - tag: 'v1.0.1', - height: 0, - nextVersionName: 'v1.1.0', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-darwin-arm64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - ibc: { - type: 'go', - version: '2.0.3' - } - }, - { - name: 'v1.1.0', - tag: 'v1.1.0', - height: 3023282, - nextVersionName: 'v1.1-v3.0', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-darwin-arm64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - ibc: { - type: 'go', - version: '2.0.3' - } - }, - { - name: 'v1.1-v3.0', - tag: 'v3.0.0', - height: 3215778, - nextVersionName: 'v3.1.0', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-darwin-arm64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.0.0' - } - }, - { - name: 'v3.1.0', - tag: 'v3.1.0', - height: 3623090, - nextVersionName: 'v3.1-v3.3', - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-linux-amd64', - "linux/arm64": 'https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-linux-arm64', - "darwin/amd64": 'https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-darwin-amd64', - "darwin/arm64": 'https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-darwin-arm64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.0.0' - } - }, - { - name: 'v3.1-v3.3', - tag: 'v3.3.0', - height: 4513362, - nextVersionName: 'v4.0', - recommendedVersion: 'v3.3.0', - compatibleVersions: ['v3.3.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v3.3.0/umeed-v3.3.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v4.0', - tag: 'v4.0.0', - height: 4949483, - nextVersionName: 'v4.0.1', - recommendedVersion: 'v4.0.0', - compatibleVersions: ['v4.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.0.0/umeed-v4.0.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v4.0.1', - tag: 'v4.0.1', - height: 5243631, - nextVersionName: 'v4.1.0', - recommendedVersion: 'v4.0.1', - compatibleVersions: ['v4.0.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.0.1/umeed-v4.0.1-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v4.1.0', - tag: 'v4.1.0', - height: 5433933, - nextVersionName: 'v4.2', - recommendedVersion: 'v4.1.0', - compatibleVersions: ['v4.1.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.1.0/umeed-v4.1.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v4.2', - tag: 'v4.2.0', - height: 5741480, - nextVersionName: 'v4.3', - recommendedVersion: 'v4.2.0', - compatibleVersions: ['v4.2.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.2.0/umeed-v4.2.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.2.0' - } - }, - { - name: 'v4.3', - tag: 'v4.3.0', - height: 6049552, - recommendedVersion: 'v4.3.0', - compatibleVersions: ['v4.3.0'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.3.0/umeed-v4.3.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, - { - name: 'v4.4', - tag: 'v4.4.1', - height: 6547400, - recommendedVersion: 'v4.4.1', - compatibleVersions: ['v4.4.1', 'v4.4.0'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v4.4.0/umeed-v4.4.0-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '6.1.0' - } - }, - { - name: 'v5.0', - tag: 'v5.0.1', - height: 6986150, - recommendedVersion: 'v5.0.1', - compatibleVersions: ['v5.0.1'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v5.0.1/umeed-v5.0.1-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '6.1.1' - } - }, - { - name: 'v5.1', - tag: 'v5.1.0', - height: 7428000, - recommendedVersion: 'v5.1.0', - compatibleVersions: ['v5.1.0'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v5.1.0/umeed-v5.1.0-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v5.2', - tag: 'v5.2.0', - height: 8220900, - recommendedVersion: 'v5.2.0', - compatibleVersions: ['v5.2.0'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v5.2.0/umeed-v5.2.0-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v6.0', - tag: 'v6.0.2', - height: 8427800, - recommendedVersion: 'v6.0.2', - compatibleVersions: ['v6.0.2'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v6.0.2/umeed-v6.0.2-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v6.1', - tag: 'v6.1.0', - height: 8941650, - recommendedVersion: 'v6.1.0', - compatibleVersions: ['v6.1.0'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v6.1.0/umeed-v6.1.0-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '6.2.0' - } - }, - { - name: 'v6.2', - tag: 'v6.2.0', - height: 9561500, - recommendedVersion: 'v6.2.0', - compatibleVersions: ['v6.2.0'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v6.2.0/umeed-v6.2.0-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.43', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v6.3', - tag: 'v6.3.0', - height: 10046600, - recommendedVersion: 'v6.3.0', - compatibleVersions: ['v6.3.0'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v6.3.0/umeed-v6.3.0-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.43', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1' - } - } - ], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/mainnet/unification/chain.ts b/v2/packages/chain-registry/src/mainnet/unification/chain.ts index 6c6f4d284..7ac111c05 100644 --- a/v2/packages/chain-registry/src/mainnet/unification/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/unification/chain.ts @@ -46,128 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json' }, - versions: [ - { - name: '1-init_ibc', - tag: 'v1.6.3', - proposal: 6, - height: 2002620, - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'v1.7.0', - sdk: { - type: 'cosmos', - version: '0.45.9' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '3.1.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: '2-grog', - tag: 'v1.7.0', - proposal: 13, - height: 4727000, - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - nextVersionName: 'v1.8.2', - sdk: { - type: 'cosmos', - version: '0.45.14' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: '3-keyleth', - tag: 'v1.8.2', - proposal: 14, - height: 6943000, - consensus: { - type: 'tendermint', - version: '0.34.29' - }, - recommendedVersion: 'v1.8.2', - nextVersionName: 'v1.9.0', - compatibleVersions: ['v1.8.2'], - sdk: { - type: 'cosmos', - version: '0.46.15' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: '4-percival', - tag: 'v1.9.0', - proposal: 21, - height: 9577300, - consensus: { - type: 'tendermint', - version: '0.34.29' - }, - nextVersionName: 'v1.10.1', - recommendedVersion: 'v1.9.0', - compatibleVersions: ['v1.9.0'], - sdk: { - type: 'cosmos', - version: '0.46.16' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: '5-pike', - tag: 'v1.10.1', - proposal: 25, - height: 12210000, - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - recommendedVersion: 'v1.10.1', - compatibleVersions: ['v1.10.0', 'v1.10.1'], - sdk: { - type: 'cosmos', - version: '0.47.13' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '7.7.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.47.13' diff --git a/v2/packages/chain-registry/src/mainnet/ununifi/chain.ts b/v2/packages/chain-registry/src/mainnet/ununifi/chain.ts index 25b6ab45a..117aca1cb 100644 --- a/v2/packages/chain-registry/src/mainnet/ununifi/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/ununifi/chain.ts @@ -45,295 +45,6 @@ const info: Chain = { name: 'beta-v1', genesisUrl: 'https://raw.githubusercontent.com/UnUniFi/network/main/launch/ununifi-beta-v1/genesis.json' }, - versions: [ - { - name: 'v2', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v2.0.0/ununifid' - }, - consensus: { - type: 'cometbft', - version: '0.34' - }, - nextVersionName: 'v2_1', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.40', - enabled: true - }, - ibc: { - type: 'go', - version: '7.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2_1', - recommendedVersion: 'v2.1.0', - compatibleVersions: ['v2.1.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v2.1.0/ununifid' - }, - proposal: 12, - height: 5630000, - consensus: { - type: 'cometbft', - version: '0.34' - }, - nextVersionName: 'v2_2', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.40', - enabled: true - }, - ibc: { - type: 'go', - version: '7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2_2', - recommendedVersion: 'v2.2.0', - compatibleVersions: ['v2.2.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v2.2.0/ununifid' - }, - proposal: 13, - height: 5736100, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.47.1', - tag: 'v0.47.1-bank-rc2' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v3.0.0/ununifid' - }, - proposal: 14, - height: 5807100, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v3_1', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3_1', - recommendedVersion: 'v3.1.0', - compatibleVersions: ['v3.1.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v3.1.0/ununifid' - }, - proposal: 15, - height: 6577693, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v3_2_1', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3_2_1', - recommendedVersion: 'v3.2.1', - compatibleVersions: ['v3.2.1'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v3.2.1/ununifid' - }, - proposal: 16, - height: 6754737, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v3_2_2', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3_2_2', - recommendedVersion: 'v3.2.2-query', - compatibleVersions: ['v3.2.2', 'v3.2.2-query'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v3.2.2-query/ununifid' - }, - proposal: 18, - height: 7061394, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v4', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v4', - recommendedVersion: 'v4.0.0', - compatibleVersions: ['v4.0.0'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v4.0.0/ununifid' - }, - proposal: 24, - height: 8197583, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v4_0_1', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v4_0_1', - recommendedVersion: 'v4.0.1', - compatibleVersions: ['v4.0.1'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v4.0.1/ununifid' - }, - proposal: 25, - height: 8299656, - consensus: { - type: 'cometbft', - version: 'v0.37.1' - }, - nextVersionName: 'v4_0_2', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.0.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v4_0_2', - recommendedVersion: 'v4.0.2', - compatibleVersions: ['v4.0.2'], - binaries: { - "linux/amd64": 'https://github.com/UnUniFi/chain/releases/download/v4.0.2/ununifid' - }, - proposal: 26, - height: 9974824, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/ununifi/cosmos-sdk', - version: 'v0.47.3', - tag: 'v0.47.3-custom-bank-1' - }, - cosmwasm: { - version: 'v0.40.1', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/ununifi/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/uptick/chain.ts b/v2/packages/chain-registry/src/mainnet/uptick/chain.ts index 0f8d644c3..6f9a4c0b1 100644 --- a/v2/packages/chain-registry/src/mainnet/uptick/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/uptick/chain.ts @@ -42,101 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/uptick-network/mainnet/main/genesis.json' }, - versions: [ - { - name: 'v0.2.4', - recommendedVersion: 'v0.2.4', - compatibleVersions: ['v0.2.4'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.4.tar.gz' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v0.2.8', - sdk: { - type: 'cosmos', - version: '0.47.5' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '5.0.1' - } - }, - { - name: 'v0.2.8', - proposal: 8, - height: 1190080, - recommendedVersion: 'v0.2.8', - compatibleVersions: ['v0.2.8'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.8.tar.gz' - }, - nextVersionName: 'v0.2.11' - }, - { - name: 'v0.2.11', - proposal: 12, - height: 2411600, - recommendedVersion: 'v0.2.11', - compatibleVersions: ['v0.2.11'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.11.tar.gz' - }, - nextVersionName: 'v0.2.17' - }, - { - name: 'v0.2.17', - proposal: 16, - height: 4605201, - recommendedVersion: 'v0.2.17', - compatibleVersions: ['v0.2.17'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.17.tar.gz' - }, - nextVersionName: 'v0.2.18' - }, - { - name: 'v0.2.18', - proposal: 17, - height: 4722001, - recommendedVersion: 'v0.2.18', - compatibleVersions: ['v0.2.18'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.18.tar.gz' - }, - nextVersionName: 'v0.2.19' - }, - { - name: 'v0.2.19', - recommendedVersion: 'v0.2.19', - compatibleVersions: ['v0.2.19'], - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.19.tar.gz' - }, - consensus: { - type: 'cometbft', - version: 'v0.37.3', - tag: 'v0.37.3-0.20230920093934-46df7b597e3c' - }, - sdk: { - type: 'cosmos', - version: '0.47.5' - }, - cosmwasm: { - version: 'v0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.5' diff --git a/v2/packages/chain-registry/src/mainnet/xpla/chain.ts b/v2/packages/chain-registry/src/mainnet/xpla/chain.ts index 2f3a42b14..ac36cb9e4 100644 --- a/v2/packages/chain-registry/src/mainnet/xpla/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/xpla/chain.ts @@ -38,178 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json' }, - versions: [ - { - name: '1_0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - height: 0, - consensus: { - type: 'tendermint', - version: 'v0.34.20' - }, - nextVersionName: 'add-reward', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: '0.45.5', - tag: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'add-reward', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'], - proposal: 2, - height: 755000, - consensus: { - type: 'tendermint', - version: 'v0.34.20' - }, - nextVersionName: 'evm', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: '0.45.5', - tag: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'evm', - recommendedVersion: 'v1.2.1', - compatibleVersions: ['v1.2.1'], - proposal: 4, - height: 2459600, - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'Volunteer', - sdk: { - type: 'cosmos', - version: '0.45.9' - }, - cosmwasm: { - version: '0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.2.0' - } - }, - { - name: 'Volunteer', - recommendedVersion: 'v1.3.0', - compatibleVersions: ['v1.3.0'], - proposal: 56, - height: 6881850, - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v1_4', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.33.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'v1_4', - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - proposal: 59, - height: 8373900, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v1_5', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.45.20', - tag: 'v0.45.20-xpla' - }, - cosmwasm: { - version: 'v0.33.0' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v1_5', - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - proposal: 65, - height: 10085200, - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - nextVersionName: 'v1_6', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-xpla' - }, - cosmwasm: { - version: 'v0.45.0' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v1_6', - recommendedVersion: 'v1.6.0', - compatibleVersions: ['v1.6.0'], - proposal: 66, - height: 10491710, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.47.13', - tag: 'v0.47.13-xpla' - }, - cosmwasm: { - version: 'v0.46.0' - }, - ibc: { - type: 'go', - version: 'v7.7.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/xpladev/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/mainnet/zetachain/chain.ts b/v2/packages/chain-registry/src/mainnet/zetachain/chain.ts index b825e6302..00a2fa436 100644 --- a/v2/packages/chain-registry/src/mainnet/zetachain/chain.ts +++ b/v2/packages/chain-registry/src/mainnet/zetachain/chain.ts @@ -37,180 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/zeta-chain/network-config/main/mainnet/genesis.json' }, - versions: [ - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v12', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v12', - recommendedVersion: 'v12.0.0', - compatibleVersions: ['v12.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v12.1.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v12.1.0', - recommendedVersion: 'v12.1.0', - compatibleVersions: ['v12.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v12.2.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v12.2.0', - recommendedVersion: 'v12.2.5', - compatibleVersions: ['v12.2.5'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v14.0.0', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v14.0.1', - recommendedVersion: 'v14.0.1', - compatibleVersions: ['v14.0.1'], - proposal: 21, - height: 2074730, - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v17', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v17', - proposal: 23, - height: 3388200, - recommendedVersion: 'v17.0.0', - compatibleVersions: ['v17.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v18', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v18', - proposal: 24, - height: 4071400, - recommendedVersion: 'v18.0.0', - compatibleVersions: ['v18.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.34.28' - }, - nextVersionName: 'v19', - sdk: { - type: 'cosmos', - version: 'v0.46.13' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v19', - proposal: 33, - height: 4696150, - recommendedVersion: 'v19.1.7', - compatibleVersions: ['v19.1.1', 'v19.1.7'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: 'v20', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: '20', - proposal: 37, - height: 5089400, - recommendedVersion: 'v20.0.0', - compatibleVersions: ['v20.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.10' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47.10' diff --git a/v2/packages/chain-registry/src/testnet/airchainstestnet/chain.ts b/v2/packages/chain-registry/src/testnet/airchainstestnet/chain.ts index 108303b88..8ea9f7939 100644 --- a/v2/packages/chain-registry/src/testnet/airchainstestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/airchainstestnet/chain.ts @@ -33,11 +33,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/airchains-network/junction/releases/download/v0.1.0/genesis.json' }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }], sdk: { type: 'cosmos', version: '0.50.3' diff --git a/v2/packages/chain-registry/src/testnet/akashtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/akashtestnet/chain.ts index a90ba3400..341bb658f 100644 --- a/v2/packages/chain-registry/src/testnet/akashtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/akashtestnet/chain.ts @@ -34,11 +34,6 @@ const info: Chain = { "linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.22.0/akash_0.22.0_linux_amd64.zip', "linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.22.0/akash_0.22.0_linux_arm64.zip' }, - versions: [{ - name: 'v0', - recommendedVersion: 'v0.22.0', - compatibleVersions: ['v0.22.0'] - }], genesis: { genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/sandbox/genesis.json' } diff --git a/v2/packages/chain-registry/src/testnet/artelatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/artelatestnet/chain.ts index 7b58b9224..ff07cdb50 100644 --- a/v2/packages/chain-registry/src/testnet/artelatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/artelatestnet/chain.ts @@ -36,39 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://docs.artela.network/assets/files/genesis-697a2db4ef7e20dbdb8bdc1cd9d1633a.json' }, - versions: [{ - name: 'v0.4.2-beta', - recommendedVersion: 'v0.4.2-beta', - compatibleVersions: ['v0.4.2-beta'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: 'v7.1.0' - } - }, { - name: 'v0.4.1-beta', - recommendedVersion: 'v0.4.1-beta', - compatibleVersions: ['v0.4.1-beta'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: 'v7.1.0' - } - }], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/testnet/auratestnet/chain.ts b/v2/packages/chain-registry/src/testnet/auratestnet/chain.ts index d270b64f4..37aa29080 100644 --- a/v2/packages/chain-registry/src/testnet/auratestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/auratestnet/chain.ts @@ -41,28 +41,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://images.aura.network/aura_6321-3-genesis.tar.gz' }, - versions: [{ - name: 'v0.8.0-euphoria', - recommendedVersion: 'v0.8.0-euphoria', - compatibleVersions: ['v0.8.0-euphoria'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.8' - }, - cosmwasm: { - version: '0.42.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.8' diff --git a/v2/packages/chain-registry/src/testnet/babylontestnet/chain.ts b/v2/packages/chain-registry/src/testnet/babylontestnet/chain.ts index a9946571e..c5b2c2c72 100644 --- a/v2/packages/chain-registry/src/testnet/babylontestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/babylontestnet/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v0.8.4'], genesis: { genesisUrl: 'https://github.com/babylonchain/networks/raw/main/bbn-test3/genesis.tar.bz2' - }, - versions: [{ - name: 'v0.8.4', - recommendedVersion: 'v0.8.4', - compatibleVersions: ['v0.8.4'] - }] + } }, logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg' diff --git a/v2/packages/chain-registry/src/testnet/bitcannadevnet/chain.ts b/v2/packages/chain-registry/src/testnet/bitcannadevnet/chain.ts index 582137ff2..a007ae61d 100644 --- a/v2/packages/chain-registry/src/testnet/bitcannadevnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/bitcannadevnet/chain.ts @@ -31,26 +31,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/BitCannaGlobal/bcna/main/devnets/bitcanna-dev-1/genesis.json' - }, - versions: [{ - name: 'vigorous-grow-fix', - recommendedVersion: 'v1.6.3', - compatibleVersions: ['v1.6.3'], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_linux_amd64.tar.gz' - } - }, { - name: 'wakeandbake', - recommendedVersion: 'v2.0.3', - compatibleVersions: [ - 'v2.0.1-rc6', - 'v2.0.2-rc1', - 'v2.0.3' - ], - binaries: { - "linux/amd64": 'https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_amd64.tar.gz' - } - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/cascadiatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cascadiatestnet/chain.ts index 7a4dd7746..a42b22fe4 100644 --- a/v2/packages/chain-registry/src/testnet/cascadiatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cascadiatestnet/chain.ts @@ -42,7 +42,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://raw.githubusercontent.com/CascadiaFoundation/chain-configuration/master/testnet/genesis.json' }, - versions: [], sdk: { type: 'cosmos', version: '0.46.10' diff --git a/v2/packages/chain-registry/src/testnet/celestiatestnet3/chain.ts b/v2/packages/chain-registry/src/testnet/celestiatestnet3/chain.ts index 11283c0cb..2cf19112d 100644 --- a/v2/packages/chain-registry/src/testnet/celestiatestnet3/chain.ts +++ b/v2/packages/chain-registry/src/testnet/celestiatestnet3/chain.ts @@ -32,32 +32,7 @@ const info: Chain = { ], genesis: { genesisUrl: 'https://raw.githubusercontent.com/celestiaorg/networks/master/mocha-4/genesis.json' - }, - versions: [{ - name: 'v1', - recommendedVersion: 'v1.14.0', - compatibleVersions: [ - 'v1.3.0', - 'v1.6.0', - 'v1.7.0', - 'v1.9.0', - 'v1.10.0', - 'v1.10.1', - 'v1.11.0', - 'v1.12.0', - 'v1.13.0', - 'v1.14.0' - ] - }, { - name: 'v2', - recommendedVersion: 'v2.1.2', - compatibleVersions: [ - 'v2.0.0', - 'v2.1.0', - 'v2.1.1', - 'v2.1.2' - ] - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/chain4energytestnet/chain.ts b/v2/packages/chain-registry/src/testnet/chain4energytestnet/chain.ts index b204cf70b..5b060d858 100644 --- a/v2/packages/chain-registry/src/testnet/chain4energytestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/chain4energytestnet/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v1.2.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/chain4energy/c4e-chains/main/babajaga-1/genesis.json' - }, - versions: [{ - name: 'v1.2.0', - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png' diff --git a/v2/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts index 78797c49b..72a3832ef 100644 --- a/v2/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts @@ -37,103 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/testnet/genesis.json' }, - versions: [ - { - name: 'v0.6', - recommendedVersion: 'v0.6.10', - compatibleVersions: [ - 'v0.6.0', - 'v0.6.1', - 'v0.6.7', - 'v0.6.9', - 'v0.6.10' - ], - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - proposal: 3, - height: 2478827, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-x86_64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-arm64.tar.gz' - }, - nextVersionName: 'v1', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.45.9', - tag: 'v0.45.9-cheqd-tag' - }, - ibc: { - type: 'go', - version: 'v3.3.0' - } - }, - { - name: 'v1', - recommendedVersion: 'v1.4.5', - compatibleVersions: [ - 'v1.2.5', - 'v1.3.0', - 'v1.4.0', - 'v1.4.2', - 'v1.4.4', - 'v1.4.5' - ], - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-arm64.tar.gz' - }, - previousVersionName: 'v0.6', - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.46.10', - tag: 'v0.46.10-barberry' - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'v2', - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.0', 'v2.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - proposal: 12, - height: 6194750, - binaries: { - "linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz', - "darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz' - }, - previousVersionName: 'v1', - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cheqd/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-height-mismatch' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/cheqd/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/testnet/chimbatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/chimbatestnet/chain.ts index 0d476a7cd..255d18933 100644 --- a/v2/packages/chain-registry/src/testnet/chimbatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/chimbatestnet/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://rpc.testnet.chimba.ooo/genesis' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/composabletestnet/chain.ts b/v2/packages/chain-registry/src/testnet/composabletestnet/chain.ts index 901fa159f..247acb942 100644 --- a/v2/packages/chain-registry/src/testnet/composabletestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/composabletestnet/chain.ts @@ -32,12 +32,7 @@ const info: Chain = { compatibleVersions: ['v3.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/notional-labs/composable-networks/main/banksy-testnet-3/genesis.json' - }, - versions: [{ - name: 'v3.0.0', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/coolcattestnet/chain.ts b/v2/packages/chain-registry/src/testnet/coolcattestnet/chain.ts index 814af58ed..5019071d9 100644 --- a/v2/packages/chain-registry/src/testnet/coolcattestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/coolcattestnet/chain.ts @@ -33,12 +33,7 @@ const info: Chain = { compatibleVersions: ['v2.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/DigitalKitchenLabs/testnets/main/kitten-04/genesis.json' - }, - versions: [{ - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/coreumtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/coreumtestnet/chain.ts index 6037578c5..28b37d5b0 100644 --- a/v2/packages/chain-registry/src/testnet/coreumtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/coreumtestnet/chain.ts @@ -46,181 +46,6 @@ const info: Chain = { name: 'v0', genesisUrl: 'https://raw.githubusercontent.com/CoreumFoundation/coreum/master/genesis/coreum-testnet-1.json' }, - versions: [ - { - name: 'v0', - tag: 'v0.1.1', - height: 0, - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.1'], - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v0.1.1/cored-linux-amd64?checksum=sha256:21db2ea1b31d9e8202e0d11f2bee0de78d2e677c07fd75a7db1f3958bf49146c', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v0.1.1/cored-linux-arm64?checksum=sha256:7d383d1a1bc9185677b25c05ebbe01cf20dd6c779ca4301065359ea6e3bcefa3' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'v1', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v1', - tag: 'v1.0.0', - proposal: 3, - height: 3233700, - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-amd64?checksum=sha256:34098ad7586bda364b1b2e7c4569cbcefb630cd4ed7c8f68eb5bced834082c57', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-arm64?checksum=sha256:3ced97f06607f0cdaf77e7ff0b36b2011d101c660684e4f3e54c2ac6bf344dd6' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v2', - tag: 'v2.0.0', - proposal: 13, - height: 8728400, - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.0/cored-linux-amd64?checksum=sha256:7848022a3a35723ecef02eb835fbf139989aace8d780186018dbcdebdc57d694', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.0/cored-linux-arm64?checksum=sha256:c082eeebbc206633f1b71ef9c16a7f390f5ea5b27ce06c735ed7a632f38b5891' - }, - nextVersionName: 'v2patch1', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v2patch1', - tag: 'v2.0.2', - proposal: 15, - height: 9122200, - recommendedVersion: 'v2.0.2', - compatibleVersions: ['v2.0.2'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-amd64?checksum=sha256:3facf55f7ff795719f68b9bcf76ea08262bc7c9e9cd735c660257ba73678250e', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-arm64?checksum=sha256:35e261eb3b87c833c30174e6b8667a6155f5962441275d443157e209bbb0bf0d' - }, - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, - { - name: 'v3', - tag: 'v3.0.0', - proposal: 23, - height: 14980000, - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.0/cored-linux-amd64?checksum=sha256:0198b5bf7a32b0e76c57f5fe30bcb27bdc69ba91cd6e4fc8c416bea3a1251a24', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.0/cored-linux-arm64?checksum=sha256:192eaf4fcc49c3ea3339d12f53c905420575d00d605048e526a994a0c4368768' - }, - nextVersionName: 'v3patch1', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.44', - enabled: true - } - }, - { - name: 'v3patch1', - tag: 'v3.0.1', - proposal: 24, - height: 15385000, - recommendedVersion: 'v3.0.1', - compatibleVersions: ['v3.0.1'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.1/cored-linux-amd64?checksum=sha256:4d533ed578bb3dddf0142095bf62c63c2f25edf8248df1e8f88b35361be180c4', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.1/cored-linux-arm64?checksum=sha256:83b88f8323061d5dd6aa08895a7ebde7491ccf6360538151e811b7edac9dd1c5' - }, - nextVersionName: 'v3patch2', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.44', - enabled: true - } - }, - { - name: 'v3patch2', - tag: 'v3.0.3', - proposal: 25, - height: 15684437, - recommendedVersion: 'v3.0.3', - compatibleVersions: ['v3.0.3'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef', - "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.44', - enabled: true - } - } - ], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/cosmoshubtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cosmoshubtestnet/chain.ts index 6aa3811d2..77653b704 100644 --- a/v2/packages/chain-registry/src/testnet/cosmoshubtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cosmoshubtestnet/chain.ts @@ -40,85 +40,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/cosmos/testnets/raw/master/public/genesis.json.gz' - }, - versions: [ - { - name: 'v9.0.1', - recommendedVersion: 'v9.0.1', - compatibleVersions: ['v9.0.1'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-windows-amd64.exe' - } - }, - { - name: 'v10.0.1', - recommendedVersion: 'v10.0.1', - compatibleVersions: ['v10.0.1'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-windows-amd64.exe' - } - }, - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-arm64.exe' - } - }, - { - name: 'v12', - recommendedVersion: 'v12.0.0', - compatibleVersions: ['v12.0.0-rc0', 'v12.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe' - } - }, - { - name: 'v13', - recommendedVersion: 'v13.0.0', - compatibleVersions: ['v13.0.0-rc0', 'v13.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-arm64.exe' - } - }, - { - name: 'v14', - recommendedVersion: 'v14.1.0', - compatibleVersions: ['v14.1.0-rc0', 'v14.1.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe' - } - } - ] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/cosmosicsprovidertestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cosmosicsprovidertestnet/chain.ts index b1697f35f..cf483e476 100644 --- a/v2/packages/chain-registry/src/testnet/cosmosicsprovidertestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cosmosicsprovidertestnet/chain.ts @@ -42,167 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json' }, - versions: [ - { - name: 'v12', - recommendedVersion: 'v12.0.0', - compatibleVersions: ['v12.0.0-rc0', 'v12.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe' - } - }, - { - name: 'v13', - recommendedVersion: 'v13.0.0', - compatibleVersions: ['v13.0.0-rc0', 'v13.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-arm64.exe' - } - }, - { - name: 'v14', - recommendedVersion: 'v14.1.0', - compatibleVersions: ['v14.1.0-rc0', 'v14.1.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe' - } - }, - { - name: 'v15', - recommendedVersion: 'v15.2.0', - compatibleVersions: ['v15.2.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-windows-arm64.exe' - }, - nextVersionName: 'v16' - }, - { - name: 'v16', - recommendedVersion: 'v16.0.0', - compatibleVersions: ['v16.0.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-windows-arm64.exe' - }, - nextVersionName: 'v17' - }, - { - name: 'v17', - recommendedVersion: 'v17.2.0', - compatibleVersions: ['v17.2.0'], - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-windows-amd64.exe', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-windows-arm64.exe' - }, - nextVersionName: 'v17' - }, - { - name: 'v18', - tag: 'v18.0.0-rc3', - recommendedVersion: 'v18.0.0-rc3', - compatibleVersions: ['v18.0.0-rc3'], - consensus: { - type: 'cometbft', - version: 'v0.37.6' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-linux-amd64', - "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-linux-arm64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-darwin-arm64', - "windows/amd64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-darwin-amd64', - "windows/arm64": 'https://github.com/cosmos/gaia/releases/download/v18.0.0-rc3/gaiad-v18.0.0-rc3-windows-arm64.exe' - }, - nextVersionName: 'v19', - sdk: { - type: 'cosmos', - version: 'v0.47.16', - tag: 'v0.47.16-ics-lsm' - }, - ibc: { - type: 'go', - version: 'v7.6.0' - } - }, - { - name: 'v20', - tag: 'v20.0.0', - recommendedVersion: 'v20.0.0', - compatibleVersions: ['v20.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-linux-amd64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-arm64' - }, - nextVersionName: 'v21', - sdk: { - type: 'cosmos', - version: 'v0.50.9', - tag: 'v0.50.9-lsm' - }, - ibc: { - type: 'go', - version: 'v8.5.1' - } - }, - { - name: 'v21', - tag: 'v21.0.0', - recommendedVersion: 'v21.0.0', - compatibleVersions: ['v21.0.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.11' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v21.0.0-linux-amd64', - "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v21.0.0-darwin-amd64', - "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v21.0.0-darwin-arm64' - }, - nextVersionName: 'v22', - sdk: { - type: 'cosmos', - version: 'v0.50.9', - tag: 'v0.50.9-lsm' - }, - ibc: { - type: 'go', - version: 'v8.5.1' - } - } - ], sdk: { type: 'cosmos', version: 'v0.50.9', diff --git a/v2/packages/chain-registry/src/testnet/cosmwasmtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cosmwasmtestnet/chain.ts index 83c0387ea..dcdf66655 100644 --- a/v2/packages/chain-registry/src/testnet/cosmwasmtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cosmwasmtestnet/chain.ts @@ -36,23 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json' }, - versions: [{ - name: 'v0.27', - recommendedVersion: 'v0.27', - compatibleVersions: ['v0.27'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.27', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/cudostestnet/chain.ts b/v2/packages/chain-registry/src/testnet/cudostestnet/chain.ts index acd43674c..53259a113 100644 --- a/v2/packages/chain-registry/src/testnet/cudostestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/cudostestnet/chain.ts @@ -16,12 +16,7 @@ const info: Chain = { compatibleVersions: ['v1.1.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/CudoVentures/cudos-builders/cudos-master/docker/config/genesis.testnet.public.json' - }, - versions: [{ - name: 'v1.1.0', - recommendedVersion: 'v1.1.0', - compatibleVersions: ['v1.1.0'] - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/deardogetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/deardogetestnet/chain.ts index 2139961aa..84b932f90 100644 --- a/v2/packages/chain-registry/src/testnet/deardogetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/deardogetestnet/chain.ts @@ -29,24 +29,7 @@ const info: Chain = { compatibleVersions: ['v11.0.0'], genesis: { genesisUrl: 'https://github.com/DoraFactory/Dear-Doge/blob/main/config/testnet/genesis.json' - }, - versions: [ - { - name: 'v9.0.1', - recommendedVersion: 'v9.0.1', - compatibleVersions: ['v9.0.1'] - }, - { - name: 'v10.0.1', - recommendedVersion: 'v10.0.1', - compatibleVersions: ['v10.0.1'] - }, - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'] - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/desmostestnet/chain.ts b/v2/packages/chain-registry/src/testnet/desmostestnet/chain.ts index 8c165594d..63f208271 100644 --- a/v2/packages/chain-registry/src/testnet/desmostestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/desmostestnet/chain.ts @@ -32,17 +32,7 @@ const info: Chain = { compatibleVersions: ['5.1.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/desmos-labs/morpheus/master/morpheus-apollo-3/genesis.json' - }, - versions: [{ - name: 'v4.8.0', - recommendedVersion: 'v4.8.1', - compatibleVersions: ['v4.8.0', 'v4.8.1'], - nextVersionName: 'v5.0.0' - }, { - name: 'v5.0.0', - recommendedVersion: 'v5.1.0', - compatibleVersions: ['v5.1.0'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png', diff --git a/v2/packages/chain-registry/src/testnet/dhealthtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/dhealthtestnet/chain.ts index 6559c269b..7bf6d7894 100644 --- a/v2/packages/chain-registry/src/testnet/dhealthtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/dhealthtestnet/chain.ts @@ -37,15 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/dhealthproject/mainnet/main/genesis.json' }, - versions: [{ - name: 'v2', - recommendedVersion: 'v2.1.1', - compatibleVersions: ['v2.1.1'], - sdk: { - type: 'cosmos', - version: 'v0.47.4' - } - }], sdk: { type: 'cosmos', repo: 'https://github.com/cosmos/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/testnet/doravotatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/doravotatestnet/chain.ts index cb900d6d3..5d3b12431 100644 --- a/v2/packages/chain-registry/src/testnet/doravotatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/doravotatestnet/chain.ts @@ -29,24 +29,7 @@ const info: Chain = { compatibleVersions: ['v11.0.0'], genesis: { genesisUrl: 'https://github.com/DoraFactory/doravota/blob/main/config/testnet/genesis.json' - }, - versions: [ - { - name: 'v9.0.1', - recommendedVersion: 'v9.0.1', - compatibleVersions: ['v9.0.1'] - }, - { - name: 'v10.0.1', - recommendedVersion: 'v10.0.1', - compatibleVersions: ['v10.0.1'] - }, - { - name: 'v11', - recommendedVersion: 'v11.0.0', - compatibleVersions: ['v11.0.0'] - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/dydxtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/dydxtestnet/chain.ts index 60421232e..c57752966 100644 --- a/v2/packages/chain-registry/src/testnet/dydxtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/dydxtestnet/chain.ts @@ -34,15 +34,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/dydxprotocol/v4-testnets/main/dydx-testnet-4/genesis.json' }, - versions: [{ - name: 'v2', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - sdk: { - type: 'cosmos', - version: 'v0.47.4' - } - }], sdk: { type: 'cosmos', version: 'v0.47.4' diff --git a/v2/packages/chain-registry/src/testnet/elystestnet/chain.ts b/v2/packages/chain-registry/src/testnet/elystestnet/chain.ts index 0c965e583..feef33c3d 100644 --- a/v2/packages/chain-registry/src/testnet/elystestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/elystestnet/chain.ts @@ -56,158 +56,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://snapshots.polkachu.com/testnet-genesis/elys/genesis.json' }, - versions: [ - { - name: 'v0.2.3', - recommendedVersion: 'v0.2.3', - compatibleVersions: ['v0.2.3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.2.3/elys._v0.2.3_linux_amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.46' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, - { - name: 'v0.3.1', - recommendedVersion: 'v0.3.1', - compatibleVersions: ['v0.3.1'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.3.1/elys._v0.3.1_linux_amd64.tar.gz' - } - }, - { - name: 'v0.4.0', - recommendedVersion: 'v0.4.0', - compatibleVersions: ['v0.4.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.4.0/elys._v0.4.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.5.0', - recommendedVersion: 'v0.5.0', - compatibleVersions: ['v0.5.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.5.0/elys._v0.5.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.5.1', - recommendedVersion: 'v0.5.1', - compatibleVersions: ['v0.5.1'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.5.1/elys._v0.5.1_linux_amd64.tar.gz' - } - }, - { - name: 'v0.5.2', - recommendedVersion: 'v0.5.2', - compatibleVersions: ['v0.5.2'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.5.0/elys._v0.5.2_linux_amd64.tar.gz' - } - }, - { - name: 'v0.5.3', - recommendedVersion: 'v0.5.3', - compatibleVersions: ['v0.5.3'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.5.3/elys._v0.5.3_linux_amd64.tar.gz' - } - }, - { - name: 'v0.5.4', - recommendedVersion: 'v0.5.4', - compatibleVersions: ['v0.5.4'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.5.4/elys._v0.5.4_linux_amd64.tar.gz' - } - }, - { - name: 'v0.6.0', - recommendedVersion: 'v0.6.0', - compatibleVersions: ['v0.6.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.6.0/elys._v0.6.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.7.0', - recommendedVersion: 'v0.7.0', - compatibleVersions: ['v0.7.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.7.0/elys._v0.7.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.8.0', - recommendedVersion: 'v0.8.0', - compatibleVersions: ['v0.8.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.8.0/elys._v0.8.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.9.0', - recommendedVersion: 'v0.9.0', - compatibleVersions: ['v0.9.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.9.0/elys._v0.9.0_linux_amd64.tar.gz' - } - }, - { - name: 'v0.10.0', - recommendedVersion: 'v0.10.0', - compatibleVersions: ['v0.10.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.10.0/elysd-0.10.0-linux-amd64.tar.gz' - } - }, - { - name: 'v0.11.0', - recommendedVersion: 'v0.11.0', - compatibleVersions: ['v0.11.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.11.0/elysd-v0.11.0-linux-amd64.tar.gz' - } - }, - { - name: 'v0.12.0', - recommendedVersion: 'v0.12.0', - compatibleVersions: ['v0.12.0'], - binaries: { - "linux/amd64": 'https://github.com/elys-network/elys/releases/download/v0.12.0/elysd-v0.12.0-linux-amd64.tar.gz' - }, - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - sdk: { - type: 'cosmos', - version: 'v0.47' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v7.3.0' - } - } - ], sdk: { type: 'cosmos', version: 'v0.47' diff --git a/v2/packages/chain-registry/src/testnet/empetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/empetestnet/chain.ts index a46e64a0f..5f66c6c62 100644 --- a/v2/packages/chain-registry/src/testnet/empetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/empetestnet/chain.ts @@ -42,24 +42,6 @@ const info: Chain = { name: 'v0.1.0', genesisUrl: 'https://raw.githubusercontent.com/empe-io/empe-chain/main/testnet-2/genesis.json' }, - versions: [{ - name: 'v0.1.0', - tag: 'v0.1.0', - height: 0, - recommendedVersion: 'v0.1.0', - compatibleVersions: ['v0.1.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: 'v0.47' - }, - cosmwasm: { - enabled: false - } - }], sdk: { type: 'cosmos', version: 'v0.47' diff --git a/v2/packages/chain-registry/src/testnet/empowertestnet/chain.ts b/v2/packages/chain-registry/src/testnet/empowertestnet/chain.ts index 26614106c..ff7d9a7ea 100644 --- a/v2/packages/chain-registry/src/testnet/empowertestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/empowertestnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0-rc1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/empowerchain/empowerchain/main/testnets/circulus-1/genesis.json' - }, - versions: [{ - name: 'v1.0.0-rc1', - recommendedVersion: 'v1.0.0-rc1', - compatibleVersions: ['v1.0.0-rc1'] - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/epixtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/epixtestnet/chain.ts index 02ac0fa09..4658e2a09 100644 --- a/v2/packages/chain-registry/src/testnet/epixtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/epixtestnet/chain.ts @@ -33,25 +33,7 @@ const info: Chain = { compatibleVersions: ['v12.0.0-rc4'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/EpixZone/Epix/refs/heads/main/Networks/Testnet/epix_4243-0/genesis.json' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.46' - }, - consensus: { - type: 'tendermint', - version: '0.34' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/evmostestnet/chain.ts b/v2/packages/chain-registry/src/testnet/evmostestnet/chain.ts index 259959bc4..5a03cf140 100644 --- a/v2/packages/chain-registry/src/testnet/evmostestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/evmostestnet/chain.ts @@ -37,39 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/evmos/testnets/raw/main/evmos_9000-4/genesis.zip' }, - versions: [{ - name: 'v11.0.0-rc3', - recommendedVersion: 'v11.0.0-rc3', - compatibleVersions: ['v11.0.0-rc3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }, { - name: 'v12.0.0', - recommendedVersion: 'v12.0.0-rc4', - compatibleVersions: ['v12.0.0-rc4'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/testnet/fetchhubtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/fetchhubtestnet/chain.ts index 1995a10e2..5df6a1cd3 100644 --- a/v2/packages/chain-registry/src/testnet/fetchhubtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/fetchhubtestnet/chain.ts @@ -30,12 +30,7 @@ const info: Chain = { compatibleVersions: ['v0.10.5'], genesis: { genesisUrl: 'https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-827201.json' - }, - versions: [{ - name: 'v0.10.5', - recommendedVersion: 'v0.10.5', - compatibleVersions: ['v0.10.5'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/fiammatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/fiammatestnet/chain.ts index 52f9a6a06..6f9129c68 100644 --- a/v2/packages/chain-registry/src/testnet/fiammatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/fiammatestnet/chain.ts @@ -29,12 +29,7 @@ const info: Chain = { compatibleVersions: ['v0.1.0'], genesis: { genesisUrl: 'https://github.com/fiamma-chain/networks/raw/main/fiamma-testnet-1/genesis.json' - }, - versions: [{ - name: 'v0.1.0', - recommendedVersion: 'v0.1.0', - compatibleVersions: ['v0.1.0'] - }] + } }, logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg' diff --git a/v2/packages/chain-registry/src/testnet/finschiatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/finschiatestnet/chain.ts index 22572478c..2b94cead5 100644 --- a/v2/packages/chain-registry/src/testnet/finschiatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/finschiatestnet/chain.ts @@ -44,75 +44,6 @@ const info: Chain = { name: 'v2', genesisUrl: 'https://vos.line-scdn.net/finschia-2-fileshare/ebony-prod-2/genesis-file.tgz' }, - versions: [{ - name: 'v1', - tag: 'v1.1.1', - height: 36305907, - recommendedVersion: 'v1.1.1', - compatibleVersions: ['v1.1.1'], - binaries: { - "linux/amd64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-amd64.tgz', - "linux/arm64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-arm64.tgz', - "darwin/amd64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-amd64.tgz', - "darwin/arm64": 'https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-arm64.tgz' - }, - nextVersionName: 'v2', - sdk: { - type: 'cosmos', - version: 'v0.47.3', - repo: 'https://github.com/Finschia/finschia-sdk' - }, - language: { - type: 'go', - version: '1.18' - }, - cosmwasm: { - version: 'v0.1.5', - path: '$HOME/.finschia/wasm/wasm', - enabled: true, - repo: 'https://github.com/Finschia/wasmd' - }, - ibc: { - type: 'go', - version: 'v3.3.3', - icsEnabled: ['ics20-1'] - } - }, { - name: 'v2', - tag: 'v2.0.1', - proposal: 1, - height: 40154246, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.0', 'v2.0.1'], - binaries: { - "linux/amd64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64', - "linux/arm64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64', - "darwin/amd64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64', - "darwin/arm64": 'https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64' - }, - previousVersionName: 'v1', - nextVersionName: 'v3', - sdk: { - type: 'cosmos', - version: 'v0.48.1', - repo: 'https://github.com/Finschia/finschia-sdk' - }, - language: { - type: 'go', - version: '1.20' - }, - cosmwasm: { - version: 'v0.2.0', - path: '$HOME/.finschia/wasm/wasm', - enabled: true, - repo: 'https://github.com/Finschia/wasmd' - }, - ibc: { - type: 'go', - version: 'v4.3.1', - icsEnabled: ['ics20-1'] - } - }], language: { type: 'go', version: '1.20' diff --git a/v2/packages/chain-registry/src/testnet/galacticatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/galacticatestnet/chain.ts index 4f1575748..a3cc5c022 100644 --- a/v2/packages/chain-registry/src/testnet/galacticatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/galacticatestnet/chain.ts @@ -37,22 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Galactica-corp/networks/main/galactica_9301-1/genesis.json' }, - versions: [{ - name: 'v0.1.1', - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.1'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - enabled: false - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/testnet/gitopiatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/gitopiatestnet/chain.ts index 09363172a..512c6484c 100644 --- a/v2/packages/chain-registry/src/testnet/gitopiatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/gitopiatestnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['v1.2.0'], genesis: { genesisUrl: 'https://server.gitopia.com/raw/gitopia/testnets/master/gitopia-janus-testnet-2/genesis.json.gz' - }, - versions: [{ - name: 'v1.2.0', - recommendedVersion: 'v1.2.0', - compatibleVersions: ['v1.2.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/humanstestnet/chain.ts b/v2/packages/chain-registry/src/testnet/humanstestnet/chain.ts index 83dec20ec..9728eb775 100644 --- a/v2/packages/chain-registry/src/testnet/humanstestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/humanstestnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://rpc-testnet.humans.zone/genesis' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/hypersigntestnet/chain.ts b/v2/packages/chain-registry/src/testnet/hypersigntestnet/chain.ts index e2f2547b2..80d1b9a8b 100644 --- a/v2/packages/chain-registry/src/testnet/hypersigntestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/hypersigntestnet/chain.ts @@ -28,17 +28,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/hypersign-protocol/networks/master/testnet/prajna/final_genesis.json' - }, - versions: [{ - name: 'v0.2.0', - recommendedVersion: 'v0.2.0', - compatibleVersions: ['v0.2.0'], - binaries: { - "linux/amd64": 'https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-amd64.tar.gz', - "linux/arm64": 'https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-arm64.tar.gz', - "darwin/amd64": 'https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-darwin-amd64.tar.gz' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/impacthubtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/impacthubtestnet/chain.ts index 9553d06f2..17f81a2c4 100644 --- a/v2/packages/chain-registry/src/testnet/impacthubtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/impacthubtestnet/chain.ts @@ -33,20 +33,7 @@ const info: Chain = { compatibleVersions: ['v2.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/ixofoundation/genesis/main/pandora-8/genesis.json' - }, - versions: [{ - name: 'v0.20.0', - recommendedVersion: 'v0.20.1', - compatibleVersions: ['v0.20.0', 'v0.20.1'], - nextVersionName: 'v2' - }, { - name: 'v2', - proposal: 61, - height: 2193200, - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png', diff --git a/v2/packages/chain-registry/src/testnet/imversedtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/imversedtestnet/chain.ts index 43996d6f9..f053c1e1a 100644 --- a/v2/packages/chain-registry/src/testnet/imversedtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/imversedtestnet/chain.ts @@ -30,18 +30,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://s.imversed.com/test-net/genesis.json' - }, - versions: [{ - name: 'v2.4.0', - recommendedVersion: 'v2.4.0', - compatibleVersions: ['v2.4.0'], - binaries: { - "linux/amd64": 'https://s.imversed.com/imversed_linux_amd64.tar.gz', - "darwin/arm64": 'https://s.imversed.com/imversed_darwin_arm64.tar.gz', - "darwin/amd64": 'https://s.imversed.com/imversed_darwin_amd64.tar.gz', - "windows/amd64": 'https://s.imversed.com/imversed_windows_amd64.tar.gz' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/injectivetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/injectivetestnet/chain.ts index d1584a607..8b48cd481 100644 --- a/v2/packages/chain-registry/src/testnet/injectivetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/injectivetestnet/chain.ts @@ -37,25 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://injective-snapshots.s3.amazonaws.com/testnet/genesis.json' - }, - versions: [{ - name: 'v1.10.2', - recommendedVersion: 'v1.10.2', - compatibleVersions: ['v1.10.2'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.10.2-1678712142/linux-amd64.zip', - "darwin/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.10.2-1678712142/darwin-amd64.zip' - }, - nextVersionName: 'v1.11.1' - }, { - name: 'v1.11.1', - recommendedVersion: 'v1.11.1', - compatibleVersions: ['v1.11.1'], - binaries: { - "linux/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/linux-amd64.zip', - "darwin/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/darwin-amd64.zip' - } - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/jackaltestnet/chain.ts b/v2/packages/chain-registry/src/testnet/jackaltestnet/chain.ts index 8b554b511..737cb06dd 100644 --- a/v2/packages/chain-registry/src/testnet/jackaltestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/jackaltestnet/chain.ts @@ -29,16 +29,7 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-Linux', "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-macOS' - }, - versions: [{ - name: 'v1.2.2-alpha.1', - recommendedVersion: 'v1.2.2-alpha.1', - compatibleVersions: ['v1.2.2-alpha.1'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-macOS' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/jackaltestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/jackaltestnet2/chain.ts index 8cf22a5ad..5838e9579 100644 --- a/v2/packages/chain-registry/src/testnet/jackaltestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/jackaltestnet2/chain.ts @@ -29,16 +29,7 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-Linux', "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-macOS' - }, - versions: [{ - name: 'v4.0.0-alpha.3', - recommendedVersion: 'v4.0.0-alpha.3', - compatibleVersions: ['v4.0.0-alpha.3'], - binaries: { - "linux/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-Linux', - "darwin/amd64": 'https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-macOS' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/junotestnet/chain.ts b/v2/packages/chain-registry/src/testnet/junotestnet/chain.ts index 3283f2b81..ed71f4db6 100644 --- a/v2/packages/chain-registry/src/testnet/junotestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/junotestnet/chain.ts @@ -36,47 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json' }, - versions: [{ - name: 'v13.0.0-beta.1', - recommendedVersion: 'v13.0.0-beta.1', - compatibleVersions: ['v13.0.0-beta.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }, { - name: 'v14.0.0-alpha.1', - recommendedVersion: 'v14.0.0-alpha.1', - compatibleVersions: ['v14.0.0-alpha.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/kichaintestnet/chain.ts b/v2/packages/chain-registry/src/testnet/kichaintestnet/chain.ts index 2c0156da6..83a0b6a27 100644 --- a/v2/packages/chain-registry/src/testnet/kichaintestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/kichaintestnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['Testnet-3.0.0-beta'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Testnet/kichain-t-4/genesis.json' - }, - versions: [{ - name: 'Testnet-3.0.0-beta', - recommendedVersion: 'Testnet-3.0.0-beta', - compatibleVersions: ['Testnet-3.0.0-beta'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/kimanetworktestnet/chain.ts b/v2/packages/chain-registry/src/testnet/kimanetworktestnet/chain.ts index ec4508beb..e527cfc53 100644 --- a/v2/packages/chain-registry/src/testnet/kimanetworktestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/kimanetworktestnet/chain.ts @@ -28,18 +28,7 @@ const info: Chain = { compatibleVersions: ['v0.4.3'], genesis: { genesisUrl: 'http://data-testnet.kima.finance/genesis.json' - }, - versions: [{ - name: 'v0.4.3', - recommendedVersion: 'v0.4.3', - compatibleVersions: ['v0.4.3'], - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: 'v0.47.4', - tag: 'v0.47.4' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/kujiratestnet/chain.ts b/v2/packages/chain-registry/src/testnet/kujiratestnet/chain.ts index c5419d335..8fdc1a8aa 100644 --- a/v2/packages/chain-registry/src/testnet/kujiratestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/kujiratestnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['v0.4.0'], genesis: { genesisUrl: 'https://github.com/Team-Kujira/networks/raw/master/testnet/harpoon-4.json' - }, - versions: [{ - name: 'v0.4.0', - recommendedVersion: 'v0.4.0', - compatibleVersions: ['v0.4.0'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/kyvetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/kyvetestnet/chain.ts index 650dc6466..f70ed87ef 100644 --- a/v2/packages/chain-registry/src/testnet/kyvetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/kyvetestnet/chain.ts @@ -38,18 +38,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/KYVENetwork/networks/main/kaon-1/genesis.json' - }, - versions: [{ - name: 'v1.0.0-rc0', - recommendedVersion: 'v1.0.0-rc0', - compatibleVersions: ['v1.0.0-rc0'], - binaries: { - "linux/amd64": 'https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_amd64.tar.gz', - "linux/arm64": 'https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_arm64.tar.gz', - "darwin/amd64": 'https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_amd64.tar.gz', - "darwin/arm64": 'https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_arm64.tar.gz' - } - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/lavatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/lavatestnet/chain.ts index d31eeb2a1..3ef6a669c 100644 --- a/v2/packages/chain-registry/src/testnet/lavatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/lavatestnet/chain.ts @@ -46,118 +46,6 @@ const info: Chain = { name: 'v0.21.1.2', genesisUrl: 'https://raw.githubusercontent.com/lavanet/lava-config/main/testnet-2/genesis_json/genesis.json' }, - versions: [ - { - name: 'v0.21.1.2', - tag: 'v0.21.1.2', - height: 345000, - nextVersionName: 'v0.22.0' - }, - { - name: 'v0.22.0', - tag: 'v0.22.0', - height: 396595, - nextVersionName: 'v0.23.5' - }, - { - name: 'v0.23.5', - tag: 'v0.23.5', - height: 435889, - nextVersionName: 'v0.24.0' - }, - { - name: 'v0.24.0', - tag: 'v0.24.0', - height: 472310, - nextVersionName: 'v0.25.2' - }, - { - name: 'v0.25.2', - tag: 'v0.25.2', - height: 514533, - nextVersionName: 'v0.26.1' - }, - { - name: 'v0.26.1', - tag: 'v0.26.1', - height: 554249, - nextVersionName: 'v0.27.0' - }, - { - name: 'v0.27.0', - tag: 'v0.27.0', - height: 590764, - nextVersionName: 'v0.30.1' - }, - { - name: 'v0.30.1', - tag: 'v0.30.1', - height: 633177, - nextVersionName: 'v0.30.2' - }, - { - name: 'v0.30.2', - tag: 'v0.30.2', - height: 636006, - nextVersionName: 'v0.31.1' - }, - { - name: 'v0.31.1', - tag: 'v0.31.1', - height: 675100, - nextVersionName: 'v0.32.0' - }, - { - name: 'v0.32.0', - tag: 'v0.32.0', - height: 711251, - nextVersionName: 'v0.33.0' - }, - { - name: 'v0.33.0', - tag: 'v0.33.0', - height: 764400, - nextVersionName: 'v0.34.0' - }, - { - name: 'v0.34.0', - tag: 'v0.34.0', - height: 809250, - nextVersionName: 'v0.35.0' - }, - { - name: 'v0.35.0', - tag: 'v0.35.0', - height: 845700, - nextVersionName: 'v1.0.1' - }, - { - name: 'v1.0.1', - tag: 'v1.0.1', - height: 927794, - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'tendermint', - version: '0.37' - }, - binaries: { - "linux/amd64": 'https://github.com/lavanet/lava/releases/download/v1.0.1/lavad-v1.0.1-linux-amd64' - }, - sdk: { - type: 'cosmos', - version: '0.47.7' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '3.0.1', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.47.7' diff --git a/v2/packages/chain-registry/src/testnet/manifesttestnet/chain.ts b/v2/packages/chain-registry/src/testnet/manifesttestnet/chain.ts index ab648a3dc..21a7bc37c 100644 --- a/v2/packages/chain-registry/src/testnet/manifesttestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/manifesttestnet/chain.ts @@ -35,12 +35,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/liftedinit/manifest-ledger/blob/main/network/manifest-1/manifest-1_genesis.json' - }, - versions: [{ - name: 'v0.0.1-alpha.12', - recommendedVersion: 'v0.0.1-alpha.12', - compatibleVersions: ['v0.0.1-alpha.12'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/mantrachaintestnet/chain.ts b/v2/packages/chain-registry/src/testnet/mantrachaintestnet/chain.ts index 368700b0d..238ce86f0 100644 --- a/v2/packages/chain-registry/src/testnet/mantrachaintestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/mantrachaintestnet/chain.ts @@ -34,23 +34,6 @@ const info: Chain = { type: 'cometbft', version: '0.37' }, - versions: [{ - name: '1.0.0', - recommendedVersion: '1.0.0', - compatibleVersions: ['1.0.0'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.47.3' - }, - cosmwasm: { - version: '0.41', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.47.3' diff --git a/v2/packages/chain-registry/src/testnet/mantrachaintestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/mantrachaintestnet2/chain.ts index e227bc81a..d3f45a125 100644 --- a/v2/packages/chain-registry/src/testnet/mantrachaintestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/mantrachaintestnet2/chain.ts @@ -41,24 +41,7 @@ const info: Chain = { cosmwasm: { version: '0.53', enabled: true - }, - versions: [{ - name: '1.0.0-rc3', - recommendedVersion: '1.0.0-rc3', - compatibleVersions: ['1.0.0-rc3'], - consensus: { - type: 'cometbft', - version: '0.38' - }, - sdk: { - type: 'cosmos', - version: '0.50.10' - }, - cosmwasm: { - version: '0.53', - enabled: true - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/migalootestnet/chain.ts b/v2/packages/chain-registry/src/testnet/migalootestnet/chain.ts index 312bfaef3..826fbfd7e 100644 --- a/v2/packages/chain-registry/src/testnet/migalootestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/migalootestnet/chain.ts @@ -42,23 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/White-Whale-Defi-Platform/migaloo-chain/release/v2.0.x/networks/testnet/genesis.json' }, - versions: [{ - name: 'v3.0.4', - recommendedVersion: 'v3.0.4', - compatibleVersions: ['v3.0.4'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.28', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/neuratestnet/chain.ts b/v2/packages/chain-registry/src/testnet/neuratestnet/chain.ts index 5df02d771..3bed536c6 100644 --- a/v2/packages/chain-registry/src/testnet/neuratestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/neuratestnet/chain.ts @@ -41,10 +41,7 @@ const info: Chain = { txPage: 'https://explorer.neura-testnet.ankr.com/tx/${txHash}' }], codebase: { - versions: [{ - name: 'v0.0.1', - height: 0 - }] + }, images: [{ imageSync: { diff --git a/v2/packages/chain-registry/src/testnet/neutrontestnet/chain.ts b/v2/packages/chain-registry/src/testnet/neutrontestnet/chain.ts index 2894e2afd..efc255302 100644 --- a/v2/packages/chain-registry/src/testnet/neutrontestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/neutrontestnet/chain.ts @@ -31,162 +31,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/cosmos/testnets/raw/master/replicated-security/pion-1/pion-1-genesis.json' }, - versions: [ - { - name: 'v0.4.3', - nextVersionName: 'v1.0.4', - recommendedVersion: 'v0.4.3', - compatibleVersions: ['v0.4.3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }, - { - name: 'v1.0.4', - nextVersionName: 'v2.0.0', - recommendedVersion: 'v1.0.4', - compatibleVersions: ['v1.0.4'], - consensus: { - type: 'cometbft', - version: '0.34.27' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.1' - } - }, - { - name: 'v2.0.0', - nextVersionName: '', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.45', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }, - { - name: 'v3.0.0', - nextVersionName: 'v4.0.0-rc3', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.45', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.2' - } - }, - { - name: 'v4.0.0-rc3', - nextVersionName: 'v4.2.1-testnet', - recommendedVersion: 'v4.0.0-rc3', - compatibleVersions: ['v4.0.0-rc3'], - consensus: { - type: 'cometbft', - version: '0.38.7' - }, - sdk: { - type: 'cosmos', - version: '0.50' - }, - cosmwasm: { - version: '0.51', - enabled: true - }, - ibc: { - type: 'go', - version: '8.2.1' - } - }, - { - name: 'v4.2.1-testnet', - nextVersionName: '', - recommendedVersion: 'v4.2.1-testnet', - compatibleVersions: ['v4.2.1-testnet'], - consensus: { - type: 'cometbft', - version: '0.38.11' - }, - sdk: { - type: 'cosmos', - version: '0.50' - }, - cosmwasm: { - version: '0.51', - enabled: true - }, - ibc: { - type: 'go', - version: '8.2.1' - } - }, - { - name: 'v4.2.2-testnet', - nextVersionName: '', - recommendedVersion: 'v4.2.2-testnet', - compatibleVersions: ['v4.2.2-testnet'], - consensus: { - type: 'cometbft', - version: '0.38.11' - }, - sdk: { - type: 'cosmos', - version: '0.50' - }, - cosmwasm: { - version: '0.51', - enabled: true - }, - ibc: { - type: 'go', - version: '8.2.1' - } - } - ], sdk: { type: 'cosmos', version: '0.50' diff --git a/v2/packages/chain-registry/src/testnet/nibirutestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nibirutestnet/chain.ts index d217be2dc..d1eac4dfd 100644 --- a/v2/packages/chain-registry/src/testnet/nibirutestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nibirutestnet/chain.ts @@ -47,65 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-testnet-1/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/testnet/nibirutestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/nibirutestnet2/chain.ts index 35718b71d..634835a05 100644 --- a/v2/packages/chain-registry/src/testnet/nibirutestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nibirutestnet2/chain.ts @@ -47,65 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-testnet-2/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/testnet/nibirutestnet3/chain.ts b/v2/packages/chain-registry/src/testnet/nibirutestnet3/chain.ts index fab8865bd..299a8a8e3 100644 --- a/v2/packages/chain-registry/src/testnet/nibirutestnet3/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nibirutestnet3/chain.ts @@ -47,65 +47,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-testnet-2/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - tag: 'v1.0.0', - height: 1, - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.44.0', - path: '$HOME/.nibid/data/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }, { - name: 'v1.0.1', - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - tag: 'v1.0.1', - binaries: { - "linux/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz' - }, - proposal: 2, - height: 2753803, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.47.7' - }, - cosmwasm: { - version: 'v0.44.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.3.1' - } - }], sdk: { type: 'cosmos', version: 'v0.47.7' diff --git a/v2/packages/chain-registry/src/testnet/nilliontestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nilliontestnet/chain.ts index ba0f92e44..71c4bd65e 100644 --- a/v2/packages/chain-registry/src/testnet/nilliontestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nilliontestnet/chain.ts @@ -36,26 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/NillionNetwork/networks/main/nillion-chain-testnet-1/genesis.json' }, - versions: [{ - name: 'v0.1.1', - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.1'], - consensus: { - type: 'cometbft', - version: 'v0.38.6' - }, - sdk: { - type: 'cosmos', - version: 'v0.50.6' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v8.2.0' - } - }], sdk: { type: 'cosmos', version: 'v0.50.6' diff --git a/v2/packages/chain-registry/src/testnet/nobletestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nobletestnet/chain.ts index e29ee95a9..cb1009e6d 100644 --- a/v2/packages/chain-registry/src/testnet/nobletestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nobletestnet/chain.ts @@ -50,83 +50,6 @@ const info: Chain = { name: 'v0.3.0', genesisUrl: 'https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/testnet/grand-1/genesis.json' }, - versions: [ - { - name: 'v0.3.0', - tag: 'v0.3.0', - height: 0, - nextVersionName: 'v0.4.1' - }, - { - name: 'v0.4.1', - tag: 'v0.4.2', - height: 302000, - recommendedVersion: 'v0.4.1', - compatibleVersions: ['v0.4.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - nextVersionName: 'radon', - sdk: { - type: 'cosmos', - version: 'v0.45' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'radon', - tag: 'v3.0.0', - height: 645000, - recommendedVersion: 'v0.5.1', - compatibleVersions: ['v0.5.0', 'v0.5.1'], - consensus: { - type: 'cometbft', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: 'v0.45' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v3.0.0', - tag: 'v3.0.0', - height: 1397000, - recommendedVersion: 'v3.0.0', - consensus: { - type: 'cometbft', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: 'v0.45' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: 'v3.4.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: 'v0.45' diff --git a/v2/packages/chain-registry/src/testnet/noistestnet/chain.ts b/v2/packages/chain-registry/src/testnet/noistestnet/chain.ts index 788a3bdef..fab1548e8 100644 --- a/v2/packages/chain-registry/src/testnet/noistestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/noistestnet/chain.ts @@ -42,25 +42,6 @@ const info: Chain = { name: 'v1', genesisUrl: 'https://raw.githubusercontent.com/noislabs/networks/nois-testnet-005/nois-testnet-005/genesis.json' }, - versions: [{ - name: 'v1', - tag: 'v1.0.1', - height: 0, - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/nolustestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nolustestnet/chain.ts index a9919f807..3d01779cb 100644 --- a/v2/packages/chain-registry/src/testnet/nolustestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nolustestnet/chain.ts @@ -40,24 +40,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/testnet/rila-1/genesis.json' }, - versions: [{ - name: 'v0.3.0', - recommendedVersion: 'v0.3.0', - compatibleVersions: [], - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.31', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/nomictestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nomictestnet/chain.ts index 77c2e2ad2..4d8c42b72 100644 --- a/v2/packages/chain-registry/src/testnet/nomictestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nomictestnet/chain.ts @@ -44,17 +44,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/nomic-io/nomic/blob/v9.1.0/networks/testnet.toml' - }, - versions: [{ - name: 'v9.1.0', - recommendedVersion: 'v9.1.0', - compatibleVersions: ['v9.1.0'], - consensus: { - type: 'tendermint', - version: 'v0.34' - }, - nextVersionName: '' - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png', diff --git a/v2/packages/chain-registry/src/testnet/nyxtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/nyxtestnet/chain.ts index c2f607180..f4b9ec913 100644 --- a/v2/packages/chain-registry/src/testnet/nyxtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/nyxtestnet/chain.ts @@ -45,19 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://rpc.sandbox.nymtech.net/genesis' }, - versions: [{ - name: 'v0.43.0', - tag: 'v0.43.0', - height: 1933203, - recommendedVersion: 'v0.43.0', - compatibleVersions: ['v0.43.0'], - binaries: { - "linux/amd64": 'https://github.com/nymtech/nyxd/releases/tag/v0.43.0' - }, - cosmwasm: { - enabled: true - } - }], cosmwasm: { enabled: true } diff --git a/v2/packages/chain-registry/src/testnet/okp4testnet/chain.ts b/v2/packages/chain-registry/src/testnet/okp4testnet/chain.ts index c72b3e5d5..26de44c5b 100644 --- a/v2/packages/chain-registry/src/testnet/okp4testnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/okp4testnet/chain.ts @@ -37,17 +37,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/okp4/networks/main/chains/nemeton-1/genesis.json' - }, - versions: [{ - name: 'v4.1.0', - tag: 'v4.1.0', - recommendedVersion: 'v4.1.0', - compatibleVersions: ['v4.1.0'], - binaries: { - "linux/amd64": 'https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-amd64', - "linux/arm64": 'https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-arm64' - } - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png' diff --git a/v2/packages/chain-registry/src/testnet/osmosistestnet/chain.ts b/v2/packages/chain-registry/src/testnet/osmosistestnet/chain.ts index 6af34f2bb..962e5a1ba 100644 --- a/v2/packages/chain-registry/src/testnet/osmosistestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/osmosistestnet/chain.ts @@ -37,59 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://genesis.osmotest5.osmosis.zone/genesis.json' }, - versions: [ - { - name: 'v14.0.0-rc1', - recommendedVersion: 'v14.0.0-rc1', - compatibleVersions: ['v14.0.0-rc1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.29', - enabled: true - } - }, - { - name: 'v15.0.0-rc3', - recommendedVersion: 'v15.0.0-rc3', - compatibleVersions: ['v15.0.0-rc3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.29', - enabled: true - } - }, - { - name: 'v15.0.0', - recommendedVersion: 'v15.0.0', - compatibleVersions: ['v15.0.0-rc3'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - } - ], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/permtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/permtestnet/chain.ts index 9fb26fa1a..273e1b5ac 100644 --- a/v2/packages/chain-registry/src/testnet/permtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/permtestnet/chain.ts @@ -36,47 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Loop-Protocol/testnet/main/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }, { - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/persistencetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/persistencetestnet/chain.ts index 4e3359bf6..bb1b7d2e7 100644 --- a/v2/packages/chain-registry/src/testnet/persistencetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/persistencetestnet/chain.ts @@ -36,15 +36,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/test-core-1/final_genesis.json' - }, - versions: [{ - name: 'v6.0.0-rc5', - recommendedVersion: 'v6.0.0-rc5', - compatibleVersions: ['v6.0.0-rc5'], - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/archive/refs/tags/v6.0.0-rc5.tar.gz' - } - }] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/persistencetestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/persistencetestnet2/chain.ts index 873af99ef..d508f5649 100644 --- a/v2/packages/chain-registry/src/testnet/persistencetestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/persistencetestnet2/chain.ts @@ -39,118 +39,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json' - }, - versions: [ - { - name: 'v7.0.2', - recommendedVersion: 'v7.0.2', - compatibleVersions: ['v7.0.2'], - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v7.0.2/persistenceCore-v7.0.2-linux-amd64.tar.gz' - } - }, - { - name: 'v8', - tag: 'v8.0.0', - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'], - consensus: { - type: 'tendermint', - version: '0.37' - }, - nextVersionName: 'v8.1.0', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.40', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v8.1.0', - tag: 'v8.1.0', - recommendedVersion: 'v8.1.0', - compatibleVersions: ['v8.1.0'], - consensus: { - type: 'tendermint', - version: '0.37' - }, - nextVersionName: 'v9', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.40', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v9', - tag: 'v9.0.0', - height: 1531570, - proposal: 16, - recommendedVersion: 'v8.0.0', - compatibleVersions: ['v8.0.0'], - consensus: { - type: 'tendermint', - version: '0.37' - }, - nextVersionName: 'v9.1.0', - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - version: '0.40', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v9.1.0', - tag: 'v9.1.1', - height: 1543200, - proposal: 17, - recommendedVersion: 'v9.1.1', - compatibleVersions: ['v9.1.1', 'v9.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.37.2' - }, - binaries: { - "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v9.1.1/persistenceCore-v9.1.1-linux-amd64.tar.gz' - }, - sdk: { - type: 'cosmos', - version: 'v0.47.0', - tag: 'v0.47.0-lsm' - }, - cosmwasm: { - version: 'v0.40.2', - path: '$HOME/.persistenceCore/wasm', - enabled: true - }, - ibc: { - type: 'go', - version: 'v7.2.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/planqtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/planqtestnet/chain.ts index a4195bc36..bdc4f302e 100644 --- a/v2/packages/chain-registry/src/testnet/planqtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/planqtestnet/chain.ts @@ -45,31 +45,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/planq-network/networks/main/atlas-testnet/genesis.json' }, - versions: [{ - name: 'v1.1.2', - recommendedVersion: 'v1.1.2', - compatibleVersions: ['v1.1.2'], - consensus: { - type: 'cometbft', - version: '0.34.33' - }, - binaries: { - "linux/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_amd64.tar.gz', - "linux/arm64": 'https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_arm64.tar.gz', - "darwin/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_amd64.tar.gz', - "darwin/arm64": 'https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_arm64.tar.gz', - "windows/amd64": 'https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_windows_amd64.zip' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: 'v0.46.3' - }, - ibc: { - type: 'go', - version: '5.0.2' - } - }], sdk: { type: 'cosmos', version: 'v0.46.3' diff --git a/v2/packages/chain-registry/src/testnet/pryzmtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/pryzmtestnet/chain.ts index 1dfd8cf5c..16085743f 100644 --- a/v2/packages/chain-registry/src/testnet/pryzmtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/pryzmtestnet/chain.ts @@ -37,23 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://storage.googleapis.com/pryzm-resources/indigo-1/genesis.json' }, - versions: [{ - name: 'v0.9.0', - recommendedVersion: 'v0.9.0', - compatibleVersions: ['v0.9.0'], - consensus: { - type: 'tendermint', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: '7.3.1' - } - }], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/testnet/quasartestnet/chain.ts b/v2/packages/chain-registry/src/testnet/quasartestnet/chain.ts index 4e7c5105f..b51294932 100644 --- a/v2/packages/chain-registry/src/testnet/quasartestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/quasartestnet/chain.ts @@ -37,39 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/quasar-finance/questnet/main/v04/definitive-genesis.json' }, - versions: [{ - name: 'v1.0.1-rc-testnet', - recommendedVersion: 'v1.0.1-rc-testnet', - compatibleVersions: ['v1.0.1-rc-testnet'], - consensus: { - type: 'tendermint', - version: '0.34.27' - }, - sdk: { - type: 'cosmos', - version: '0.45.16' - }, - cosmwasm: { - version: '0.31', - enabled: true - } - }, { - name: 'v2.0.0-rc', - recommendedVersion: 'v2.0.0-rc', - compatibleVersions: ['v2.0.0-rc'], - consensus: { - type: 'cometbft', - version: '0.37.6' - }, - sdk: { - type: 'cosmos', - version: '0.47.12' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.47.12' diff --git a/v2/packages/chain-registry/src/testnet/quicksilvertestnet/chain.ts b/v2/packages/chain-registry/src/testnet/quicksilvertestnet/chain.ts index a6e3f2239..042363c42 100644 --- a/v2/packages/chain-registry/src/testnet/quicksilvertestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/quicksilvertestnet/chain.ts @@ -36,27 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/ingenuity-build/testnets/main/rhye-2/genesis.json' }, - versions: [{ - name: 'v1.4.5-rc2', - recommendedVersion: 'v1.4.5-rc2', - compatibleVersions: ['v1.4.5-rc2'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - cosmwasm: { - version: '0.29', - enabled: true - }, - ibc: { - type: 'go', - version: '5.3.2' - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/testnet/qwoyntestnet/chain.ts b/v2/packages/chain-registry/src/testnet/qwoyntestnet/chain.ts index 8b04b70ec..9bdd5401e 100644 --- a/v2/packages/chain-registry/src/testnet/qwoyntestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/qwoyntestnet/chain.ts @@ -37,27 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/cosmic-horizon/testnets/main/higgs-boson-1/genesis.json' }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - binaries: { - "linux/amd64": 'https://github.com/cosmic-horizon/QWOYN/releases/download/v1.0.0/qwoynd_1.0.0_linux_amd64.zip' - }, - sdk: { - type: 'cosmos', - version: '0.42.10' - }, - ibc: { - type: 'go', - version: '3.0.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }], sdk: { type: 'cosmos', version: '0.47.3' diff --git a/v2/packages/chain-registry/src/testnet/sagatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/sagatestnet/chain.ts index 27b53f7ec..68cbcc577 100644 --- a/v2/packages/chain-registry/src/testnet/sagatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/sagatestnet/chain.ts @@ -42,27 +42,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/sagaxyz/ssc-public-testnet/main/genesis.json' }, - versions: [{ - name: 'v0.1.3', - recommendedVersion: 'v0.1.3', - compatibleVersions: [ - 'v0.1.0', - 'v0.1.1', - 'v0.1.2', - 'v0.1.3' - ], - consensus: { - type: 'tendermint', - version: '0.37' - }, - sdk: { - type: 'cosmos', - version: '0.47' - }, - cosmwasm: { - enabled: false - } - }], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/testnet/secretnetworktestnet/chain.ts b/v2/packages/chain-registry/src/testnet/secretnetworktestnet/chain.ts index c150b0bab..1215863f2 100644 --- a/v2/packages/chain-registry/src/testnet/secretnetworktestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/secretnetworktestnet/chain.ts @@ -28,15 +28,7 @@ const info: Chain = { compatibleVersions: ['v1.9.3'], genesis: { genesisUrl: 'https://rpc.pulsar3.scrttestnet.com/genesis' - }, - versions: [{ - name: 'v1.9.3', - recommendedVersion: 'v1.9.3', - compatibleVersions: ['v1.9.3'], - binaries: { - "linux/amd64": 'https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.3/secretnetwork_1.9.3_testnet_goleveldb_amd64.deb' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/seitestnet/chain.ts b/v2/packages/chain-registry/src/testnet/seitestnet/chain.ts index f1e8b1e8c..126b80798 100644 --- a/v2/packages/chain-registry/src/testnet/seitestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/seitestnet/chain.ts @@ -25,12 +25,7 @@ const info: Chain = { compatibleVersions: ['1.0.6beta'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-incentivized-testnet/genesis.json' - }, - versions: [{ - name: '1.0.6beta', - recommendedVersion: '1.0.6beta', - compatibleVersions: ['1.0.6beta'] - }] + } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png', diff --git a/v2/packages/chain-registry/src/testnet/seitestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/seitestnet2/chain.ts index 7f9a57494..26abfe9f7 100644 --- a/v2/packages/chain-registry/src/testnet/seitestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/seitestnet2/chain.ts @@ -29,17 +29,7 @@ const info: Chain = { ], genesis: { genesisUrl: 'https://raw.githubusercontent.com/sei-protocol/testnet/main/atlantic-2/genesis.json' - }, - versions: [{ - name: 'v5.7.5', - recommendedVersion: 'v5.7.5', - compatibleVersions: [ - '2.0.34beta', - '2.0.37beta', - '2.0.39beta', - '2.0.40beta' - ] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/selfchaindevnet/chain.ts b/v2/packages/chain-registry/src/testnet/selfchaindevnet/chain.ts index 121399b5f..da544da22 100644 --- a/v2/packages/chain-registry/src/testnet/selfchaindevnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/selfchaindevnet/chain.ts @@ -24,12 +24,7 @@ const info: Chain = { compatibleVersions: ['0.2.2'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/hotcrosscom/selfchain-genesis/main/networks/devnet/genesis.json' - }, - versions: [{ - name: '0.2.2', - recommendedVersion: '0.2.2', - compatibleVersions: ['0.2.2'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/shentutestnet/chain.ts b/v2/packages/chain-registry/src/testnet/shentutestnet/chain.ts index c6f20a63b..9071f0e31 100644 --- a/v2/packages/chain-registry/src/testnet/shentutestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/shentutestnet/chain.ts @@ -38,83 +38,6 @@ const info: Chain = { "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_arm64_macos', "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.11.0/shentud_2.11.0_win_x86_64.exe' }, - versions: [ - { - name: 'v2.6.0', - height: 10485430, - proposal: 14, - tag: 'v2.6.0', - recommendedVersion: 'v2.6.0', - compatibleVersions: ['v2.6.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_win_x86_64.exe' - }, - nextVersionName: 'v2.7.0', - ibc: { - type: 'go', - version: 'v4.2.0' - } - }, - { - name: 'v2.7.0', - height: 12926000, - proposal: 17, - tag: 'v2.7.0', - recommendedVersion: 'v2.7.0', - compatibleVersions: ['v2.7.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_win_x86_64.exe' - }, - nextVersionName: 'v2.7.2', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.7.2', - height: 14875800, - proposal: 21, - tag: 'v2.7.2', - recommendedVersion: 'v2.7.2', - compatibleVersions: ['v2.7.2'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_win_x86_64.exe' - }, - nextVersionName: 'v2.8.0', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v2.8.0', - height: 15094300, - proposal: 23, - tag: 'v2.8.0', - recommendedVersion: 'v2.8.0', - compatibleVersions: ['v2.8.0'], - binaries: { - "linux/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_linux_amd64', - "darwin/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_arm64_macos', - "windows/amd64": 'https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_win_x86_64.exe' - }, - nextVersionName: '', - ibc: { - type: 'go', - version: 'v4.2.1', - icsEnabled: ['ics20-1'] - } - } - ], ibc: { type: 'go', version: 'v7.4.0', diff --git a/v2/packages/chain-registry/src/testnet/sixtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/sixtestnet/chain.ts index 41cb760a8..23cf134cb 100644 --- a/v2/packages/chain-registry/src/testnet/sixtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/sixtestnet/chain.ts @@ -37,19 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/thesixnetwork/chain-info/genesis.json' }, - versions: [{ - name: 'v3.1.1-fn', - recommendedVersion: 'v3.1.1-fn', - compatibleVersions: ['v3.1.1-fn'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/soarchaintestnet/chain.ts b/v2/packages/chain-registry/src/testnet/soarchaintestnet/chain.ts index d24107d8a..95af3b518 100644 --- a/v2/packages/chain-registry/src/testnet/soarchaintestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/soarchaintestnet/chain.ts @@ -37,47 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/soar-robotics/testnet-validator-onboard/main/release/genesis.json' }, - versions: [ - { - name: 'v1', - tag: 'v0.2.5', - height: 0, - recommendedVersion: 'v0.2.10', - compatibleVersions: ['v0.2.10'], - nextVersionName: 'v2' - }, - { - name: 'v2', - tag: 'v0.2.6', - height: 480332, - recommendedVersion: 'v0.2.6', - compatibleVersions: ['v0.2.6'], - nextVersionName: 'v3' - }, - { - name: 'v3', - tag: 'v0.2.8', - height: 871084, - recommendedVersion: 'v0.2.8', - compatibleVersions: ['v0.2.8'], - nextVersionName: 'v4' - }, - { - name: 'v4', - tag: 'v0.2.9', - height: 1020400, - recommendedVersion: 'v0.2.9', - compatibleVersions: ['v0.2.9'], - nextVersionName: 'v5' - }, - { - name: 'v5', - tag: 'v0.2.10', - height: 1175732, - recommendedVersion: 'v0.2.10', - compatibleVersions: ['v0.2.10'] - } - ], sdk: { type: 'cosmos', version: '0.45.5' diff --git a/v2/packages/chain-registry/src/testnet/sourcetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/sourcetestnet/chain.ts index 1c5bf9f2b..3b75c36d4 100644 --- a/v2/packages/chain-registry/src/testnet/sourcetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/sourcetestnet/chain.ts @@ -37,39 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Source-Protocol-Cosmos/testnets/master/sourcetest-1/genesis.json' }, - versions: [{ - name: 'v3.0.0', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }, { - name: 'v3.0.1', - recommendedVersion: 'v3.0.1', - compatibleVersions: ['v3.0.1'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/stargazetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/stargazetestnet/chain.ts index 1d23fced5..cc231ebb3 100644 --- a/v2/packages/chain-registry/src/testnet/stargazetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/stargazetestnet/chain.ts @@ -31,23 +31,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/public-awesome/testnets/blob/main/elgafar-1/genesis/genesis.tar.gz?raw=true' }, - versions: [{ - name: 'v7.0.0', - recommendedVersion: 'v7.0.0', - compatibleVersions: ['v7.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.28', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/statesettestnet/chain.ts b/v2/packages/chain-registry/src/testnet/statesettestnet/chain.ts index e08da6066..1df80ef8d 100644 --- a/v2/packages/chain-registry/src/testnet/statesettestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/statesettestnet/chain.ts @@ -30,18 +30,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://rpc.stateset.zone/genesis' - }, - versions: [{ - name: 'v1.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - binaries: { - "linux/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-amd64', - "linux/arm64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-arm64', - "darwin/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-darwin-amd64', - "windows/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-windows-amd64.exe' - } - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/stridetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/stridetestnet/chain.ts index 6947b8256..a88598e06 100644 --- a/v2/packages/chain-registry/src/testnet/stridetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/stridetestnet/chain.ts @@ -34,23 +34,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/Stride-Labs/mainnet/main/testnet/genesis.json' }, - versions: [{ - name: 'v8.0.0-testnet', - recommendedVersion: 'v8.0.0-testnet', - compatibleVersions: ['v8.0.0-testnet'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: '5.1.0' - } - }], sdk: { type: 'cosmos', version: '0.46' diff --git a/v2/packages/chain-registry/src/testnet/sunrisetestnet/chain.ts b/v2/packages/chain-registry/src/testnet/sunrisetestnet/chain.ts index 46454aa0c..8df2b6003 100644 --- a/v2/packages/chain-registry/src/testnet/sunrisetestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/sunrisetestnet/chain.ts @@ -39,100 +39,6 @@ const info: Chain = { repo: 'https://github.com/sunriselayer/sunrise-core', tag: 'v0.0.5-cmt-v0.38.2' }, - versions: [ - { - name: 'v0.0.7', - recommendedVersion: 'v0.0.7', - compatibleVersions: ['v0.0.7'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.0.8', - recommendedVersion: 'v0.0.8', - compatibleVersions: ['v0.0.8'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.0.8/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.1.1', - recommendedVersion: 'v0.1.1', - compatibleVersions: ['v0.1.1'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: 'v0.1.2', - recommendedVersion: 'v0.1.2', - compatibleVersions: ['v0.1.2'], - binaries: { - "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.1.2/sunrised' - }, - consensus: { - type: 'cometbft', - version: 'v0.0.5', - repo: 'https://github.com/sunriselayer/sunrise-core', - tag: 'v0.0.5-cmt-v0.38.2' - }, - sdk: { - type: 'cosmos', - version: '0.50.2' - }, - ibc: { - type: 'go', - version: '8.0.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.50.2' diff --git a/v2/packages/chain-registry/src/testnet/swisstroniktestnet/chain.ts b/v2/packages/chain-registry/src/testnet/swisstroniktestnet/chain.ts index 897a08305..3cc9123be 100644 --- a/v2/packages/chain-registry/src/testnet/swisstroniktestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/swisstroniktestnet/chain.ts @@ -37,68 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://rpc.testnet.swisstronik.com/genesis' }, - versions: [ - { - name: 'v0.1.11-testnet', - recommendedVersion: 'v0.1.11-testnet', - compatibleVersions: ['v0.1.11-testnet'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - nextVersionName: 'v1.0.1', - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v1.0.1', - proposal: 1, - height: 1969786, - recommendedVersion: 'v1.0.1', - compatibleVersions: ['v1.0.1'], - consensus: { - type: 'cometbft', - version: '0.37' - }, - nextVersionName: 'v1.0.2', - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - }, - { - name: 'v1.0.2', - height: 5430000, - recommendedVersion: 'v1.0.2', - compatibleVersions: ['v1.0.2'], - binaries: { - "linux/amd64": 'https://github.com/SigmaGmbH/swisstronik-chain/releases/download/testnet-v1.0.2/swisstronik_1.0.2_amd64.deb.zip' - }, - consensus: { - type: 'cometbft', - version: '0.37' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - version: '0.47' - }, - ibc: { - type: 'go', - version: 'v7.2.0' - } - } - ], sdk: { type: 'cosmos', version: '0.47' diff --git a/v2/packages/chain-registry/src/testnet/symphonytestnet/chain.ts b/v2/packages/chain-registry/src/testnet/symphonytestnet/chain.ts index 41d88fc50..c696cd86e 100644 --- a/v2/packages/chain-registry/src/testnet/symphonytestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/symphonytestnet/chain.ts @@ -37,23 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://rpc.testnet.symphonychain.org/genesis' }, - versions: [{ - name: 'v23.0.5-rc1', - recommendedVersion: 'v23.0.5-rc1', - compatibleVersions: ['v23.0.5-rc1'], - consensus: { - type: 'tendermint', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47.8' - }, - cosmwasm: { - version: '0.29', - enabled: true - } - }], sdk: { type: 'cosmos', version: '0.47.8' diff --git a/v2/packages/chain-registry/src/testnet/synternettestnet/chain.ts b/v2/packages/chain-registry/src/testnet/synternettestnet/chain.ts index aca24c371..951c397a4 100644 --- a/v2/packages/chain-registry/src/testnet/synternettestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/synternettestnet/chain.ts @@ -35,57 +35,7 @@ const info: Chain = { }, genesis: { genesisUrl: 'https://github.com/Synternet/synternet-chain-releases/blob/main/networks/testnet/genesis.json' - }, - versions: [ - { - name: 'v0.1', - recommendedVersion: 'v0.1.0', - compatibleVersions: ['v0.1.0'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.0.1/amberd-linux-amd64-v0.1.0-testnet' - } - }, - { - name: 'v0.2', - recommendedVersion: 'v0.2.4', - compatibleVersions: ['v0.2.4'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.2.4/amberd-linux-amd64-v0.2.4-testnet' - } - }, - { - name: 'v0.5', - recommendedVersion: 'v0.5.4', - compatibleVersions: ['v0.5.4'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.5.4/amberd-linux-amd64-v0.5.4-testnet' - } - }, - { - name: 'v0.6', - recommendedVersion: 'v0.6.0', - compatibleVersions: ['v0.6.0'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.6.0/amberd-linux-amd64-v0.6.0-testnet' - } - }, - { - name: 'v0.7', - recommendedVersion: 'v0.7.0', - compatibleVersions: ['v0.7.0'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.7.0/amberd-linux-amd64-v0.7.0-testnet' - } - }, - { - name: 'v0.8', - recommendedVersion: 'v0.8.0', - compatibleVersions: ['v0.8.0'], - binaries: { - "linux/amd64": 'https://github.com/Synternet/synternet-chain-releases/releases/download/v0.8.0/amberd-linux-amd64-v0.8.0-testnet' - } - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/terpnettestnet/chain.ts b/v2/packages/chain-registry/src/testnet/terpnettestnet/chain.ts index af3e0f6e4..855d49a2e 100644 --- a/v2/packages/chain-registry/src/testnet/terpnettestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/terpnettestnet/chain.ts @@ -40,36 +40,7 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.0/terpd-linux-amd64', "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.0/terpd-linux-arm64' - }, - versions: [ - { - name: 'v4.2.0', - recommendedVersion: 'v4.2.0', - compatibleVersions: [], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v4.2.1', - recommendedVersion: 'v4.2.1', - compatibleVersions: [], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v4.2.2', - recommendedVersion: 'v4.2.2', - compatibleVersions: [], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/terpnettestnet2/chain.ts b/v2/packages/chain-registry/src/testnet/terpnettestnet2/chain.ts index c1dba23ea..bb88a3710 100644 --- a/v2/packages/chain-registry/src/testnet/terpnettestnet2/chain.ts +++ b/v2/packages/chain-registry/src/testnet/terpnettestnet2/chain.ts @@ -40,81 +40,7 @@ const info: Chain = { binaries: { "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.1.testnet/terpd-linux-amd64', "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.1.testnet/terpd-linux-arm64' - }, - versions: [ - { - name: 'v1.0.0-stable', - recommendedVersion: 'v1.0.0-stable', - compatibleVersions: ['v1.0.0', 'v1.0.0-stable'], - consensus: { - type: 'cometbft', - version: '0.37.0' - } - }, - { - name: 'huckleberry', - recommendedVersion: 'huckleberry', - compatibleVersions: ['huckleberry'], - consensus: { - type: 'cometbft', - version: '0.37.0' - } - }, - { - name: 'barberry', - recommendedVersion: 'barberry', - compatibleVersions: ['barberry'], - consensus: { - type: 'cometbft', - version: '0.37.1' - } - }, - { - name: 'v2.0.0', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v3.0.0', - recommendedVersion: 'v3.0.0', - compatibleVersions: ['v3.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v2-pigeonfall', - recommendedVersion: 'v2-pigeonfall', - compatibleVersions: ['v2-pigeonfall'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v3-pigeonfall', - recommendedVersion: 'v3-pigeonfall', - compatibleVersions: ['v3-pigeonfall'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - }, - { - name: 'v4.1.testnet', - recommendedVersion: 'v4.1.testnet', - compatibleVersions: ['v4.1.testnet'], - consensus: { - type: 'cometbft', - version: '0.37.2' - } - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/terra2testnet/chain.ts b/v2/packages/chain-registry/src/testnet/terra2testnet/chain.ts index 91c786814..7d737ab61 100644 --- a/v2/packages/chain-registry/src/testnet/terra2testnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/terra2testnet/chain.ts @@ -33,130 +33,7 @@ const info: Chain = { genesis: { name: 'v2.0', genesisUrl: 'https://tfl-pisco-1.s3.amazonaws.com/genesis.json' - }, - versions: [ - { - name: 'v2.0', - tag: 'v2.0.0-rc.1', - height: 1, - recommendedVersion: 'v2.0.0-rc.1', - nextVersionName: 'v2.1', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.0.0-rc.0/terra_2.0.0-rc.0_Linux_x86_64.tar.gz?checksum=sha256:2427cf3aa7934f591eac0708156d424f55d3dbb6062f6f111b770bee8f414c91', - "darwin/amd64": 'https://github.com/terra-money/core/releases/download/v2.0.0-rc.0/terra_2.0.0-rc.0_Darwin_x86_64.tar.gz?checksum=sha256:72869d7279362e8d63e2afb02c17e1eef0ad0cb6285a30dfa47c571fa5be1c30' - } - }, - { - name: 'v2.1', - tag: 'v2.1.0-beta.1', - height: 838500, - recommendedVersion: 'v2.1.0-beta.1', - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'v2.2', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.1.0-beta.1/terra_2.1.0-beta.1_Linux_x86_64.tar.gz?checksum=sha256:c6e6ace1d5b5f3f365f6d71489dbeda645f196ea10f8f03103fb9648131bfec1' - }, - sdk: { - type: 'cosmos', - version: '0.46.9' - }, - cosmwasm: { - version: '0.27.0', - enabled: true - }, - ibc: { - type: 'go', - version: '3.0.0' - } - }, - { - name: 'v2.2', - tag: 'v2.2.1', - height: 2777777, - recommendedVersion: 'v2.2.1', - compatibleVersions: ['v2.2.0', 'v2.2.1'], - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'v2.3', - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.2.1/terra_2.2.1_Linux_x86_64.tar.gz?checksum=sha256:8a9353ae3c33a750ce2a9d236f00c12c5449c41fad96e9885a5c0b8678fcf8bc' - }, - sdk: { - type: 'cosmos', - version: '0.46.11' - }, - cosmwasm: { - version: '0.27.0', - enabled: true - }, - ibc: { - type: 'go', - version: '3.4.0' - } - }, - { - name: 'v2.3', - tag: 'v2.3.4', - height: 4712048, - recommendedVersion: 'v2.3.4', - compatibleVersions: [ - 'v2.3.0', - 'v2.3.1', - 'v2.3.2', - 'v2.3.4' - ], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.3.4/terra_2.3.4_Linux_x86_64.tar.gz?checksum=sha256:3e737e1f1f9b8640ef0e73f412e9e11bedd494ea2c130630a1f5586e00da9ae7' - }, - sdk: { - type: 'cosmos', - version: 'v0.46.11' - }, - cosmwasm: { - version: 'v0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - }, - { - name: 'v2.4', - tag: 'v2.4.0-rc5', - height: 6272928, - recommendedVersion: 'v2.4.0-rc5', - compatibleVersions: ['v2.4.0-rc5'], - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - binaries: { - "linux/amd64": 'https://github.com/terra-money/core/releases/download/v2.4.0-rc5/terra_2.4.0-rc5_Linux_x86_64.tar.gz?checksum=sha256:c61c9c4ae8a0bcb9d7f9fc2197d84ba8b75b558c2cee3438ae2142eb97e0d771' - }, - sdk: { - type: 'cosmos', - version: 'v0.46.11' - }, - cosmwasm: { - version: 'v0.30.0', - enabled: true - }, - ibc: { - type: 'go', - version: 'v6.1.1' - } - } - ] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/titantestnet/chain.ts b/v2/packages/chain-registry/src/testnet/titantestnet/chain.ts index d8561937a..a825b62af 100644 --- a/v2/packages/chain-registry/src/testnet/titantestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/titantestnet/chain.ts @@ -39,85 +39,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/titantkx/titan-testnets/main/public/genesis.json' }, - versions: [ - { - name: 'v1.0.0', - tag: 'v1.0.0', - height: 0, - nextVersionName: 'v2.0.0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0-alpha.1', 'v1.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47.6', - tag: '0.47.6-titan.3' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v2.0.0', - tag: 'v2.0.0', - height: 727408, - nextVersionName: 'v2.0.1', - recommendedVersion: 'v2.0.0', - compatibleVersions: ['v2.0.0'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47.6', - tag: '0.47.6-titan.4' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - }, - { - name: 'v2.0.1', - tag: 'v2.0.1', - height: 967678, - recommendedVersion: 'v2.0.1', - compatibleVersions: ['v2.0.1'], - consensus: { - type: 'cometbft', - version: '0.37.4' - }, - sdk: { - type: 'cosmos', - version: '0.47.6', - tag: '0.47.6-titan.4' - }, - cosmwasm: { - version: '0.45.0', - enabled: true - }, - ibc: { - type: 'go', - version: '7.3.0', - icsEnabled: ['ics20-1', 'ics27-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.47.6', diff --git a/v2/packages/chain-registry/src/testnet/tucanatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/tucanatestnet/chain.ts index 451f27a44..72b925035 100644 --- a/v2/packages/chain-registry/src/testnet/tucanatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/tucanatestnet/chain.ts @@ -38,23 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/TucanaProtocol/testnets/raw/main/tucana_712-1/genesis.json' }, - versions: [{ - name: 'v8.1.0', - recommendedVersion: 'v8.1.0', - compatibleVersions: ['v8.1.0'], - consensus: { - type: 'cometbft', - version: 'v0.38.9' - }, - sdk: { - type: 'cosmos', - version: 'v0.50.8' - }, - ibc: { - type: 'go', - version: 'v8.3.2' - } - }], sdk: { type: 'cosmos', version: 'v0.50.8' diff --git a/v2/packages/chain-registry/src/testnet/ulastestnet/chain.ts b/v2/packages/chain-registry/src/testnet/ulastestnet/chain.ts index 76f77e42c..a9f333242 100644 --- a/v2/packages/chain-registry/src/testnet/ulastestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/ulastestnet/chain.ts @@ -17,12 +17,7 @@ const info: Chain = { compatibleVersions: ['v0.0.1'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/ulasnetwork/chain-config/main/ulas/genesis.json' - }, - versions: [{ - name: 'v0.0.1', - recommendedVersion: 'v0.0.1', - compatibleVersions: ['v0.0.1'] - }] + } }, apis: { rpc: [{ diff --git a/v2/packages/chain-registry/src/testnet/unificationtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/unificationtestnet/chain.ts index 366010469..d6f72d05f 100644 --- a/v2/packages/chain-registry/src/testnet/unificationtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/unificationtestnet/chain.ts @@ -46,128 +46,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json' }, - versions: [ - { - name: '1-ibc', - tag: 'v1.6.3', - proposal: 4, - height: 2410500, - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'v1.7.0', - sdk: { - type: 'cosmos', - version: '0.45.9' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '3.1.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: '2-grog', - tag: 'v1.7.0', - proposal: 7, - height: 5840430, - consensus: { - type: 'tendermint', - version: '0.34.26' - }, - nextVersionName: 'v1.8.2', - sdk: { - type: 'cosmos', - version: '0.45.14' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '3.4.0', - icsEnabled: ['ics20-1'] - } - }, - { - name: '3-keyleth', - tag: 'v1.8.2', - proposal: 8, - height: 7841840, - consensus: { - type: 'tendermint', - version: '0.34.29' - }, - recommendedVersion: 'v1.8.2', - nextVersionName: 'v1.9.0', - compatibleVersions: ['v1.8.2'], - sdk: { - type: 'cosmos', - version: '0.46.15' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: '4-percival', - tag: 'v1.9.0', - proposal: 41, - height: 11657000, - consensus: { - type: 'tendermint', - version: '0.34.29' - }, - nextVersionName: 'v1.10.1', - recommendedVersion: 'v1.9.0', - compatibleVersions: ['v1.9.0'], - sdk: { - type: 'cosmos', - version: '0.46.16' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '5.3.1', - icsEnabled: ['ics20-1'] - } - }, - { - name: '5-pike', - tag: 'v1.10.1', - proposal: 43, - height: 13910300, - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - recommendedVersion: 'v1.10.1', - compatibleVersions: ['v1.10.0', 'v1.10.1'], - sdk: { - type: 'cosmos', - version: '0.47.13' - }, - cosmwasm: { - enabled: false - }, - ibc: { - type: 'go', - version: '7.7.0', - icsEnabled: ['ics20-1'] - } - } - ], sdk: { type: 'cosmos', version: '0.47.13' diff --git a/v2/packages/chain-registry/src/testnet/upticktestnet/chain.ts b/v2/packages/chain-registry/src/testnet/upticktestnet/chain.ts index bcf6da33a..d6e5c3ea1 100644 --- a/v2/packages/chain-registry/src/testnet/upticktestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/upticktestnet/chain.ts @@ -33,22 +33,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/UptickNetwork/uptick-testnet/main/uptick_7000-2/genesis.json' }, - versions: [{ - name: 'v0.2.6', - recommendedVersion: 'v0.2.6', - compatibleVersions: ['v0.2.6'], - consensus: { - type: 'tendermint', - version: '0.34.23' - }, - binaries: { - "linux/amd64": 'https://github.com/UptickNetwork/uptick/releases/download/v0.2.6/uptick-linux-amd64-v0.2.6.tar.gz' - }, - sdk: { - type: 'cosmos', - version: '0.46.5' - } - }], sdk: { type: 'cosmos', version: '0.46.5' diff --git a/v2/packages/chain-registry/src/testnet/wardenprotocoltestnet/chain.ts b/v2/packages/chain-registry/src/testnet/wardenprotocoltestnet/chain.ts index 1de8b5148..a8b18d3c8 100644 --- a/v2/packages/chain-registry/src/testnet/wardenprotocoltestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/wardenprotocoltestnet/chain.ts @@ -37,22 +37,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/warden-protocol/networks/main/testnets/buenavista/genesis.json' }, - versions: [{ - name: 'v0.3.0', - recommendedVersion: 'v0.3.0', - compatibleVersions: ['v0.3.0'], - consensus: { - type: 'cometbft', - version: '0.38' - }, - sdk: { - type: 'cosmos', - version: '0.50' - }, - cosmwasm: { - enabled: false - } - }], sdk: { type: 'cosmos', version: '0.50' diff --git a/v2/packages/chain-registry/src/testnet/wavehashtestnet/chain.ts b/v2/packages/chain-registry/src/testnet/wavehashtestnet/chain.ts index 402dfda2d..bdd448723 100644 --- a/v2/packages/chain-registry/src/testnet/wavehashtestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/wavehashtestnet/chain.ts @@ -36,27 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://raw.githubusercontent.com/WaveHashProtocol/testnet/main/testnet-1/genesis.json' }, - versions: [{ - name: 'v6.0.0', - recommendedVersion: 'v6.0.0', - compatibleVersions: ['v6.0.0'], - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.45' - }, - cosmwasm: { - version: '0.30', - enabled: true - }, - ibc: { - type: 'go', - version: '4.3.0' - } - }], sdk: { type: 'cosmos', version: '0.45' diff --git a/v2/packages/chain-registry/src/testnet/xiontestnet/chain.ts b/v2/packages/chain-registry/src/testnet/xiontestnet/chain.ts index c57438a88..1114d260e 100644 --- a/v2/packages/chain-registry/src/testnet/xiontestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/xiontestnet/chain.ts @@ -31,444 +31,7 @@ const info: Chain = { gitRepo: 'https://github.com/burnt-labs/xion', genesis: { genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json' - }, - versions: [ - { - name: 'v0.1.0', - tag: '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', - 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', - 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', - 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', - 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', - 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', - 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', - 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', - height: 8903500, - proposal: 38, - consensus: { - type: 'cometbft', - version: 'v0.37.4' - }, - compatibleVersions: ['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', - 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', - 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', - 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', - 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', - 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.0.0', - height: 10460000, - proposal: 64, - consensus: { - type: 'cometbft', - version: 'v0.38.12' - }, - binaries: { - "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v14.0.0/xiond-darwin-amd64?checksum=sha256:466b66e3b3d86dc1a6bc9f1c5d83fc7dcaf576016eac5fca07213779bc1c0238', - "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v14.0.0/xiond-darwin-arm64?checksum=sha256:0432125102be511e45b36c9a6996bc249b5f1c02e88540ed57099a39c06883ef', - "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v14.0.0/xiond-linux-amd64?checksum=sha256:a505f8e6b3abe87c8d62ddb565330a28d2eded0b57f21e2c7f05fa780aa29fbc', - "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v14.0.0/xiond-linux-arm64?checksum=sha256:744337e1faa437649b14744379444d08d9837a4795f6c96e7cdad033e8c3111e' - }, - 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' - } - } - ] + } }, apis: { rpc: [ diff --git a/v2/packages/chain-registry/src/testnet/xplatestnet/chain.ts b/v2/packages/chain-registry/src/testnet/xplatestnet/chain.ts index 4e98264f6..f97bb9dd7 100644 --- a/v2/packages/chain-registry/src/testnet/xplatestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/xplatestnet/chain.ts @@ -38,178 +38,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json' }, - versions: [ - { - name: '1_0', - recommendedVersion: 'v1.0.0', - compatibleVersions: ['v1.0.0'], - height: 0, - consensus: { - type: 'tendermint', - version: 'v0.34.20' - }, - nextVersionName: 'add-reward', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: '0.45.5', - tag: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'add-reward', - recommendedVersion: 'v1.1.0-cube', - compatibleVersions: ['v1.1.0-cube'], - proposal: 1, - height: 12700, - consensus: { - type: 'tendermint', - version: 'v0.34.20' - }, - nextVersionName: 'evm', - sdk: { - type: 'cosmos', - repo: 'https://github.com/cosmos/cosmos-sdk', - version: '0.45.5', - tag: 'v0.45.5' - }, - cosmwasm: { - version: 'v0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'evm', - recommendedVersion: 'v1.2.1', - compatibleVersions: ['v1.2.1'], - proposal: 37, - height: 2184000, - consensus: { - type: 'tendermint', - version: '0.34.21' - }, - nextVersionName: 'Volunteer', - sdk: { - type: 'cosmos', - version: '0.45.9' - }, - cosmwasm: { - version: '0.28.0' - }, - ibc: { - type: 'go', - version: 'v3.2.0' - } - }, - { - name: 'volunteer', - recommendedVersion: 'v1.3.0-cube', - compatibleVersions: ['v1.3.0-cube'], - proposal: 63, - height: 4845600, - consensus: { - type: 'cometbft', - version: 'v0.34.27' - }, - nextVersionName: 'v1_4', - sdk: { - type: 'cosmos', - version: 'v0.45.16' - }, - cosmwasm: { - version: 'v0.33.0' - }, - ibc: { - type: 'go', - version: 'v3.1.1' - } - }, - { - name: 'v1_4', - recommendedVersion: 'v1.4.0', - compatibleVersions: ['v1.4.0'], - proposal: 110, - height: 7516478, - consensus: { - type: 'cometbft', - version: '0.34.29' - }, - nextVersionName: 'v1_5', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.45.20', - tag: 'v0.45.20-xpla' - }, - cosmwasm: { - version: 'v0.33.0' - }, - ibc: { - type: 'go', - version: 'v4.5.1' - } - }, - { - name: 'v1_5', - recommendedVersion: 'v1.5.0', - compatibleVersions: ['v1.5.0'], - proposal: 112, - height: 9229980, - consensus: { - type: 'cometbft', - version: '0.37.5' - }, - nextVersionName: 'v1_6', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.47.10', - tag: 'v0.47.10-xpla' - }, - cosmwasm: { - version: 'v0.45.0' - }, - ibc: { - type: 'go', - version: 'v7.4.0' - } - }, - { - name: 'v1_6', - recommendedVersion: 'v1.6.0', - compatibleVersions: ['v1.6.0'], - proposal: 146, - height: 10397730, - consensus: { - type: 'cometbft', - version: 'v0.37.5' - }, - nextVersionName: '', - sdk: { - type: 'cosmos', - repo: 'https://github.com/xpladev/cosmos-sdk', - version: 'v0.47.13', - tag: 'v0.47.13-xpla' - }, - cosmwasm: { - version: 'v0.46.0' - }, - ibc: { - type: 'go', - version: 'v7.7.0' - } - } - ], sdk: { type: 'cosmos', repo: 'https://github.com/xpladev/cosmos-sdk', diff --git a/v2/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts b/v2/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts index 3ad14f0c8..2273fd89d 100644 --- a/v2/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts @@ -50,12 +50,7 @@ const info: Chain = { cosmwasm: { version: 'v0.53.0', enabled: true - }, - versions: [{ - name: 'v5', - tag: 'v5.3.8', - recommendedVersion: '5.3.8' - }] + } }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png' diff --git a/v2/packages/chain-registry/src/testnet/zetachaintestnet/chain.ts b/v2/packages/chain-registry/src/testnet/zetachaintestnet/chain.ts index 1812c44d5..d4b176b34 100644 --- a/v2/packages/chain-registry/src/testnet/zetachaintestnet/chain.ts +++ b/v2/packages/chain-registry/src/testnet/zetachaintestnet/chain.ts @@ -36,22 +36,6 @@ const info: Chain = { genesis: { genesisUrl: 'https://zetachain-athens.blockpi.network/rpc/v1/public/genesis' }, - versions: [{ - name: 'v8.3.3', - recommendedVersion: 'v8.3.3', - consensus: { - type: 'tendermint', - version: '0.34' - }, - sdk: { - type: 'cosmos', - version: '0.46' - }, - ibc: { - type: 'go', - version: 'v6.1.0' - } - }], sdk: { type: 'cosmos', version: '0.46'