diff --git a/multichain-testing/scripts/fetch-starship-chain-info.ts b/multichain-testing/scripts/fetch-starship-chain-info.ts index b51da77c566..f0bcd2d9608 100755 --- a/multichain-testing/scripts/fetch-starship-chain-info.ts +++ b/multichain-testing/scripts/fetch-starship-chain-info.ts @@ -5,6 +5,7 @@ import fsp from 'node:fs/promises'; import prettier from 'prettier'; import { convertChainInfo } from '@agoric/orchestration/src/utils/registry.js'; +import { icaChainNames } from '@agoric/orchestration/scripts/fetch-chain-info.ts'; import type { IBCInfo, Chains } from '@chain-registry/types'; @@ -27,10 +28,13 @@ const ibc: { data: IBCInfo[]; } = await fetch(`${BASE_URL}ibc`).then(r => r.json()); -const chainInfo = await convertChainInfo({ - chains, - ibcData: ibc.data, -}); +const chainInfo = await convertChainInfo( + { + chains, + ibcData: ibc.data, + }, + chainName => icaChainNames.has(chainName), +); const record = JSON.stringify(chainInfo, null, 2); const src = `/** @file Generated by fetch-starship-chain-info.ts */\nexport default /** @type {const} */ (${record});`; diff --git a/packages/boot/test/bootstrapTests/orchestration.test.ts b/packages/boot/test/bootstrapTests/orchestration.test.ts index e2e49122890..addfc5fd3e3 100644 --- a/packages/boot/test/bootstrapTests/orchestration.test.ts +++ b/packages/boot/test/bootstrapTests/orchestration.test.ts @@ -13,7 +13,6 @@ import type { start as startStakeIca } from '@agoric/orchestration/src/examples/ import type { Instance } from '@agoric/zoe/src/zoeService/utils.js'; import type { TestFn } from 'ava'; import { SIMULATED_ERRORS } from '@agoric/vats/tools/fake-bridge.js'; -import fetchedChainInfo from '@agoric/orchestration/src/fetched-chain-info.js'; import { buildVTransferEvent } from '@agoric/orchestration/tools/ibc-mocks.js'; import { BridgeId } from '@agoric/internal'; import { makeTestAddress } from '@agoric/orchestration/tools/make-test-address.js'; @@ -25,6 +24,7 @@ import { insistManagerType, makeSwingsetHarness, } from '../../tools/supports.js'; +import { minimalChainInfos } from '../tools/chainInfo.js'; const test: TestFn< WalletFactoryTestContext & { @@ -331,7 +331,7 @@ test.serial('basic-flows', async t => { '@agoric/builders/scripts/orchestration/init-basic-flows.js', [ '--chainInfo', - JSON.stringify(withChainCapabilities(fetchedChainInfo)), + JSON.stringify(withChainCapabilities(minimalChainInfos)), '--assetInfo', JSON.stringify([ [ @@ -556,7 +556,7 @@ test.serial('basic-flows - portfolio holder', async t => { '@agoric/builders/scripts/orchestration/init-basic-flows.js', [ '--chainInfo', - JSON.stringify(withChainCapabilities(fetchedChainInfo)), + JSON.stringify(withChainCapabilities(minimalChainInfos)), '--assetInfo', JSON.stringify([ [ diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md index bcc520982e9..497eca60ce0 100644 --- a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md +++ b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md @@ -17,6 +17,7 @@ Generated by [AVA](https://avajs.dev). { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -25,11 +26,54 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.archway', + { + bech32Prefix: 'archway', + chainId: 'archway-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aarch', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.beezee', + { + bech32Prefix: 'bze', + chainId: 'beezee-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ubze', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.carbon', + { + bech32Prefix: 'swth', + chainId: 'carbon-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'swth', + }, + ], + }, + ], [ 'published.agoricNames.chain.celestia', { bech32Prefix: 'celestia', chainId: 'celestia', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -38,11 +82,26 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.coreum', + { + bech32Prefix: 'core', + chainId: 'coreum-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ucore', + }, + ], + }, + ], [ 'published.agoricNames.chain.cosmoshub', { bech32Prefix: 'cosmos', chainId: 'cosmoshub-4', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -51,11 +110,40 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.crescent', + { + bech32Prefix: 'cre', + chainId: 'crescent-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ucre', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.doravota', + { + bech32Prefix: 'dora', + chainId: 'vota-ash', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'peaka', + }, + ], + }, + ], [ 'published.agoricNames.chain.dydx', { bech32Prefix: 'dydx', chainId: 'dydx-mainnet-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -64,11 +152,82 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.dymension', + { + bech32Prefix: 'dym', + chainId: 'dymension_1100-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'adym', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.empowerchain', + { + bech32Prefix: 'empower', + chainId: 'empowerchain-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'umpwr', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.evmos', + { + bech32Prefix: 'evmos', + chainId: 'evmos_9001-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aevmos', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.haqq', + { + bech32Prefix: 'haqq', + chainId: 'haqq_11235-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aISLM', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.injective', + { + bech32Prefix: 'inj', + chainId: 'injective-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'inj', + }, + ], + }, + ], [ 'published.agoricNames.chain.juno', { bech32Prefix: 'juno', chainId: 'juno-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -77,11 +236,68 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.kava', + { + bech32Prefix: 'kava', + chainId: 'kava_2222-10', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ukava', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.kujira', + { + bech32Prefix: 'kujira', + chainId: 'kaiyo-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ukuji', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.lava', + { + bech32Prefix: 'lava@', + chainId: 'lava-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ulava', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.migaloo', + { + bech32Prefix: 'migaloo', + chainId: 'migaloo-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uwhale', + }, + ], + }, + ], [ 'published.agoricNames.chain.neutron', { bech32Prefix: 'neutron', chainId: 'neutron-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -90,105 +306,7176 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'published.agoricNames.chain.nibiru', + { + bech32Prefix: 'nibi', + chainId: 'cataclysm-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'unibi', + }, + ], + }, + ], [ 'published.agoricNames.chain.noble', { bech32Prefix: 'noble', chainId: 'noble-1', + icaEnabled: true, + icqEnabled: false, + }, + ], + [ + 'published.agoricNames.chain.nolus', + { + bech32Prefix: 'nolus', + chainId: 'pirin-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'unls', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.omniflixhub', + { + bech32Prefix: 'omniflix', + chainId: 'omniflixhub-1', + icaEnabled: true, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uflix', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.osmosis', + { + bech32Prefix: 'osmo', + chainId: 'osmosis-1', + icaEnabled: true, + icqEnabled: true, + stakingTokens: [ + { + denom: 'uosmo', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.persistence', + { + bech32Prefix: 'persistence', + chainId: 'core-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uxprt', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.planq', + { + bech32Prefix: 'plq', + chainId: 'planq_7070-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aplanq', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.provenance', + { + bech32Prefix: 'pb', + chainId: 'pio-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'nhash', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.pryzm', + { + bech32Prefix: 'pryzm', + chainId: 'pryzm-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'upryzm', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.quicksilver', + { + bech32Prefix: 'quick', + chainId: 'quicksilver-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uqck', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.secretnetwork', + { + bech32Prefix: 'secret', + chainId: 'secret-4', + icaEnabled: true, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uscrt', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.sei', + { + bech32Prefix: 'sei', + chainId: 'pacific-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'usei', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.shido', + { + bech32Prefix: 'shido', + chainId: 'shido_9008-1', + icaEnabled: false, icqEnabled: false, + stakingTokens: [ + { + denom: 'shido', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.sifchain', + { + bech32Prefix: 'sif', + chainId: 'sifchain-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'rowan', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.stargaze', + { + bech32Prefix: 'stars', + chainId: 'stargaze-1', + icaEnabled: true, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ustars', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.stride', + { + bech32Prefix: 'stride', + chainId: 'stride-1', + icaEnabled: true, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ustrd', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.terra', + { + bech32Prefix: 'terra', + chainId: 'columbus-5', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uluna', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.titan', + { + bech32Prefix: 'titan', + chainId: 'titan_18888-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'atkx', + }, + ], + }, + ], + [ + 'published.agoricNames.chain.umee', + { + bech32Prefix: 'umee', + chainId: 'umee-1', + icaEnabled: true, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uumee', + }, + ], + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_core-1', + { + client_id: '07-tendermint-93', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-210', + }, + id: 'connection-91', + state: 3, + transferChannel: { + channelId: 'channel-72', + counterPartyChannelId: 'channel-202', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-927', + connection_id: 'connection-649', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-405', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_crescent-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_evmos__9001-2', + { + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-70', + }, + id: 'connection-66', + state: 3, + transferChannel: { + channelId: 'channel-57', + counterPartyChannelId: 'channel-85', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_kaiyo-1', + { + client_id: '07-tendermint-20', + counterparty: { + client_id: '07-tendermint-94', + connection_id: 'connection-64', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_kava__2222-10', + { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-147', + connection_id: 'connection-182', + }, + id: 'connection-73', + state: 3, + transferChannel: { + channelId: 'channel-63', + counterPartyChannelId: 'channel-133', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_neutron-1', + { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-108', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-5789', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_noble-1', + { + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-40', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-21', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_omniflixhub-1', + { + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-47', + connection_id: 'connection-40', + }, + id: 'connection-67', + state: 3, + transferChannel: { + channelId: 'channel-58', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_osmosis-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2109', + connection_id: 'connection-1649', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-320', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_secret-4', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-111', + connection_id: 'connection-80', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_stride-1', + { + client_id: '07-tendermint-74', + counterparty: { + client_id: '07-tendermint-129', + connection_id: 'connection-118', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-59', + counterPartyChannelId: 'channel-148', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_umee-1', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-152', + connection_id: 'connection-101', + }, + id: 'connection-18', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_dymension__1100-1', + { + client_id: '07-tendermint-91', + counterparty: { + client_id: '07-tendermint-39', + connection_id: 'connection-30', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-123', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_migaloo-1', + { + client_id: '07-tendermint-119', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-108', + }, + id: 'connection-114', + state: 3, + transferChannel: { + channelId: 'channel-184', + counterPartyChannelId: 'channel-141', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_neutron-1', + { + client_id: '07-tendermint-51', + counterparty: { + client_id: '07-tendermint-62', + connection_id: 'connection-43', + }, + id: 'connection-58', + state: 3, + transferChannel: { + channelId: 'channel-61', + counterPartyChannelId: 'channel-41', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_planq__7070-2', + { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-561', + connection_id: 'connection-486', + }, + id: 'connection-83', + state: 3, + transferChannel: { + channelId: 'channel-112', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_vota-ash', + { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-22', + connection_id: 'connection-28', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_noble-1', + { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-95', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_omniflixhub-1', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-75', + connection_id: 'connection-55', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-50', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_osmosis-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-2154', + connection_id: 'connection-1672', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-340', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_cosmoshub-4', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-765', + connection_id: 'connection-554', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-342', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_evmos__9001-2', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-29', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_kaiyo-1', + { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-60', + connection_id: 'connection-40', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-1808', + connection_id: 'connection-1412', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_stargaze-1', + { + client_id: '07-tendermint-36', + counterparty: { + client_id: '07-tendermint-224', + connection_id: 'connection-158', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_stride-1', + { + client_id: '07-tendermint-13', + counterparty: { + client_id: '07-tendermint-40', + connection_id: 'connection-27', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-47', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_dymension__1100-1', + { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-5', + }, + id: 'connection-52', + state: 3, + transferChannel: { + channelId: 'channel-27', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_evmos__9001-2', + { + client_id: '07-tendermint-79', + counterparty: { + client_id: '07-tendermint-134', + connection_id: 'connection-80', + }, + id: 'connection-49', + state: 3, + transferChannel: { + channelId: 'channel-26', + counterPartyChannelId: 'channel-106', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_injective-1', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-226', + connection_id: 'connection-210', + }, + id: 'connection-6', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-152', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_kava__2222-10', + { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-198', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-140', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_neutron-1', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-36', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-35', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_osmosis-1', + { + client_id: '07-tendermint-10', + counterparty: { + client_id: '07-tendermint-3012', + connection_id: 'connection-2503', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-6994', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_pryzm-1', + { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-57', + state: 3, + transferChannel: { + channelId: 'channel-34', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_secret-4', + { + client_id: '07-tendermint-52', + counterparty: { + client_id: '07-tendermint-174', + connection_id: 'connection-131', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-14', + counterPartyChannelId: 'channel-91', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_stargaze-1', + { + client_id: '07-tendermint-86', + counterparty: { + client_id: '07-tendermint-359', + connection_id: 'connection-296', + }, + id: 'connection-56', + state: 3, + transferChannel: { + channelId: 'channel-33', + counterPartyChannelId: 'channel-291', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_stride-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-137', + connection_id: 'connection-125', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-162', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_crescent-1', + { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-70', + state: 3, + transferChannel: { + channelId: 'channel-49', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_juno-1', + { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-63', + connection_id: 'connection-43', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-27', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_migaloo-1', + { + client_id: '07-tendermint-244', + counterparty: { + client_id: '07-tendermint-122', + connection_id: 'connection-92', + }, + id: 'connection-151', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-114', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_osmosis-1', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-1215', + connection_id: 'connection-1549', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-72', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_secret-4', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-16', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_crescent-1', + { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-41', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-68', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_dydx-mainnet-1', + { + client_id: '07-tendermint-159', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-8', + }, + id: 'connection-197', + state: 3, + transferChannel: { + channelId: 'channel-131', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_injective-1', + { + client_id: '07-tendermint-57', + counterparty: { + client_id: '07-tendermint-110', + connection_id: 'connection-91', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-41', + counterPartyChannelId: 'channel-82', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_juno-1', + { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-89', + connection_id: 'connection-51', + }, + id: 'connection-48', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_kaiyo-1', + { + client_id: '07-tendermint-162', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-130', + }, + id: 'connection-200', + state: 3, + transferChannel: { + channelId: 'channel-152', + counterPartyChannelId: 'channel-158', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_kava__2222-10', + { + client_id: '07-tendermint-156', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-189', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-129', + counterPartyChannelId: 'channel-134', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_neutron-1', + { + client_id: '07-tendermint-161', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-52', + }, + id: 'connection-199', + state: 3, + transferChannel: { + channelId: 'channel-136', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_noble-1', + { + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-61', + connection_id: 'connection-59', + }, + id: 'connection-198', + state: 3, + transferChannel: { + channelId: 'channel-132', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_osmosis-1', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-4', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_stargaze-1', + { + client_id: '07-tendermint-166', + counterparty: { + client_id: '07-tendermint-358', + connection_id: 'connection-293', + }, + id: 'connection-207', + state: 3, + transferChannel: { + channelId: 'channel-197', + counterPartyChannelId: 'channel-287', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_umee-1', + { + client_id: '07-tendermint-105', + counterparty: { + client_id: '07-tendermint-179', + connection_id: 'connection-119', + }, + id: 'connection-144', + state: 3, + transferChannel: { + channelId: 'channel-81', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_cosmoshub-4', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-1162', + connection_id: 'connection-884', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-660', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_dydx-mainnet-1', + { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-20', + }, + id: 'connection-26', + state: 3, + transferChannel: { + channelId: 'channel-24', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_evmos__9001-2', + { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-117', + connection_id: 'connection-71', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-87', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_kaiyo-1', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-163', + connection_id: 'connection-126', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-17', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_kava__2222-10', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-200', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-142', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_noble-1', + { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-71', + connection_id: 'connection-72', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-19', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2929', + connection_id: 'connection-2426', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-2188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_secret-4', + { + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-186', + connection_id: 'connection-138', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-25', + counterPartyChannelId: 'channel-101', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_vota-ash', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-4', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_crescent-1', + { + client_id: '07-tendermint-724', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-538', + state: 3, + transferChannel: { + channelId: 'channel-326', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_dymension__1100-1', + { + client_id: '07-tendermint-1205', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-933', + state: 3, + transferChannel: { + channelId: 'channel-794', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_empowerchain-1', + { + client_id: '07-tendermint-1151', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-872', + state: 3, + transferChannel: { + channelId: 'channel-621', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_evmos__9001-2', + { + client_id: '07-tendermint-620', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-480', + state: 3, + transferChannel: { + channelId: 'channel-292', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_haqq__11235-1', + { + client_id: '07-tendermint-1153', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + id: 'connection-874', + state: 3, + transferChannel: { + channelId: 'channel-632', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_injective-1', + { + client_id: '07-tendermint-470', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-2', + }, + id: 'connection-388', + state: 3, + transferChannel: { + channelId: 'channel-220', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_juno-1', + { + client_id: '07-tendermint-439', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-372', + state: 3, + transferChannel: { + channelId: 'channel-207', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_kaiyo-1', + { + client_id: '07-tendermint-769', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-555', + state: 3, + transferChannel: { + channelId: 'channel-343', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_kava__2222-10', + { + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-460', + state: 3, + transferChannel: { + channelId: 'channel-277', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_lava-mainnet-1', + { + client_id: '07-tendermint-1318', + counterparty: { + client_id: '07-tendermint-7', + connection_id: 'connection-12', + }, + id: 'connection-1050', + state: 3, + transferChannel: { + channelId: 'channel-969', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_neutron-1', + { + client_id: '07-tendermint-1119', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-809', + state: 3, + transferChannel: { + channelId: 'channel-569', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_noble-1', + { + client_id: '07-tendermint-1116', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-12', + }, + id: 'connection-790', + state: 3, + transferChannel: { + channelId: 'channel-536', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_omniflixhub-1', + { + client_id: '07-tendermint-656', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-19', + }, + id: 'connection-501', + state: 3, + transferChannel: { + channelId: 'channel-306', + counterPartyChannelId: 'channel-12', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_osmosis-1', + { + client_id: '07-tendermint-259', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-257', + state: 3, + transferChannel: { + channelId: 'channel-141', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_pacific-1', + { + client_id: '07-tendermint-1140', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-827', + state: 3, + transferChannel: { + channelId: 'channel-584', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_planq__7070-2', + { + client_id: '07-tendermint-994', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-3', + }, + id: 'connection-693', + state: 3, + transferChannel: { + channelId: 'channel-446', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_pryzm-1', + { + client_id: '07-tendermint-1304', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-1038', + state: 3, + transferChannel: { + channelId: 'channel-859', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_secret-4', + { + client_id: '07-tendermint-492', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-401', + state: 3, + transferChannel: { + channelId: 'channel-235', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_stargaze-1', + { + client_id: '07-tendermint-1188', + counterparty: { + client_id: '07-tendermint-320', + connection_id: 'connection-256', + }, + id: 'connection-918', + state: 3, + transferChannel: { + channelId: 'channel-730', + counterPartyChannelId: 'channel-239', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_stride-1', + { + client_id: '07-tendermint-913', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-635', + state: 3, + transferChannel: { + channelId: 'channel-391', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_vota-ash', + { + client_id: '07-tendermint-1191', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-8', + }, + id: 'connection-920', + state: 3, + transferChannel: { + channelId: 'channel-750', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_evmos__9001-2', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-15', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_injective-1', + { + client_id: '07-tendermint-26', + counterparty: { + client_id: '07-tendermint-132', + connection_id: 'connection-105', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-90', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_juno-1', + { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-81', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_kaiyo-1', + { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-105', + connection_id: 'connection-75', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-42', + counterPartyChannelId: 'channel-67', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_noble-1', + { + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-38', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_osmosis-1', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-2083', + connection_id: 'connection-1624', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-297', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_secret-4', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-53', + connection_id: 'connection-31', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_stargaze-1', + { + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-180', + connection_id: 'connection-114', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-21', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_stride-1', + { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-44', + connection_id: 'connection-30', + }, + id: 'connection-39', + state: 3, + transferChannel: { + channelId: 'channel-29', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_umee-1', + { + client_id: '07-tendermint-56', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-110', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-36', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_evmos__9001-2', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-135', + connection_id: 'connection-81', + }, + id: 'connection-23', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-107', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_kaiyo-1', + { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-122', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_kava__2222-10', + { + client_id: '07-tendermint-7', + counterparty: { + client_id: '07-tendermint-154', + connection_id: 'connection-195', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-137', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_neutron-1', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-72', + connection_id: 'connection-51', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_noble-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-59', + connection_id: 'connection-57', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-3009', + connection_id: 'connection-2500', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-6787', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_pryzm-1', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-9', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-71', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-133', + connection_id: 'connection-123', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-208', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_vota-ash', + { + client_id: '07-tendermint-15', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-10', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_evmos__9001-2', + { + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-85', + }, + id: 'connection-22', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-109', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_kaiyo-1', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-169', + connection_id: 'connection-132', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_kava__2222-10', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-162', + connection_id: 'connection-203', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_neutron-1', + { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-61', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-675', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_noble-1', + { + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-79', + connection_id: 'connection-80', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_osmosis-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-3086', + connection_id: 'connection-2566', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-19774', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_secret-4', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-194', + connection_id: 'connection-189', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-35', + counterPartyChannelId: 'channel-130', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_stride-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-140', + connection_id: 'connection-131', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-197', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.empowerchain-1_osmosis-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2848', + connection_id: 'connection-2360', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-1411', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_injective-1', + { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-92', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-83', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_kaiyo-1', + { + client_id: '07-tendermint-53', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-19', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_kava__2222-10', + { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-157', + }, + id: 'connection-67', + state: 3, + transferChannel: { + channelId: 'channel-83', + counterPartyChannelId: 'channel-117', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_lava-mainnet-1', + { + client_id: '07-tendermint-142', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-14', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-117', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_noble-1', + { + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-19', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-64', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_osmosis-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1840', + connection_id: 'connection-1440', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_secret-4', + { + client_id: '07-tendermint-50', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-24', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_stargaze-1', + { + client_id: '07-tendermint-41', + counterparty: { + client_id: '07-tendermint-173', + connection_id: 'connection-104', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.evmos__9001-2_stride-1', + { + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-7', + }, + id: 'connection-33', + state: 3, + transferChannel: { + channelId: 'channel-25', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.haqq__11235-1_kava__2222-10', + { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-149', + connection_id: 'connection-193', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-135', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.haqq__11235-1_noble-1', + { + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-58', + connection_id: 'connection-56', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-32', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.haqq__11235-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2871', + connection_id: 'connection-2388', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-1575', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.haqq__11235-1_stride-1', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-143', + connection_id: 'connection-143', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-240', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_kaiyo-1', + { + client_id: '07-tendermint-144', + counterparty: { + client_id: '07-tendermint-77', + connection_id: 'connection-53', + }, + id: 'connection-116', + state: 3, + transferChannel: { + channelId: 'channel-98', + counterPartyChannelId: 'channel-54', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_kava__2222-10', + { + client_id: '07-tendermint-205', + counterparty: { + client_id: '07-tendermint-130', + connection_id: 'connection-166', + }, + id: 'connection-189', + state: 3, + transferChannel: { + channelId: 'channel-143', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_migaloo-1', + { + client_id: '07-tendermint-154', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-8', + }, + id: 'connection-123', + state: 3, + transferChannel: { + channelId: 'channel-102', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_neutron-1', + { + client_id: '07-tendermint-233', + counterparty: { + client_id: '07-tendermint-78', + connection_id: 'connection-58', + }, + id: 'connection-220', + state: 3, + transferChannel: { + channelId: 'channel-177', + counterPartyChannelId: 'channel-60', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_noble-1', + { + client_id: '07-tendermint-212', + counterparty: { + client_id: '07-tendermint-57', + connection_id: 'connection-55', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-148', + counterPartyChannelId: 'channel-31', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_osmosis-1', + { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-1703', + connection_id: 'connection-1298', + }, + id: 'connection-14', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_pryzm-1', + { + client_id: '07-tendermint-267', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-268', + state: 3, + transferChannel: { + channelId: 'channel-284', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_secret-4', + { + client_id: '07-tendermint-126', + counterparty: { + client_id: '07-tendermint-49', + connection_id: 'connection-30', + }, + id: 'connection-101', + state: 3, + transferChannel: { + channelId: 'channel-88', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_stride-1', + { + client_id: '07-tendermint-131', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + id: 'connection-103', + state: 3, + transferChannel: { + channelId: 'channel-89', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_umee-1', + { + client_id: '07-tendermint-229', + counterparty: { + client_id: '07-tendermint-243', + connection_id: 'connection-206', + }, + id: 'connection-217', + state: 3, + transferChannel: { + channelId: 'channel-159', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.injective-1_vota-ash', + { + client_id: '07-tendermint-245', + counterparty: { + client_id: '07-tendermint-15', + connection_id: 'connection-9', + }, + id: 'connection-239', + state: 3, + transferChannel: { + channelId: 'channel-182', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_kaiyo-1', + { + client_id: '07-tendermint-198', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + id: 'connection-140', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_migaloo-1', + { + client_id: '07-tendermint-310', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-282', + state: 3, + transferChannel: { + channelId: 'channel-210', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_neutron-1', + { + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-97', + connection_id: 'connection-71', + }, + id: 'connection-524', + state: 3, + transferChannel: { + channelId: 'channel-548', + counterPartyChannelId: 'channel-4328', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_noble-1', + { + client_id: '07-tendermint-334', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-8', + }, + id: 'connection-322', + state: 3, + transferChannel: { + channelId: 'channel-224', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_osmosis-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1457', + connection_id: 'connection-1142', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_secret-4', + { + client_id: '07-tendermint-108', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-9', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-48', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_stargaze-1', + { + client_id: '07-tendermint-44', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-11', + }, + id: 'connection-30', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.juno-1_stride-1', + { + client_id: '07-tendermint-263', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-19', + }, + id: 'connection-205', + state: 3, + transferChannel: { + channelId: 'channel-139', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_kava__2222-10', + { + client_id: '07-tendermint-140', + counterparty: { + client_id: '07-tendermint-119', + connection_id: 'connection-156', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-95', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_migaloo-1', + { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-19', + }, + id: 'connection-59', + state: 3, + transferChannel: { + channelId: 'channel-58', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_neutron-1', + { + client_id: '07-tendermint-112', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + id: 'connection-82', + state: 3, + transferChannel: { + channelId: 'channel-75', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_noble-1', + { + client_id: '07-tendermint-95', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-4', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2017', + connection_id: 'connection-1559', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-259', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_planq__7070-2', + { + client_id: '07-tendermint-70', + counterparty: { + client_id: '07-tendermint-144', + connection_id: 'connection-151', + }, + id: 'connection-46', + state: 3, + transferChannel: { + channelId: 'channel-51', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_secret-4', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-29', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-22', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_stargaze-1', + { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-178', + connection_id: 'connection-111', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kaiyo-1_stride-1', + { + client_id: '07-tendermint-37', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + id: 'connection-31', + state: 3, + transferChannel: { + channelId: 'channel-32', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kava__2222-10_migaloo-1', + { + client_id: '07-tendermint-125', + counterparty: { + client_id: '07-tendermint-90', + connection_id: 'connection-73', + }, + id: 'connection-162', + state: 3, + transferChannel: { + channelId: 'channel-120', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kava__2222-10_neutron-1', + { + client_id: '07-tendermint-151', + counterparty: { + client_id: '07-tendermint-54', + connection_id: 'connection-37', + }, + id: 'connection-194', + state: 3, + transferChannel: { + channelId: 'channel-136', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kava__2222-10_noble-1', + { + client_id: '07-tendermint-172', + counterparty: { + client_id: '07-tendermint-107', + connection_id: 'connection-102', + }, + id: 'connection-214', + state: 3, + transferChannel: { + channelId: 'channel-151', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kava__2222-10_osmosis-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1735', + connection_id: 'connection-1328', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-143', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.kava__2222-10_pacific-1', + { + client_id: '07-tendermint-146', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-33', + }, + id: 'connection-181', + state: 3, + transferChannel: { + channelId: 'channel-132', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.lava-mainnet-1_noble-1', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-115', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-105', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.lava-mainnet-1_osmosis-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-3210', + connection_id: 'connection-2668', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-76971', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.lava-mainnet-1_stargaze-1', + { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-366', + connection_id: 'connection-307', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-391', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_noble-1', + { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-28', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-60', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2669', + connection_id: 'connection-2171', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-642', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_pacific-1', + { + client_id: '07-tendermint-108', + counterparty: { + client_id: '07-tendermint-22', + connection_id: 'connection-13', + }, + id: 'connection-84', + state: 3, + transferChannel: { + channelId: 'channel-57', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_secret-4', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-87', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-57', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_stargaze-1', + { + client_id: '07-tendermint-118', + counterparty: { + client_id: '07-tendermint-352', + connection_id: 'connection-287', + }, + id: 'connection-90', + state: 3, + transferChannel: { + channelId: 'channel-69', + counterPartyChannelId: 'channel-269', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.migaloo-1_umee-1', + { + client_id: '07-tendermint-104', + counterparty: { + client_id: '07-tendermint-234', + connection_id: 'connection-195', + }, + id: 'connection-83', + state: 3, + transferChannel: { + channelId: 'channel-56', + counterPartyChannelId: 'channel-104', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_noble-1', + { + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-34', + }, + id: 'connection-31', + state: 3, + transferChannel: { + channelId: 'channel-30', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_osmosis-1', + { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-2823', + connection_id: 'connection-2338', + }, + id: 'connection-18', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-874', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_pacific-1', + { + client_id: '07-tendermint-89', + counterparty: { + client_id: '07-tendermint-123', + connection_id: 'connection-157', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-2016', + counterPartyChannelId: 'channel-66', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_pirin-1', + { + client_id: '07-tendermint-71', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-11', + }, + id: 'connection-50', + state: 3, + transferChannel: { + channelId: 'channel-44', + counterPartyChannelId: 'channel-3839', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_pryzm-1', + { + client_id: '07-tendermint-98', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-6', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-4329', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_secret-4', + { + client_id: '07-tendermint-85', + counterparty: { + client_id: '07-tendermint-199', + connection_id: 'connection-192', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-1551', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_stargaze-1', + { + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-283', + connection_id: 'connection-211', + }, + id: 'connection-23', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-191', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.neutron-1_stride-1', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-125', + connection_id: 'connection-113', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_omniflixhub-1', + { + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-51', + connection_id: 'connection-49', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-44', + counterPartyChannelId: 'channel-38', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_osmosis-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-2704', + connection_id: 'connection-2241', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-750', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_pacific-1', + { + client_id: '07-tendermint-64', + counterparty: { + client_id: '07-tendermint-45', + connection_id: 'connection-77', + }, + id: 'connection-61', + state: 3, + transferChannel: { + channelId: 'channel-39', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_pio-mainnet-1', + { + client_id: '07-tendermint-30', + counterparty: { + client_id: '07-tendermint-36', + connection_id: 'connection-13', + }, + id: 'connection-37', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_planq__7070-2', + { + client_id: '07-tendermint-103', + counterparty: { + client_id: '07-tendermint-567', + connection_id: 'connection-490', + }, + id: 'connection-95', + state: 3, + transferChannel: { + channelId: 'channel-82', + counterPartyChannelId: 'channel-63', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_pryzm-1', + { + client_id: '07-tendermint-100', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + id: 'connection-92', + state: 3, + transferChannel: { + channelId: 'channel-79', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_secret-4', + { + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-127', + }, + id: 'connection-33', + state: 3, + transferChannel: { + channelId: 'channel-17', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_shido__9008-1', + { + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-11', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_stargaze-1', + { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-287', + connection_id: 'connection-214', + }, + id: 'connection-25', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_titan__18888-1', + { + client_id: '07-tendermint-114', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-109', + state: 3, + transferChannel: { + channelId: 'channel-99', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_umee-1', + { + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-248', + connection_id: 'connection-210', + }, + id: 'connection-74', + state: 3, + transferChannel: { + channelId: 'channel-51', + counterPartyChannelId: 'channel-120', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.noble-1_vota-ash', + { + client_id: '07-tendermint-111', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-29', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-94', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', + { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-1829', + connection_id: 'connection-1431', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-199', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.omniflixhub-1_stargaze-1', + { + client_id: '07-tendermint-74', + counterparty: { + client_id: '07-tendermint-370', + connection_id: 'connection-328', + }, + id: 'connection-54', + state: 3, + transferChannel: { + channelId: 'channel-49', + counterPartyChannelId: 'channel-398', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_pacific-1', + { + client_id: '07-tendermint-2790', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-0', + }, + id: 'connection-2288', + state: 3, + transferChannel: { + channelId: 'channel-782', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_pio-mainnet-1', + { + client_id: '07-tendermint-1899', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-9', + }, + id: 'connection-1472', + state: 3, + transferChannel: { + channelId: 'channel-222', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_pirin-1', + { + client_id: '07-tendermint-2791', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-2289', + state: 3, + transferChannel: { + channelId: 'channel-783', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_planq__7070-2', + { + client_id: '07-tendermint-2318', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-1815', + state: 3, + transferChannel: { + channelId: 'channel-492', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_pryzm-1', + { + client_id: '07-tendermint-3206', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + id: 'connection-2663', + state: 3, + transferChannel: { + channelId: 'channel-75755', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_quicksilver-2', + { + client_id: '07-tendermint-2400', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-2', + }, + id: 'connection-1889', + state: 3, + transferChannel: { + channelId: 'channel-522', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_secret-4', + { + client_id: '07-tendermint-1588', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + id: 'connection-1244', + state: 3, + transferChannel: { + channelId: 'channel-88', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_shido__9008-1', + { + client_id: '07-tendermint-3198', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-2654', + state: 3, + transferChannel: { + channelId: 'channel-73755', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_sifchain-1', + { + client_id: '07-tendermint-1484', + counterparty: { + client_id: '07-tendermint-41', + connection_id: 'connection-20', + }, + id: 'connection-1159', + state: 3, + transferChannel: { + channelId: 'channel-47', + counterPartyChannelId: 'channel-17', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_stargaze-1', + { + client_id: '07-tendermint-1562', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-1223', + state: 3, + transferChannel: { + channelId: 'channel-75', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_stride-1', + { + client_id: '07-tendermint-2119', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-2', + }, + id: 'connection-1657', + state: 3, + transferChannel: { + channelId: 'channel-326', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_umee-1', + { + client_id: '07-tendermint-1805', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-0', + }, + id: 'connection-1410', + state: 3, + transferChannel: { + channelId: 'channel-184', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.osmosis-1_vota-ash', + { + client_id: '07-tendermint-2959', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-1', + }, + id: 'connection-2454', + state: 3, + transferChannel: { + channelId: 'channel-2694', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pacific-1_planq__7070-2', + { + client_id: '07-tendermint-21', + counterparty: { + client_id: '07-tendermint-545', + connection_id: 'connection-477', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-59', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pacific-1_stride-1', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-130', + connection_id: 'connection-119', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-149', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pacific-1_vota-ash', + { + client_id: '07-tendermint-109', + counterparty: { + client_id: '07-tendermint-21', + connection_id: 'connection-27', + }, + id: 'connection-153', + state: 3, + transferChannel: { + channelId: 'channel-64', + counterPartyChannelId: 'channel-12', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pirin-1_secret-4', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-201', + connection_id: 'connection-193', + }, + id: 'connection-14', + state: 3, + transferChannel: { + channelId: 'channel-13995', + counterPartyChannelId: 'channel-146', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pirin-1_vota-ash', + { + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-5', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-4092', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.pryzm-1_stride-1', + { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-145', + connection_id: 'connection-145', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-257', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.secret-4_sifchain-1', + { + client_id: '07-tendermint-37', + counterparty: { + client_id: '07-tendermint-171', + connection_id: 'connection-98', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-65', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.secret-4_stargaze-1', + { + client_id: '07-tendermint-43', + counterparty: { + client_id: '07-tendermint-177', + connection_id: 'connection-110', + }, + id: 'connection-25', + state: 3, + transferChannel: { + channelId: 'channel-19', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.secret-4_stride-1', + { + client_id: '07-tendermint-75', + counterparty: { + client_id: '07-tendermint-37', + connection_id: 'connection-25', + }, + id: 'connection-40', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-40', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.secret-4_umee-1', + { + client_id: '07-tendermint-193', + counterparty: { + client_id: '07-tendermint-249', + connection_id: 'connection-213', + }, + id: 'connection-188', + state: 3, + transferChannel: { + channelId: 'channel-126', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.stargaze-1_stride-1', + { + client_id: '07-tendermint-195', + counterparty: { + client_id: '07-tendermint-30', + connection_id: 'connection-18', + }, + id: 'connection-128', + state: 3, + transferChannel: { + channelId: 'channel-106', + counterPartyChannelId: 'channel-19', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.stargaze-1_vota-ash', + { + client_id: '07-tendermint-368', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-30', + }, + id: 'connection-318', + state: 3, + transferChannel: { + channelId: 'channel-394', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.stride-1_umee-1', + { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-64', + connection_id: 'connection-45', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-29', + counterPartyChannelId: 'channel-34', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + ] + +> Chain connections for Orchestration +> The example below illustrates the schema of the data published there. +> +> See also board marshalling conventions (_to appear_). + + [ + [ + 'published.agoricNames.chainConnection.agoric-3_core-1', + { + client_id: '07-tendermint-93', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-210', + }, + id: 'connection-91', + state: 3, + transferChannel: { + channelId: 'channel-72', + counterPartyChannelId: 'channel-202', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-927', + connection_id: 'connection-649', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-405', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_crescent-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_evmos__9001-2', + { + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-70', + }, + id: 'connection-66', + state: 3, + transferChannel: { + channelId: 'channel-57', + counterPartyChannelId: 'channel-85', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_kaiyo-1', + { + client_id: '07-tendermint-20', + counterparty: { + client_id: '07-tendermint-94', + connection_id: 'connection-64', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_kava__2222-10', + { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-147', + connection_id: 'connection-182', + }, + id: 'connection-73', + state: 3, + transferChannel: { + channelId: 'channel-63', + counterPartyChannelId: 'channel-133', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_neutron-1', + { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-108', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-5789', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_noble-1', + { + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-40', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-21', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_omniflixhub-1', + { + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-47', + connection_id: 'connection-40', + }, + id: 'connection-67', + state: 3, + transferChannel: { + channelId: 'channel-58', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_osmosis-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2109', + connection_id: 'connection-1649', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-320', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_secret-4', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-111', + connection_id: 'connection-80', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_stride-1', + { + client_id: '07-tendermint-74', + counterparty: { + client_id: '07-tendermint-129', + connection_id: 'connection-118', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-59', + counterPartyChannelId: 'channel-148', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.agoric-3_umee-1', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-152', + connection_id: 'connection-101', + }, + id: 'connection-18', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_dymension__1100-1', + { + client_id: '07-tendermint-91', + counterparty: { + client_id: '07-tendermint-39', + connection_id: 'connection-30', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-123', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_migaloo-1', + { + client_id: '07-tendermint-119', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-108', + }, + id: 'connection-114', + state: 3, + transferChannel: { + channelId: 'channel-184', + counterPartyChannelId: 'channel-141', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_neutron-1', + { + client_id: '07-tendermint-51', + counterparty: { + client_id: '07-tendermint-62', + connection_id: 'connection-43', + }, + id: 'connection-58', + state: 3, + transferChannel: { + channelId: 'channel-61', + counterPartyChannelId: 'channel-41', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_planq__7070-2', + { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-561', + connection_id: 'connection-486', + }, + id: 'connection-83', + state: 3, + transferChannel: { + channelId: 'channel-112', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.archway-1_vota-ash', + { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-22', + connection_id: 'connection-28', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_noble-1', + { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-95', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_omniflixhub-1', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-75', + connection_id: 'connection-55', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-50', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.beezee-1_osmosis-1', + { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-2154', + connection_id: 'connection-1672', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-340', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_cosmoshub-4', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-765', + connection_id: 'connection-554', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-342', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_evmos__9001-2', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-29', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_kaiyo-1', + { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-60', + connection_id: 'connection-40', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-1808', + connection_id: 'connection-1412', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_stargaze-1', + { + client_id: '07-tendermint-36', + counterparty: { + client_id: '07-tendermint-224', + connection_id: 'connection-158', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.carbon-1_stride-1', + { + client_id: '07-tendermint-13', + counterparty: { + client_id: '07-tendermint-40', + connection_id: 'connection-27', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-47', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_dymension__1100-1', + { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-5', + }, + id: 'connection-52', + state: 3, + transferChannel: { + channelId: 'channel-27', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_evmos__9001-2', + { + client_id: '07-tendermint-79', + counterparty: { + client_id: '07-tendermint-134', + connection_id: 'connection-80', + }, + id: 'connection-49', + state: 3, + transferChannel: { + channelId: 'channel-26', + counterPartyChannelId: 'channel-106', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_injective-1', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-226', + connection_id: 'connection-210', + }, + id: 'connection-6', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-152', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_kava__2222-10', + { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-198', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-140', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_neutron-1', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-36', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-35', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_osmosis-1', + { + client_id: '07-tendermint-10', + counterparty: { + client_id: '07-tendermint-3012', + connection_id: 'connection-2503', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-6994', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_pryzm-1', + { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-57', + state: 3, + transferChannel: { + channelId: 'channel-34', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_secret-4', + { + client_id: '07-tendermint-52', + counterparty: { + client_id: '07-tendermint-174', + connection_id: 'connection-131', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-14', + counterPartyChannelId: 'channel-91', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_stargaze-1', + { + client_id: '07-tendermint-86', + counterparty: { + client_id: '07-tendermint-359', + connection_id: 'connection-296', + }, + id: 'connection-56', + state: 3, + transferChannel: { + channelId: 'channel-33', + counterPartyChannelId: 'channel-291', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.celestia_stride-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-137', + connection_id: 'connection-125', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-162', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_crescent-1', + { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-70', + state: 3, + transferChannel: { + channelId: 'channel-49', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_juno-1', + { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-63', + connection_id: 'connection-43', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-27', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_migaloo-1', + { + client_id: '07-tendermint-244', + counterparty: { + client_id: '07-tendermint-122', + connection_id: 'connection-92', + }, + id: 'connection-151', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-114', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_osmosis-1', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-1215', + connection_id: 'connection-1549', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-72', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.columbus-5_secret-4', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-16', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_crescent-1', + { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-41', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-68', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_dydx-mainnet-1', + { + client_id: '07-tendermint-159', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-8', + }, + id: 'connection-197', + state: 3, + transferChannel: { + channelId: 'channel-131', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_injective-1', + { + client_id: '07-tendermint-57', + counterparty: { + client_id: '07-tendermint-110', + connection_id: 'connection-91', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-41', + counterPartyChannelId: 'channel-82', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_juno-1', + { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-89', + connection_id: 'connection-51', + }, + id: 'connection-48', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_kaiyo-1', + { + client_id: '07-tendermint-162', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-130', + }, + id: 'connection-200', + state: 3, + transferChannel: { + channelId: 'channel-152', + counterPartyChannelId: 'channel-158', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_kava__2222-10', + { + client_id: '07-tendermint-156', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-189', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-129', + counterPartyChannelId: 'channel-134', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_neutron-1', + { + client_id: '07-tendermint-161', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-52', + }, + id: 'connection-199', + state: 3, + transferChannel: { + channelId: 'channel-136', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_noble-1', + { + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-61', + connection_id: 'connection-59', + }, + id: 'connection-198', + state: 3, + transferChannel: { + channelId: 'channel-132', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_osmosis-1', + { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-4', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_stargaze-1', + { + client_id: '07-tendermint-166', + counterparty: { + client_id: '07-tendermint-358', + connection_id: 'connection-293', + }, + id: 'connection-207', + state: 3, + transferChannel: { + channelId: 'channel-197', + counterPartyChannelId: 'channel-287', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.core-1_umee-1', + { + client_id: '07-tendermint-105', + counterparty: { + client_id: '07-tendermint-179', + connection_id: 'connection-119', + }, + id: 'connection-144', + state: 3, + transferChannel: { + channelId: 'channel-81', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_cosmoshub-4', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-1162', + connection_id: 'connection-884', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-660', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_dydx-mainnet-1', + { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-20', + }, + id: 'connection-26', + state: 3, + transferChannel: { + channelId: 'channel-24', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_evmos__9001-2', + { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-117', + connection_id: 'connection-71', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-87', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_kaiyo-1', + { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-163', + connection_id: 'connection-126', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-17', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_kava__2222-10', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-200', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-142', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_noble-1', + { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-71', + connection_id: 'connection-72', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-19', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2929', + connection_id: 'connection-2426', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-2188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_secret-4', + { + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-186', + connection_id: 'connection-138', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-25', + counterPartyChannelId: 'channel-101', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.coreum-mainnet-1_vota-ash', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-4', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_crescent-1', + { + client_id: '07-tendermint-724', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-538', + state: 3, + transferChannel: { + channelId: 'channel-326', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_dymension__1100-1', + { + client_id: '07-tendermint-1205', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-933', + state: 3, + transferChannel: { + channelId: 'channel-794', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_empowerchain-1', + { + client_id: '07-tendermint-1151', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-872', + state: 3, + transferChannel: { + channelId: 'channel-621', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_evmos__9001-2', + { + client_id: '07-tendermint-620', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-480', + state: 3, + transferChannel: { + channelId: 'channel-292', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_haqq__11235-1', + { + client_id: '07-tendermint-1153', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + id: 'connection-874', + state: 3, + transferChannel: { + channelId: 'channel-632', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_injective-1', + { + client_id: '07-tendermint-470', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-2', + }, + id: 'connection-388', + state: 3, + transferChannel: { + channelId: 'channel-220', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_juno-1', + { + client_id: '07-tendermint-439', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-372', + state: 3, + transferChannel: { + channelId: 'channel-207', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_kaiyo-1', + { + client_id: '07-tendermint-769', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-555', + state: 3, + transferChannel: { + channelId: 'channel-343', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_kava__2222-10', + { + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-460', + state: 3, + transferChannel: { + channelId: 'channel-277', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_lava-mainnet-1', + { + client_id: '07-tendermint-1318', + counterparty: { + client_id: '07-tendermint-7', + connection_id: 'connection-12', + }, + id: 'connection-1050', + state: 3, + transferChannel: { + channelId: 'channel-969', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_neutron-1', + { + client_id: '07-tendermint-1119', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-809', + state: 3, + transferChannel: { + channelId: 'channel-569', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_noble-1', + { + client_id: '07-tendermint-1116', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-12', + }, + id: 'connection-790', + state: 3, + transferChannel: { + channelId: 'channel-536', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_omniflixhub-1', + { + client_id: '07-tendermint-656', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-19', + }, + id: 'connection-501', + state: 3, + transferChannel: { + channelId: 'channel-306', + counterPartyChannelId: 'channel-12', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_osmosis-1', + { + client_id: '07-tendermint-259', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-257', + state: 3, + transferChannel: { + channelId: 'channel-141', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_pacific-1', + { + client_id: '07-tendermint-1140', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-827', + state: 3, + transferChannel: { + channelId: 'channel-584', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_planq__7070-2', + { + client_id: '07-tendermint-994', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-3', + }, + id: 'connection-693', + state: 3, + transferChannel: { + channelId: 'channel-446', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_pryzm-1', + { + client_id: '07-tendermint-1304', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-1038', + state: 3, + transferChannel: { + channelId: 'channel-859', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_secret-4', + { + client_id: '07-tendermint-492', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-401', + state: 3, + transferChannel: { + channelId: 'channel-235', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_stargaze-1', + { + client_id: '07-tendermint-1188', + counterparty: { + client_id: '07-tendermint-320', + connection_id: 'connection-256', + }, + id: 'connection-918', + state: 3, + transferChannel: { + channelId: 'channel-730', + counterPartyChannelId: 'channel-239', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_stride-1', + { + client_id: '07-tendermint-913', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-635', + state: 3, + transferChannel: { + channelId: 'channel-391', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.cosmoshub-4_vota-ash', + { + client_id: '07-tendermint-1191', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-8', + }, + id: 'connection-920', + state: 3, + transferChannel: { + channelId: 'channel-750', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_evmos__9001-2', + { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-15', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_injective-1', + { + client_id: '07-tendermint-26', + counterparty: { + client_id: '07-tendermint-132', + connection_id: 'connection-105', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-90', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_juno-1', + { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-81', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_kaiyo-1', + { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-105', + connection_id: 'connection-75', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-42', + counterPartyChannelId: 'channel-67', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_noble-1', + { + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-38', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_osmosis-1', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-2083', + connection_id: 'connection-1624', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-297', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_secret-4', + { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-53', + connection_id: 'connection-31', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_stargaze-1', + { + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-180', + connection_id: 'connection-114', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-21', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_stride-1', + { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-44', + connection_id: 'connection-30', + }, + id: 'connection-39', + state: 3, + transferChannel: { + channelId: 'channel-29', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.crescent-1_umee-1', + { + client_id: '07-tendermint-56', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-110', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-36', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_evmos__9001-2', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-135', + connection_id: 'connection-81', + }, + id: 'connection-23', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-107', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_kaiyo-1', + { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-122', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_kava__2222-10', + { + client_id: '07-tendermint-7', + counterparty: { + client_id: '07-tendermint-154', + connection_id: 'connection-195', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-137', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_neutron-1', + { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-72', + connection_id: 'connection-51', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_noble-1', + { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-59', + connection_id: 'connection-57', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_osmosis-1', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-3009', + connection_id: 'connection-2500', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-6787', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_pryzm-1', + { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-9', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-71', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', + { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-133', + connection_id: 'connection-123', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-208', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_vota-ash', + { + client_id: '07-tendermint-15', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-10', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_evmos__9001-2', + { + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-85', + }, + id: 'connection-22', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-109', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_kaiyo-1', + { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-169', + connection_id: 'connection-132', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_kava__2222-10', + { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-162', + connection_id: 'connection-203', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], + [ + 'published.agoricNames.chainConnection.dymension__1100-1_neutron-1', + { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-61', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-675', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.omniflixhub', + 'published.agoricNames.chainConnection.dymension__1100-1_noble-1', { - bech32Prefix: 'omniflix', - chainId: 'omniflixhub-1', - icqEnabled: false, - stakingTokens: [ - { - denom: 'uflix', - }, - ], + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-79', + connection_id: 'connection-80', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.osmosis', + 'published.agoricNames.chainConnection.dymension__1100-1_osmosis-1', { - bech32Prefix: 'osmo', - chainId: 'osmosis-1', - icqEnabled: true, - stakingTokens: [ - { - denom: 'uosmo', - }, - ], + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-3086', + connection_id: 'connection-2566', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-19774', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.secretnetwork', + 'published.agoricNames.chainConnection.dymension__1100-1_secret-4', { - bech32Prefix: 'secret', - chainId: 'secret-4', - icqEnabled: false, - stakingTokens: [ - { - denom: 'uscrt', - }, - ], + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-194', + connection_id: 'connection-189', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-35', + counterPartyChannelId: 'channel-130', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.stargaze', + 'published.agoricNames.chainConnection.dymension__1100-1_stride-1', { - bech32Prefix: 'stars', - chainId: 'stargaze-1', - icqEnabled: false, - stakingTokens: [ - { - denom: 'ustars', - }, - ], + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-140', + connection_id: 'connection-131', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-197', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.stride', + 'published.agoricNames.chainConnection.empowerchain-1_osmosis-1', { - bech32Prefix: 'stride', - chainId: 'stride-1', - icqEnabled: false, - stakingTokens: [ - { - denom: 'ustrd', - }, - ], + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2848', + connection_id: 'connection-2360', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-1411', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chain.umee', + 'published.agoricNames.chainConnection.evmos__9001-2_injective-1', { - bech32Prefix: 'umee', - chainId: 'umee-1', - icqEnabled: false, - stakingTokens: [ - { - denom: 'uumee', - }, - ], + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-92', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-83', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, ], [ - 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', + 'published.agoricNames.chainConnection.evmos__9001-2_kaiyo-1', { - client_id: '07-tendermint-6', + client_id: '07-tendermint-53', counterparty: { - client_id: '07-tendermint-927', - connection_id: 'connection-649', + client_id: '07-tendermint-25', + connection_id: 'connection-19', }, - id: 'connection-8', + id: 'connection-21', state: 3, transferChannel: { - channelId: 'channel-5', - counterPartyChannelId: 'channel-405', + channelId: 'channel-18', + counterPartyChannelId: 'channel-23', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -198,18 +7485,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_noble-1', + 'published.agoricNames.chainConnection.evmos__9001-2_kava__2222-10', { - client_id: '07-tendermint-77', + client_id: '07-tendermint-113', counterparty: { - client_id: '07-tendermint-32', - connection_id: 'connection-40', + client_id: '07-tendermint-120', + connection_id: 'connection-157', }, - id: 'connection-72', + id: 'connection-67', state: 3, transferChannel: { - channelId: 'channel-62', - counterPartyChannelId: 'channel-21', + channelId: 'channel-83', + counterPartyChannelId: 'channel-117', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -219,18 +7506,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_omniflixhub-1', + 'published.agoricNames.chainConnection.evmos__9001-2_lava-mainnet-1', { - client_id: '07-tendermint-73', + client_id: '07-tendermint-142', counterparty: { - client_id: '07-tendermint-47', - connection_id: 'connection-40', + client_id: '07-tendermint-9', + connection_id: 'connection-14', }, - id: 'connection-67', + id: 'connection-89', state: 3, transferChannel: { - channelId: 'channel-58', - counterPartyChannelId: 'channel-30', + channelId: 'channel-117', + counterPartyChannelId: 'channel-8', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -240,18 +7527,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_osmosis-1', + 'published.agoricNames.chainConnection.evmos__9001-2_noble-1', { - client_id: '07-tendermint-1', + client_id: '07-tendermint-106', counterparty: { - client_id: '07-tendermint-2109', - connection_id: 'connection-1649', + client_id: '07-tendermint-12', + connection_id: 'connection-19', }, - id: 'connection-1', + id: 'connection-63', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-320', + channelId: 'channel-64', + counterPartyChannelId: 'channel-7', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -261,18 +7548,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_secret-4', + 'published.agoricNames.chainConnection.evmos__9001-2_osmosis-1', { - client_id: '07-tendermint-17', + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-111', - connection_id: 'connection-80', + client_id: '07-tendermint-1840', + connection_id: 'connection-1440', }, - id: 'connection-17', + id: 'connection-0', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-51', + channelId: 'channel-0', + counterPartyChannelId: 'channel-204', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -282,18 +7569,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_stride-1', + 'published.agoricNames.chainConnection.evmos__9001-2_secret-4', { - client_id: '07-tendermint-74', + client_id: '07-tendermint-50', counterparty: { - client_id: '07-tendermint-129', - connection_id: 'connection-118', + client_id: '07-tendermint-42', + connection_id: 'connection-24', }, - id: 'connection-68', + id: 'connection-19', state: 3, transferChannel: { - channelId: 'channel-59', - counterPartyChannelId: 'channel-148', + channelId: 'channel-15', + counterPartyChannelId: 'channel-18', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -303,18 +7590,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_umee-1', + 'published.agoricNames.chainConnection.evmos__9001-2_stargaze-1', { - client_id: '07-tendermint-18', + client_id: '07-tendermint-41', counterparty: { - client_id: '07-tendermint-152', - connection_id: 'connection-101', + client_id: '07-tendermint-173', + connection_id: 'connection-104', }, - id: 'connection-18', + id: 'connection-17', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-42', + channelId: 'channel-13', + counterPartyChannelId: 'channel-46', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -324,18 +7611,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_neutron-1', + 'published.agoricNames.chainConnection.evmos__9001-2_stride-1', { - client_id: '07-tendermint-29', + client_id: '07-tendermint-77', counterparty: { - client_id: '07-tendermint-48', - connection_id: 'connection-36', + client_id: '07-tendermint-8', + connection_id: 'connection-7', }, - id: 'connection-7', + id: 'connection-33', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-35', + channelId: 'channel-25', + counterPartyChannelId: 'channel-9', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -345,18 +7632,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_osmosis-1', + 'published.agoricNames.chainConnection.haqq__11235-1_kava__2222-10', { - client_id: '07-tendermint-10', + client_id: '07-tendermint-5', counterparty: { - client_id: '07-tendermint-3012', - connection_id: 'connection-2503', + client_id: '07-tendermint-149', + connection_id: 'connection-193', }, - id: 'connection-2', + id: 'connection-7', state: 3, transferChannel: { - channelId: 'channel-2', - counterPartyChannelId: 'channel-6994', + channelId: 'channel-6', + counterPartyChannelId: 'channel-135', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -366,18 +7653,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_secret-4', + 'published.agoricNames.chainConnection.haqq__11235-1_noble-1', { - client_id: '07-tendermint-52', + client_id: '07-tendermint-4', counterparty: { - client_id: '07-tendermint-174', - connection_id: 'connection-131', + client_id: '07-tendermint-58', + connection_id: 'connection-56', }, - id: 'connection-15', + id: 'connection-4', state: 3, transferChannel: { - channelId: 'channel-14', - counterPartyChannelId: 'channel-91', + channelId: 'channel-4', + counterPartyChannelId: 'channel-32', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -387,18 +7674,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_stargaze-1', + 'published.agoricNames.chainConnection.haqq__11235-1_osmosis-1', { - client_id: '07-tendermint-86', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-359', - connection_id: 'connection-296', + client_id: '07-tendermint-2871', + connection_id: 'connection-2388', }, - id: 'connection-56', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-33', - counterPartyChannelId: 'channel-291', + channelId: 'channel-2', + counterPartyChannelId: 'channel-1575', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -408,18 +7695,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_stride-1', + 'published.agoricNames.chainConnection.haqq__11235-1_stride-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-6', counterparty: { - client_id: '07-tendermint-137', - connection_id: 'connection-125', + client_id: '07-tendermint-143', + connection_id: 'connection-143', }, - id: 'connection-4', + id: 'connection-8', state: 3, transferChannel: { - channelId: 'channel-4', - counterPartyChannelId: 'channel-162', + channelId: 'channel-7', + counterPartyChannelId: 'channel-240', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -429,18 +7716,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_juno-1', + 'published.agoricNames.chainConnection.injective-1_kaiyo-1', { - client_id: '07-tendermint-439', + client_id: '07-tendermint-144', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-2', + client_id: '07-tendermint-77', + connection_id: 'connection-53', }, - id: 'connection-372', + id: 'connection-116', state: 3, transferChannel: { - channelId: 'channel-207', - counterPartyChannelId: 'channel-1', + channelId: 'channel-98', + counterPartyChannelId: 'channel-54', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -450,18 +7737,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_neutron-1', + 'published.agoricNames.chainConnection.injective-1_kava__2222-10', { - client_id: '07-tendermint-1119', + client_id: '07-tendermint-205', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-130', + connection_id: 'connection-166', }, - id: 'connection-809', + id: 'connection-189', state: 3, transferChannel: { - channelId: 'channel-569', - counterPartyChannelId: 'channel-1', + channelId: 'channel-143', + counterPartyChannelId: 'channel-122', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -471,18 +7758,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_noble-1', + 'published.agoricNames.chainConnection.injective-1_migaloo-1', { - client_id: '07-tendermint-1116', + client_id: '07-tendermint-154', counterparty: { - client_id: '07-tendermint-4', - connection_id: 'connection-12', + client_id: '07-tendermint-5', + connection_id: 'connection-8', }, - id: 'connection-790', + id: 'connection-123', state: 3, transferChannel: { - channelId: 'channel-536', - counterPartyChannelId: 'channel-4', + channelId: 'channel-102', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -492,18 +7779,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_omniflixhub-1', + 'published.agoricNames.chainConnection.injective-1_neutron-1', { - client_id: '07-tendermint-656', + client_id: '07-tendermint-233', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-19', + client_id: '07-tendermint-78', + connection_id: 'connection-58', }, - id: 'connection-501', + id: 'connection-220', state: 3, transferChannel: { - channelId: 'channel-306', - counterPartyChannelId: 'channel-12', + channelId: 'channel-177', + counterPartyChannelId: 'channel-60', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -513,18 +7800,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_osmosis-1', + 'published.agoricNames.chainConnection.injective-1_noble-1', { - client_id: '07-tendermint-259', + client_id: '07-tendermint-212', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-57', + connection_id: 'connection-55', }, - id: 'connection-257', + id: 'connection-195', state: 3, transferChannel: { - channelId: 'channel-141', - counterPartyChannelId: 'channel-0', + channelId: 'channel-148', + counterPartyChannelId: 'channel-31', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -534,18 +7821,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_secret-4', + 'published.agoricNames.chainConnection.injective-1_osmosis-1', { - client_id: '07-tendermint-492', + client_id: '07-tendermint-19', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-0', + client_id: '07-tendermint-1703', + connection_id: 'connection-1298', }, - id: 'connection-401', + id: 'connection-14', state: 3, transferChannel: { - channelId: 'channel-235', - counterPartyChannelId: 'channel-0', + channelId: 'channel-8', + counterPartyChannelId: 'channel-122', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -555,18 +7842,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_stargaze-1', + 'published.agoricNames.chainConnection.injective-1_pryzm-1', { - client_id: '07-tendermint-1188', + client_id: '07-tendermint-267', counterparty: { - client_id: '07-tendermint-320', - connection_id: 'connection-256', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, - id: 'connection-918', + id: 'connection-268', state: 3, transferChannel: { - channelId: 'channel-730', - counterPartyChannelId: 'channel-239', + channelId: 'channel-284', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -576,18 +7863,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_stride-1', + 'published.agoricNames.chainConnection.injective-1_secret-4', { - client_id: '07-tendermint-913', + client_id: '07-tendermint-126', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-49', + connection_id: 'connection-30', }, - id: 'connection-635', + id: 'connection-101', state: 3, transferChannel: { - channelId: 'channel-391', - counterPartyChannelId: 'channel-0', + channelId: 'channel-88', + counterPartyChannelId: 'channel-23', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -597,18 +7884,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_neutron-1', + 'published.agoricNames.chainConnection.injective-1_stride-1', { - client_id: '07-tendermint-11', + client_id: '07-tendermint-131', counterparty: { - client_id: '07-tendermint-72', - connection_id: 'connection-51', + client_id: '07-tendermint-2', + connection_id: 'connection-3', }, - id: 'connection-17', + id: 'connection-103', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-48', + channelId: 'channel-89', + counterPartyChannelId: 'channel-6', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -618,18 +7905,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_noble-1', + 'published.agoricNames.chainConnection.injective-1_umee-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-229', counterparty: { - client_id: '07-tendermint-59', - connection_id: 'connection-57', + client_id: '07-tendermint-243', + connection_id: 'connection-206', }, - id: 'connection-0', + id: 'connection-217', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-33', + channelId: 'channel-159', + counterPartyChannelId: 'channel-116', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -639,18 +7926,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_osmosis-1', + 'published.agoricNames.chainConnection.injective-1_vota-ash', { - client_id: '07-tendermint-3', + client_id: '07-tendermint-245', counterparty: { - client_id: '07-tendermint-3009', - connection_id: 'connection-2500', + client_id: '07-tendermint-15', + connection_id: 'connection-9', }, - id: 'connection-7', + id: 'connection-239', state: 3, transferChannel: { - channelId: 'channel-3', - counterPartyChannelId: 'channel-6787', + channelId: 'channel-182', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -660,18 +7947,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', + 'published.agoricNames.chainConnection.juno-1_kaiyo-1', { - client_id: '07-tendermint-1', + client_id: '07-tendermint-198', counterparty: { - client_id: '07-tendermint-133', - connection_id: 'connection-123', + client_id: '07-tendermint-2', + connection_id: 'connection-1', }, - id: 'connection-1', + id: 'connection-140', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-160', + channelId: 'channel-87', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -681,18 +7968,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + 'published.agoricNames.chainConnection.juno-1_migaloo-1', { - client_id: '07-tendermint-8', + client_id: '07-tendermint-310', counterparty: { - client_id: '07-tendermint-244', - connection_id: 'connection-208', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, - id: 'connection-13', + id: 'connection-282', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-118', + channelId: 'channel-210', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -828,39 +8115,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_noble-1', - { - client_id: '07-tendermint-40', - counterparty: { - client_id: '07-tendermint-25', - connection_id: 'connection-34', - }, - id: 'connection-31', - state: 3, - transferChannel: { - channelId: 'channel-30', - counterPartyChannelId: 'channel-18', - counterPartyPortId: 'transfer', - ordering: 0, - portId: 'transfer', - state: 3, - version: 'ics20-1', - }, - }, - ], - [ - 'published.agoricNames.chainConnection.neutron-1_osmosis-1', + 'published.agoricNames.chainConnection.kaiyo-1_kava__2222-10', { - client_id: '07-tendermint-19', + client_id: '07-tendermint-140', counterparty: { - client_id: '07-tendermint-2823', - connection_id: 'connection-2338', + client_id: '07-tendermint-119', + connection_id: 'connection-156', }, - id: 'connection-18', + id: 'connection-106', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-874', + channelId: 'channel-95', + counterPartyChannelId: 'channel-116', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -870,18 +8136,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_secret-4', + 'published.agoricNames.chainConnection.kaiyo-1_migaloo-1', { - client_id: '07-tendermint-85', + client_id: '07-tendermint-82', counterparty: { - client_id: '07-tendermint-199', - connection_id: 'connection-192', + client_id: '07-tendermint-16', + connection_id: 'connection-19', }, - id: 'connection-63', + id: 'connection-59', state: 3, transferChannel: { - channelId: 'channel-1551', - counterPartyChannelId: 'channel-144', + channelId: 'channel-58', + counterPartyChannelId: 'channel-8', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -891,18 +8157,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_stargaze-1', + 'published.agoricNames.chainConnection.kaiyo-1_neutron-1', { - client_id: '07-tendermint-31', + client_id: '07-tendermint-112', counterparty: { - client_id: '07-tendermint-283', - connection_id: 'connection-211', + client_id: '07-tendermint-2', + connection_id: 'connection-2', }, - id: 'connection-23', + id: 'connection-82', state: 3, transferChannel: { - channelId: 'channel-18', - counterPartyChannelId: 'channel-191', + channelId: 'channel-75', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -912,18 +8178,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_stride-1', + 'published.agoricNames.chainConnection.kaiyo-1_noble-1', { - client_id: '07-tendermint-18', + client_id: '07-tendermint-95', counterparty: { - client_id: '07-tendermint-125', - connection_id: 'connection-113', + client_id: '07-tendermint-2', + connection_id: 'connection-4', }, - id: 'connection-15', + id: 'connection-65', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-123', + channelId: 'channel-62', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -933,18 +8199,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_omniflixhub-1', + 'published.agoricNames.chainConnection.kaiyo-1_osmosis-1', { - client_id: '07-tendermint-68', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-51', - connection_id: 'connection-49', + client_id: '07-tendermint-2017', + connection_id: 'connection-1559', }, - id: 'connection-65', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-44', - counterPartyChannelId: 'channel-38', + channelId: 'channel-3', + counterPartyChannelId: 'channel-259', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -954,18 +8220,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_osmosis-1', + 'published.agoricNames.chainConnection.kaiyo-1_planq__7070-2', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-70', counterparty: { - client_id: '07-tendermint-2704', - connection_id: 'connection-2241', + client_id: '07-tendermint-144', + connection_id: 'connection-151', }, - id: 'connection-2', + id: 'connection-46', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-750', + channelId: 'channel-51', + counterPartyChannelId: 'channel-23', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -975,18 +8241,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_secret-4', + 'published.agoricNames.chainConnection.kaiyo-1_secret-4', { - client_id: '07-tendermint-24', + client_id: '07-tendermint-12', counterparty: { - client_id: '07-tendermint-170', - connection_id: 'connection-127', + client_id: '07-tendermint-48', + connection_id: 'connection-29', }, - id: 'connection-33', + id: 'connection-7', state: 3, transferChannel: { - channelId: 'channel-17', - counterPartyChannelId: 'channel-88', + channelId: 'channel-10', + counterPartyChannelId: 'channel-22', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -996,18 +8262,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_stargaze-1', + 'published.agoricNames.chainConnection.kaiyo-1_stargaze-1', { - client_id: '07-tendermint-16', + client_id: '07-tendermint-9', counterparty: { - client_id: '07-tendermint-287', - connection_id: 'connection-214', + client_id: '07-tendermint-178', + connection_id: 'connection-111', }, - id: 'connection-25', + id: 'connection-5', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-204', + channelId: 'channel-7', + counterPartyChannelId: 'channel-49', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1017,18 +8283,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_umee-1', + 'published.agoricNames.chainConnection.kaiyo-1_stride-1', { - client_id: '07-tendermint-73', + client_id: '07-tendermint-37', counterparty: { - client_id: '07-tendermint-248', - connection_id: 'connection-210', + client_id: '07-tendermint-5', + connection_id: 'connection-5', }, - id: 'connection-74', + id: 'connection-31', state: 3, transferChannel: { - channelId: 'channel-51', - counterPartyChannelId: 'channel-120', + channelId: 'channel-32', + counterPartyChannelId: 'channel-8', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1038,18 +8304,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', + 'published.agoricNames.chainConnection.kava__2222-10_migaloo-1', { - client_id: '07-tendermint-8', + client_id: '07-tendermint-125', counterparty: { - client_id: '07-tendermint-1829', - connection_id: 'connection-1431', + client_id: '07-tendermint-90', + connection_id: 'connection-73', }, - id: 'connection-8', + id: 'connection-162', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-199', + channelId: 'channel-120', + counterPartyChannelId: 'channel-48', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1059,18 +8325,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_secret-4', + 'published.agoricNames.chainConnection.kava__2222-10_neutron-1', { - client_id: '07-tendermint-1588', + client_id: '07-tendermint-151', counterparty: { - client_id: '07-tendermint-2', - connection_id: 'connection-1', + client_id: '07-tendermint-54', + connection_id: 'connection-37', }, - id: 'connection-1244', + id: 'connection-194', state: 3, transferChannel: { - channelId: 'channel-88', - counterPartyChannelId: 'channel-1', + channelId: 'channel-136', + counterPartyChannelId: 'channel-36', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1080,18 +8346,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_stargaze-1', + 'published.agoricNames.chainConnection.kava__2222-10_noble-1', { - client_id: '07-tendermint-1562', + client_id: '07-tendermint-172', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-107', + connection_id: 'connection-102', }, - id: 'connection-1223', + id: 'connection-214', state: 3, transferChannel: { - channelId: 'channel-75', - counterPartyChannelId: 'channel-0', + channelId: 'channel-151', + counterPartyChannelId: 'channel-88', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1101,18 +8367,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_stride-1', + 'published.agoricNames.chainConnection.kava__2222-10_osmosis-1', { - client_id: '07-tendermint-2119', + client_id: '07-tendermint-2', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-2', + client_id: '07-tendermint-1735', + connection_id: 'connection-1328', }, - id: 'connection-1657', + id: 'connection-1', state: 3, transferChannel: { - channelId: 'channel-326', - counterPartyChannelId: 'channel-5', + channelId: 'channel-1', + counterPartyChannelId: 'channel-143', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1122,18 +8388,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_umee-1', + 'published.agoricNames.chainConnection.kava__2222-10_pacific-1', { - client_id: '07-tendermint-1805', + client_id: '07-tendermint-146', counterparty: { - client_id: '07-tendermint-6', - connection_id: 'connection-0', + client_id: '07-tendermint-38', + connection_id: 'connection-33', }, - id: 'connection-1410', + id: 'connection-181', state: 3, transferChannel: { - channelId: 'channel-184', - counterPartyChannelId: 'channel-0', + channelId: 'channel-132', + counterPartyChannelId: 'channel-18', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1143,18 +8409,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.secret-4_stargaze-1', + 'published.agoricNames.chainConnection.lava-mainnet-1_noble-1', { - client_id: '07-tendermint-43', + client_id: '07-tendermint-11', counterparty: { - client_id: '07-tendermint-177', - connection_id: 'connection-110', + client_id: '07-tendermint-120', + connection_id: 'connection-115', }, - id: 'connection-25', + id: 'connection-15', state: 3, transferChannel: { - channelId: 'channel-19', - counterPartyChannelId: 'channel-48', + channelId: 'channel-9', + counterPartyChannelId: 'channel-105', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1164,18 +8430,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.secret-4_stride-1', + 'published.agoricNames.chainConnection.lava-mainnet-1_osmosis-1', { - client_id: '07-tendermint-75', + client_id: '07-tendermint-1', counterparty: { - client_id: '07-tendermint-37', - connection_id: 'connection-25', + client_id: '07-tendermint-3210', + connection_id: 'connection-2668', }, - id: 'connection-40', + id: 'connection-1', state: 3, transferChannel: { - channelId: 'channel-37', - counterPartyChannelId: 'channel-40', + channelId: 'channel-1', + counterPartyChannelId: 'channel-76971', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1185,18 +8451,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.secret-4_umee-1', + 'published.agoricNames.chainConnection.lava-mainnet-1_stargaze-1', { - client_id: '07-tendermint-193', + client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-249', - connection_id: 'connection-213', + client_id: '07-tendermint-366', + connection_id: 'connection-307', }, - id: 'connection-188', + id: 'connection-13', state: 3, transferChannel: { - channelId: 'channel-126', - counterPartyChannelId: 'channel-123', + channelId: 'channel-7', + counterPartyChannelId: 'channel-391', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1206,18 +8472,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.stargaze-1_stride-1', + 'published.agoricNames.chainConnection.migaloo-1_noble-1', { - client_id: '07-tendermint-195', + client_id: '07-tendermint-113', counterparty: { - client_id: '07-tendermint-30', - connection_id: 'connection-18', + client_id: '07-tendermint-19', + connection_id: 'connection-28', }, - id: 'connection-128', + id: 'connection-89', state: 3, transferChannel: { - channelId: 'channel-106', - counterPartyChannelId: 'channel-19', + channelId: 'channel-60', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1227,18 +8493,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.stride-1_umee-1', + 'published.agoricNames.chainConnection.migaloo-1_osmosis-1', { - client_id: '07-tendermint-32', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-64', - connection_id: 'connection-45', + client_id: '07-tendermint-2669', + connection_id: 'connection-2171', }, - id: 'connection-20', + id: 'connection-11', state: 3, transferChannel: { - channelId: 'channel-29', - counterPartyChannelId: 'channel-34', + channelId: 'channel-5', + counterPartyChannelId: 'channel-642', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1247,27 +8513,19 @@ Generated by [AVA](https://avajs.dev). }, }, ], - ] - -> Chain connections for Orchestration -> The example below illustrates the schema of the data published there. -> -> See also board marshalling conventions (_to appear_). - - [ [ - 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', + 'published.agoricNames.chainConnection.migaloo-1_pacific-1', { - client_id: '07-tendermint-6', + client_id: '07-tendermint-108', counterparty: { - client_id: '07-tendermint-927', - connection_id: 'connection-649', + client_id: '07-tendermint-22', + connection_id: 'connection-13', }, - id: 'connection-8', + id: 'connection-84', state: 3, transferChannel: { - channelId: 'channel-5', - counterPartyChannelId: 'channel-405', + channelId: 'channel-57', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1277,18 +8535,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_noble-1', + 'published.agoricNames.chainConnection.migaloo-1_secret-4', { - client_id: '07-tendermint-77', + client_id: '07-tendermint-6', counterparty: { - client_id: '07-tendermint-32', - connection_id: 'connection-40', + client_id: '07-tendermint-116', + connection_id: 'connection-87', }, - id: 'connection-72', + id: 'connection-9', state: 3, transferChannel: { - channelId: 'channel-62', - counterPartyChannelId: 'channel-21', + channelId: 'channel-4', + counterPartyChannelId: 'channel-57', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1298,18 +8556,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_omniflixhub-1', + 'published.agoricNames.chainConnection.migaloo-1_stargaze-1', { - client_id: '07-tendermint-73', + client_id: '07-tendermint-118', counterparty: { - client_id: '07-tendermint-47', - connection_id: 'connection-40', + client_id: '07-tendermint-352', + connection_id: 'connection-287', }, - id: 'connection-67', + id: 'connection-90', state: 3, transferChannel: { - channelId: 'channel-58', - counterPartyChannelId: 'channel-30', + channelId: 'channel-69', + counterPartyChannelId: 'channel-269', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1319,18 +8577,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_osmosis-1', + 'published.agoricNames.chainConnection.migaloo-1_umee-1', { - client_id: '07-tendermint-1', + client_id: '07-tendermint-104', counterparty: { - client_id: '07-tendermint-2109', - connection_id: 'connection-1649', + client_id: '07-tendermint-234', + connection_id: 'connection-195', }, - id: 'connection-1', + id: 'connection-83', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-320', + channelId: 'channel-56', + counterPartyChannelId: 'channel-104', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1340,18 +8598,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_secret-4', + 'published.agoricNames.chainConnection.neutron-1_noble-1', { - client_id: '07-tendermint-17', + client_id: '07-tendermint-40', counterparty: { - client_id: '07-tendermint-111', - connection_id: 'connection-80', + client_id: '07-tendermint-25', + connection_id: 'connection-34', }, - id: 'connection-17', + id: 'connection-31', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-51', + channelId: 'channel-30', + counterPartyChannelId: 'channel-18', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1361,18 +8619,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_stride-1', + 'published.agoricNames.chainConnection.neutron-1_osmosis-1', { - client_id: '07-tendermint-74', + client_id: '07-tendermint-19', counterparty: { - client_id: '07-tendermint-129', - connection_id: 'connection-118', + client_id: '07-tendermint-2823', + connection_id: 'connection-2338', }, - id: 'connection-68', + id: 'connection-18', state: 3, transferChannel: { - channelId: 'channel-59', - counterPartyChannelId: 'channel-148', + channelId: 'channel-10', + counterPartyChannelId: 'channel-874', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1382,18 +8640,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.agoric-3_umee-1', + 'published.agoricNames.chainConnection.neutron-1_pacific-1', { - client_id: '07-tendermint-18', + client_id: '07-tendermint-89', counterparty: { - client_id: '07-tendermint-152', - connection_id: 'connection-101', + client_id: '07-tendermint-123', + connection_id: 'connection-157', }, - id: 'connection-18', + id: 'connection-65', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-42', + channelId: 'channel-2016', + counterPartyChannelId: 'channel-66', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1403,18 +8661,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_neutron-1', + 'published.agoricNames.chainConnection.neutron-1_pirin-1', { - client_id: '07-tendermint-29', + client_id: '07-tendermint-71', counterparty: { - client_id: '07-tendermint-48', - connection_id: 'connection-36', + client_id: '07-tendermint-13', + connection_id: 'connection-11', }, - id: 'connection-7', + id: 'connection-50', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-35', + channelId: 'channel-44', + counterPartyChannelId: 'channel-3839', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1424,18 +8682,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_osmosis-1', + 'published.agoricNames.chainConnection.neutron-1_pryzm-1', { - client_id: '07-tendermint-10', + client_id: '07-tendermint-98', counterparty: { - client_id: '07-tendermint-3012', - connection_id: 'connection-2503', + client_id: '07-tendermint-6', + connection_id: 'connection-6', }, - id: 'connection-2', + id: 'connection-72', state: 3, transferChannel: { - channelId: 'channel-2', - counterPartyChannelId: 'channel-6994', + channelId: 'channel-4329', + counterPartyChannelId: 'channel-6', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1445,18 +8703,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_secret-4', + 'published.agoricNames.chainConnection.neutron-1_secret-4', { - client_id: '07-tendermint-52', + client_id: '07-tendermint-85', counterparty: { - client_id: '07-tendermint-174', - connection_id: 'connection-131', + client_id: '07-tendermint-199', + connection_id: 'connection-192', }, - id: 'connection-15', + id: 'connection-63', state: 3, transferChannel: { - channelId: 'channel-14', - counterPartyChannelId: 'channel-91', + channelId: 'channel-1551', + counterPartyChannelId: 'channel-144', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1466,18 +8724,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_stargaze-1', + 'published.agoricNames.chainConnection.neutron-1_stargaze-1', { - client_id: '07-tendermint-86', + client_id: '07-tendermint-31', counterparty: { - client_id: '07-tendermint-359', - connection_id: 'connection-296', + client_id: '07-tendermint-283', + connection_id: 'connection-211', }, - id: 'connection-56', + id: 'connection-23', state: 3, transferChannel: { - channelId: 'channel-33', - counterPartyChannelId: 'channel-291', + channelId: 'channel-18', + counterPartyChannelId: 'channel-191', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1487,18 +8745,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.celestia_stride-1', + 'published.agoricNames.chainConnection.neutron-1_stride-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-137', - connection_id: 'connection-125', + client_id: '07-tendermint-125', + connection_id: 'connection-113', }, - id: 'connection-4', + id: 'connection-15', state: 3, transferChannel: { - channelId: 'channel-4', - counterPartyChannelId: 'channel-162', + channelId: 'channel-8', + counterPartyChannelId: 'channel-123', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1508,18 +8766,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_juno-1', + 'published.agoricNames.chainConnection.noble-1_omniflixhub-1', { - client_id: '07-tendermint-439', + client_id: '07-tendermint-68', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-2', + client_id: '07-tendermint-51', + connection_id: 'connection-49', }, - id: 'connection-372', + id: 'connection-65', state: 3, transferChannel: { - channelId: 'channel-207', - counterPartyChannelId: 'channel-1', + channelId: 'channel-44', + counterPartyChannelId: 'channel-38', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1529,18 +8787,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_neutron-1', + 'published.agoricNames.chainConnection.noble-1_osmosis-1', { - client_id: '07-tendermint-1119', + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-2704', + connection_id: 'connection-2241', }, - id: 'connection-809', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-569', - counterPartyChannelId: 'channel-1', + channelId: 'channel-1', + counterPartyChannelId: 'channel-750', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1550,18 +8808,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_noble-1', + 'published.agoricNames.chainConnection.noble-1_pacific-1', { - client_id: '07-tendermint-1116', + client_id: '07-tendermint-64', counterparty: { - client_id: '07-tendermint-4', - connection_id: 'connection-12', + client_id: '07-tendermint-45', + connection_id: 'connection-77', }, - id: 'connection-790', + id: 'connection-61', state: 3, transferChannel: { - channelId: 'channel-536', - counterPartyChannelId: 'channel-4', + channelId: 'channel-39', + counterPartyChannelId: 'channel-45', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1571,18 +8829,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_omniflixhub-1', + 'published.agoricNames.chainConnection.noble-1_pio-mainnet-1', { - client_id: '07-tendermint-656', + client_id: '07-tendermint-30', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-19', + client_id: '07-tendermint-36', + connection_id: 'connection-13', }, - id: 'connection-501', + id: 'connection-37', state: 3, transferChannel: { - channelId: 'channel-306', - counterPartyChannelId: 'channel-12', + channelId: 'channel-20', + counterPartyChannelId: 'channel-10', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1592,18 +8850,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_osmosis-1', + 'published.agoricNames.chainConnection.noble-1_planq__7070-2', { - client_id: '07-tendermint-259', + client_id: '07-tendermint-103', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-567', + connection_id: 'connection-490', }, - id: 'connection-257', + id: 'connection-95', state: 3, transferChannel: { - channelId: 'channel-141', - counterPartyChannelId: 'channel-0', + channelId: 'channel-82', + counterPartyChannelId: 'channel-63', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1613,18 +8871,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_secret-4', + 'published.agoricNames.chainConnection.noble-1_pryzm-1', { - client_id: '07-tendermint-492', + client_id: '07-tendermint-100', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-0', + client_id: '07-tendermint-5', + connection_id: 'connection-5', }, - id: 'connection-401', + id: 'connection-92', state: 3, transferChannel: { - channelId: 'channel-235', - counterPartyChannelId: 'channel-0', + channelId: 'channel-79', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1634,18 +8892,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_stargaze-1', + 'published.agoricNames.chainConnection.noble-1_secret-4', { - client_id: '07-tendermint-1188', + client_id: '07-tendermint-24', counterparty: { - client_id: '07-tendermint-320', - connection_id: 'connection-256', + client_id: '07-tendermint-170', + connection_id: 'connection-127', }, - id: 'connection-918', + id: 'connection-33', state: 3, transferChannel: { - channelId: 'channel-730', - counterPartyChannelId: 'channel-239', + channelId: 'channel-17', + counterPartyChannelId: 'channel-88', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1655,18 +8913,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.cosmoshub-4_stride-1', + 'published.agoricNames.chainConnection.noble-1_shido__9008-1', { - client_id: '07-tendermint-913', + client_id: '07-tendermint-106', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-9', + connection_id: 'connection-11', }, - id: 'connection-635', + id: 'connection-99', state: 3, transferChannel: { - channelId: 'channel-391', - counterPartyChannelId: 'channel-0', + channelId: 'channel-87', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1676,18 +8934,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_neutron-1', + 'published.agoricNames.chainConnection.noble-1_stargaze-1', { - client_id: '07-tendermint-11', + client_id: '07-tendermint-16', counterparty: { - client_id: '07-tendermint-72', - connection_id: 'connection-51', + client_id: '07-tendermint-287', + connection_id: 'connection-214', }, - id: 'connection-17', + id: 'connection-25', state: 3, transferChannel: { channelId: 'channel-11', - counterPartyChannelId: 'channel-48', + counterPartyChannelId: 'channel-204', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1697,18 +8955,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_noble-1', + 'published.agoricNames.chainConnection.noble-1_titan__18888-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-114', counterparty: { - client_id: '07-tendermint-59', - connection_id: 'connection-57', + client_id: '07-tendermint-1', + connection_id: 'connection-0', }, - id: 'connection-0', + id: 'connection-109', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-33', + channelId: 'channel-99', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1718,18 +8976,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_osmosis-1', + 'published.agoricNames.chainConnection.noble-1_umee-1', { - client_id: '07-tendermint-3', + client_id: '07-tendermint-73', counterparty: { - client_id: '07-tendermint-3009', - connection_id: 'connection-2500', + client_id: '07-tendermint-248', + connection_id: 'connection-210', }, - id: 'connection-7', + id: 'connection-74', state: 3, transferChannel: { - channelId: 'channel-3', - counterPartyChannelId: 'channel-6787', + channelId: 'channel-51', + counterPartyChannelId: 'channel-120', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1739,18 +8997,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', + 'published.agoricNames.chainConnection.noble-1_vota-ash', { - client_id: '07-tendermint-1', + client_id: '07-tendermint-111', counterparty: { - client_id: '07-tendermint-133', - connection_id: 'connection-123', + client_id: '07-tendermint-23', + connection_id: 'connection-29', }, - id: 'connection-1', + id: 'connection-106', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-160', + channelId: 'channel-94', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1760,18 +9018,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', { client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-244', - connection_id: 'connection-208', + client_id: '07-tendermint-1829', + connection_id: 'connection-1431', }, - id: 'connection-13', + id: 'connection-8', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-118', + channelId: 'channel-1', + counterPartyChannelId: 'channel-199', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1781,18 +9039,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_neutron-1', + 'published.agoricNames.chainConnection.omniflixhub-1_stargaze-1', { - client_id: '07-tendermint-557', + client_id: '07-tendermint-74', counterparty: { - client_id: '07-tendermint-97', - connection_id: 'connection-71', + client_id: '07-tendermint-370', + connection_id: 'connection-328', }, - id: 'connection-524', + id: 'connection-54', state: 3, transferChannel: { - channelId: 'channel-548', - counterPartyChannelId: 'channel-4328', + channelId: 'channel-49', + counterPartyChannelId: 'channel-398', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1802,18 +9060,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_noble-1', + 'published.agoricNames.chainConnection.osmosis-1_pacific-1', { - client_id: '07-tendermint-334', + client_id: '07-tendermint-2790', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-8', + client_id: '07-tendermint-2', + connection_id: 'connection-0', }, - id: 'connection-322', + id: 'connection-2288', state: 3, transferChannel: { - channelId: 'channel-224', - counterPartyChannelId: 'channel-3', + channelId: 'channel-782', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1823,18 +9081,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_osmosis-1', + 'published.agoricNames.chainConnection.osmosis-1_pio-mainnet-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-1899', counterparty: { - client_id: '07-tendermint-1457', - connection_id: 'connection-1142', + client_id: '07-tendermint-31', + connection_id: 'connection-9', }, - id: 'connection-0', + id: 'connection-1472', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-42', + channelId: 'channel-222', + counterPartyChannelId: 'channel-7', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1844,18 +9102,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_secret-4', + 'published.agoricNames.chainConnection.osmosis-1_pirin-1', { - client_id: '07-tendermint-108', + client_id: '07-tendermint-2791', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-9', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-68', + id: 'connection-2289', state: 3, transferChannel: { - channelId: 'channel-48', - counterPartyChannelId: 'channel-8', + channelId: 'channel-783', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1865,18 +9123,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_stargaze-1', + 'published.agoricNames.chainConnection.osmosis-1_planq__7070-2', { - client_id: '07-tendermint-44', + client_id: '07-tendermint-2318', counterparty: { - client_id: '07-tendermint-13', - connection_id: 'connection-11', + client_id: '07-tendermint-3', + connection_id: 'connection-2', }, - id: 'connection-30', + id: 'connection-1815', state: 3, transferChannel: { - channelId: 'channel-20', - counterPartyChannelId: 'channel-5', + channelId: 'channel-492', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1886,18 +9144,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.juno-1_stride-1', + 'published.agoricNames.chainConnection.osmosis-1_pryzm-1', { - client_id: '07-tendermint-263', + client_id: '07-tendermint-3206', counterparty: { - client_id: '07-tendermint-31', - connection_id: 'connection-19', + client_id: '07-tendermint-2', + connection_id: 'connection-2', }, - id: 'connection-205', + id: 'connection-2663', state: 3, transferChannel: { - channelId: 'channel-139', - counterPartyChannelId: 'channel-24', + channelId: 'channel-75755', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1907,18 +9165,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_noble-1', + 'published.agoricNames.chainConnection.osmosis-1_quicksilver-2', { - client_id: '07-tendermint-40', + client_id: '07-tendermint-2400', counterparty: { - client_id: '07-tendermint-25', - connection_id: 'connection-34', + client_id: '07-tendermint-6', + connection_id: 'connection-2', }, - id: 'connection-31', + id: 'connection-1889', state: 3, transferChannel: { - channelId: 'channel-30', - counterPartyChannelId: 'channel-18', + channelId: 'channel-522', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1928,18 +9186,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_osmosis-1', + 'published.agoricNames.chainConnection.osmosis-1_secret-4', { - client_id: '07-tendermint-19', + client_id: '07-tendermint-1588', counterparty: { - client_id: '07-tendermint-2823', - connection_id: 'connection-2338', + client_id: '07-tendermint-2', + connection_id: 'connection-1', }, - id: 'connection-18', + id: 'connection-1244', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-874', + channelId: 'channel-88', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1949,18 +9207,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_secret-4', + 'published.agoricNames.chainConnection.osmosis-1_shido__9008-1', { - client_id: '07-tendermint-85', + client_id: '07-tendermint-3198', counterparty: { - client_id: '07-tendermint-199', - connection_id: 'connection-192', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-63', + id: 'connection-2654', state: 3, transferChannel: { - channelId: 'channel-1551', - counterPartyChannelId: 'channel-144', + channelId: 'channel-73755', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1970,18 +9228,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_stargaze-1', + 'published.agoricNames.chainConnection.osmosis-1_sifchain-1', { - client_id: '07-tendermint-31', + client_id: '07-tendermint-1484', counterparty: { - client_id: '07-tendermint-283', - connection_id: 'connection-211', + client_id: '07-tendermint-41', + connection_id: 'connection-20', }, - id: 'connection-23', + id: 'connection-1159', state: 3, transferChannel: { - channelId: 'channel-18', - counterPartyChannelId: 'channel-191', + channelId: 'channel-47', + counterPartyChannelId: 'channel-17', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1991,18 +9249,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.neutron-1_stride-1', + 'published.agoricNames.chainConnection.osmosis-1_stargaze-1', { - client_id: '07-tendermint-18', + client_id: '07-tendermint-1562', counterparty: { - client_id: '07-tendermint-125', - connection_id: 'connection-113', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-15', + id: 'connection-1223', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-123', + channelId: 'channel-75', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2012,18 +9270,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_omniflixhub-1', + 'published.agoricNames.chainConnection.osmosis-1_stride-1', { - client_id: '07-tendermint-68', + client_id: '07-tendermint-2119', counterparty: { - client_id: '07-tendermint-51', - connection_id: 'connection-49', + client_id: '07-tendermint-1', + connection_id: 'connection-2', }, - id: 'connection-65', + id: 'connection-1657', state: 3, transferChannel: { - channelId: 'channel-44', - counterPartyChannelId: 'channel-38', + channelId: 'channel-326', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2033,18 +9291,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_osmosis-1', + 'published.agoricNames.chainConnection.osmosis-1_umee-1', { - client_id: '07-tendermint-0', + client_id: '07-tendermint-1805', counterparty: { - client_id: '07-tendermint-2704', - connection_id: 'connection-2241', + client_id: '07-tendermint-6', + connection_id: 'connection-0', }, - id: 'connection-2', + id: 'connection-1410', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-750', + channelId: 'channel-184', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2054,18 +9312,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_secret-4', + 'published.agoricNames.chainConnection.osmosis-1_vota-ash', { - client_id: '07-tendermint-24', + client_id: '07-tendermint-2959', counterparty: { - client_id: '07-tendermint-170', - connection_id: 'connection-127', + client_id: '07-tendermint-0', + connection_id: 'connection-1', }, - id: 'connection-33', + id: 'connection-2454', state: 3, transferChannel: { - channelId: 'channel-17', - counterPartyChannelId: 'channel-88', + channelId: 'channel-2694', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2075,18 +9333,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_stargaze-1', + 'published.agoricNames.chainConnection.pacific-1_planq__7070-2', { - client_id: '07-tendermint-16', + client_id: '07-tendermint-21', counterparty: { - client_id: '07-tendermint-287', - connection_id: 'connection-214', + client_id: '07-tendermint-545', + connection_id: 'connection-477', }, - id: 'connection-25', + id: 'connection-12', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-204', + channelId: 'channel-13', + counterPartyChannelId: 'channel-59', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2096,18 +9354,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.noble-1_umee-1', + 'published.agoricNames.chainConnection.pacific-1_stride-1', { - client_id: '07-tendermint-73', + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-248', - connection_id: 'connection-210', + client_id: '07-tendermint-130', + connection_id: 'connection-119', }, - id: 'connection-74', + id: 'connection-11', state: 3, transferChannel: { - channelId: 'channel-51', - counterPartyChannelId: 'channel-120', + channelId: 'channel-11', + counterPartyChannelId: 'channel-149', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2117,18 +9375,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', + 'published.agoricNames.chainConnection.pacific-1_vota-ash', { - client_id: '07-tendermint-8', + client_id: '07-tendermint-109', counterparty: { - client_id: '07-tendermint-1829', - connection_id: 'connection-1431', + client_id: '07-tendermint-21', + connection_id: 'connection-27', }, - id: 'connection-8', + id: 'connection-153', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-199', + channelId: 'channel-64', + counterPartyChannelId: 'channel-12', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2138,18 +9396,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_secret-4', + 'published.agoricNames.chainConnection.pirin-1_secret-4', { - client_id: '07-tendermint-1588', + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-2', - connection_id: 'connection-1', + client_id: '07-tendermint-201', + connection_id: 'connection-193', }, - id: 'connection-1244', + id: 'connection-14', state: 3, transferChannel: { - channelId: 'channel-88', - counterPartyChannelId: 'channel-1', + channelId: 'channel-13995', + counterPartyChannelId: 'channel-146', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2159,18 +9417,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_stargaze-1', + 'published.agoricNames.chainConnection.pirin-1_vota-ash', { - client_id: '07-tendermint-1562', + client_id: '07-tendermint-14', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-13', + connection_id: 'connection-5', }, - id: 'connection-1223', + id: 'connection-12', state: 3, transferChannel: { - channelId: 'channel-75', - counterPartyChannelId: 'channel-0', + channelId: 'channel-4092', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2180,18 +9438,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_stride-1', + 'published.agoricNames.chainConnection.pryzm-1_stride-1', { - client_id: '07-tendermint-2119', + client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-2', + client_id: '07-tendermint-145', + connection_id: 'connection-145', }, - id: 'connection-1657', + id: 'connection-8', state: 3, transferChannel: { - channelId: 'channel-326', - counterPartyChannelId: 'channel-5', + channelId: 'channel-23', + counterPartyChannelId: 'channel-257', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2201,18 +9459,18 @@ Generated by [AVA](https://avajs.dev). }, ], [ - 'published.agoricNames.chainConnection.osmosis-1_umee-1', + 'published.agoricNames.chainConnection.secret-4_sifchain-1', { - client_id: '07-tendermint-1805', + client_id: '07-tendermint-37', counterparty: { - client_id: '07-tendermint-6', - connection_id: 'connection-0', + client_id: '07-tendermint-171', + connection_id: 'connection-98', }, - id: 'connection-1410', + id: 'connection-19', state: 3, transferChannel: { - channelId: 'channel-184', - counterPartyChannelId: 'channel-0', + channelId: 'channel-15', + counterPartyChannelId: 'channel-65', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -2305,6 +9563,27 @@ Generated by [AVA](https://avajs.dev). }, }, ], + [ + 'published.agoricNames.chainConnection.stargaze-1_vota-ash', + { + client_id: '07-tendermint-368', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-30', + }, + id: 'connection-318', + state: 3, + transferChannel: { + channelId: 'channel-394', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + ], [ 'published.agoricNames.chainConnection.stride-1_umee-1', { diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap index d018a0d07a0..30ee6bae6fe 100644 Binary files a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap and b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap differ diff --git a/packages/boot/test/fast-usdc/fast-usdc.test.ts b/packages/boot/test/fast-usdc/fast-usdc.test.ts index cdd599cb545..57656b6c948 100644 --- a/packages/boot/test/fast-usdc/fast-usdc.test.ts +++ b/packages/boot/test/fast-usdc/fast-usdc.test.ts @@ -385,6 +385,7 @@ test.serial('distributes fees per BLD staker decision', async t => { const ContractFee = 302000n; // see split above t.is(((ContractFee - 250000n) * 5n) / 10n, 26000n); + const cases = [ { dest: 'agoric1a', args: ['--fixedFees', '0.25'], rxd: '250000' }, { dest: 'agoric1b', args: ['--feePortion', '0.5'], rxd: '26000' }, @@ -584,12 +585,6 @@ test.serial('replace operators', async t => { } } - if (defaultManagerType === 'xs-worker') { - // XXX for some reason the code after this when run under XS fails with: - // message: 'unsettled value for "kp2526"', - return; - } - // Add some new oracle operator const { // any one would do diff --git a/packages/boot/test/orchestration/contract-upgrade.test.ts b/packages/boot/test/orchestration/contract-upgrade.test.ts index 553f58f87db..9521ee2de5e 100644 --- a/packages/boot/test/orchestration/contract-upgrade.test.ts +++ b/packages/boot/test/orchestration/contract-upgrade.test.ts @@ -4,13 +4,13 @@ import type { TestFn } from 'ava'; import { BridgeId } from '@agoric/internal'; import { buildVTransferEvent } from '@agoric/orchestration/tools/ibc-mocks.js'; -import fetchedChainInfo from '@agoric/orchestration/src/fetched-chain-info.js'; import { withChainCapabilities } from '@agoric/orchestration'; import { makeTestAddress } from '@agoric/orchestration/tools/make-test-address.js'; import { makeWalletFactoryContext, type WalletFactoryTestContext, } from '../bootstrapTests/walletFactory.js'; +import { minimalChainInfos } from '../tools/chainInfo.js'; const test: TestFn = anyTest; test.before(async t => { @@ -45,7 +45,7 @@ test('resume', async t => { await evalProposal( buildProposal('@agoric/builders/scripts/testing/init-send-anywhere.js', [ '--chainInfo', - JSON.stringify(withChainCapabilities(fetchedChainInfo)), + JSON.stringify(withChainCapabilities(minimalChainInfos)), '--assetInfo', JSON.stringify([ [ diff --git a/packages/boot/test/orchestration/restart-contracts.test.ts b/packages/boot/test/orchestration/restart-contracts.test.ts index bf5d22efd07..593f4b71deb 100644 --- a/packages/boot/test/orchestration/restart-contracts.test.ts +++ b/packages/boot/test/orchestration/restart-contracts.test.ts @@ -9,12 +9,12 @@ import { } from '@agoric/orchestration'; import { buildVTransferEvent } from '@agoric/orchestration/tools/ibc-mocks.js'; import type { UpdateRecord } from '@agoric/smart-wallet/src/smartWallet.js'; -import fetchedChainInfo from '@agoric/orchestration/src/fetched-chain-info.js'; import { makeTestAddress } from '@agoric/orchestration/tools/make-test-address.js'; import { makeWalletFactoryContext, type WalletFactoryTestContext, } from '../bootstrapTests/walletFactory.js'; +import { minimalChainInfos } from '../tools/chainInfo.js'; const test: TestFn = anyTest; test.before(async t => { @@ -39,7 +39,7 @@ test.serial('send-anywhere', async t => { await evalProposal( buildProposal('@agoric/builders/scripts/testing/init-send-anywhere.js', [ '--chainInfo', - JSON.stringify(withChainCapabilities(fetchedChainInfo)), + JSON.stringify(withChainCapabilities(minimalChainInfos)), '--assetInfo', JSON.stringify([ [ diff --git a/packages/boot/test/tools/chainInfo.ts b/packages/boot/test/tools/chainInfo.ts new file mode 100644 index 00000000000..53f8b5e551c --- /dev/null +++ b/packages/boot/test/tools/chainInfo.ts @@ -0,0 +1,9 @@ +import fetchedChainInfo from '@agoric/orchestration/src/fetched-chain-info.js'; + +export const minimalChainInfos = { + agoric: fetchedChainInfo.agoric, + osmosis: fetchedChainInfo.osmosis, + dydx: fetchedChainInfo.dydx, + noble: fetchedChainInfo.noble, + cosmoshub: fetchedChainInfo.cosmoshub, +}; diff --git a/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.md b/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.md index 2c66c2e5ca9..dd3a84c991a 100644 --- a/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.md +++ b/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.md @@ -46,6 +46,7 @@ Generated by [AVA](https://avajs.dev). agoric: { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -57,12 +58,14 @@ Generated by [AVA](https://avajs.dev). noble: { bech32Prefix: 'noble', chainId: 'noble-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, }, osmosis: { bech32Prefix: 'osmo', chainId: 'osmosis-1', + icaEnabled: true, icqEnabled: true, pfmEnabled: true, stakingTokens: [ @@ -73,6 +76,24 @@ Generated by [AVA](https://avajs.dev). }, }, connectionInfos: { + 'agoric-3_core-1': { + client_id: '07-tendermint-93', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-210', + }, + id: 'connection-91', + state: 3, + transferChannel: { + channelId: 'channel-72', + counterPartyChannelId: 'channel-202', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, 'agoric-3_cosmoshub-4': { client_id: '07-tendermint-6', counterparty: { @@ -91,6 +112,96 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, + 'agoric-3_crescent-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_evmos__9001-2': { + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-70', + }, + id: 'connection-66', + state: 3, + transferChannel: { + channelId: 'channel-57', + counterPartyChannelId: 'channel-85', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_kaiyo-1': { + client_id: '07-tendermint-20', + counterparty: { + client_id: '07-tendermint-94', + connection_id: 'connection-64', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_kava__2222-10': { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-147', + connection_id: 'connection-182', + }, + id: 'connection-73', + state: 3, + transferChannel: { + channelId: 'channel-63', + counterPartyChannelId: 'channel-133', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_neutron-1': { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-108', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-5789', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, 'agoric-3_noble-1': { client_id: '07-tendermint-77', counterparty: { @@ -199,17 +310,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_osmosis-1': { - client_id: '07-tendermint-10', + 'beezee-1_noble-1': { + client_id: '07-tendermint-9', counterparty: { - client_id: '07-tendermint-3012', - connection_id: 'connection-2503', + client_id: '07-tendermint-112', + connection_id: 'connection-107', }, - id: 'connection-2', + id: 'connection-3', state: 3, transferChannel: { - channelId: 'channel-2', - counterPartyChannelId: 'channel-6994', + channelId: 'channel-3', + counterPartyChannelId: 'channel-95', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -217,17 +328,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_noble-1': { - client_id: '07-tendermint-1116', + 'beezee-1_osmosis-1': { + client_id: '07-tendermint-2', counterparty: { - client_id: '07-tendermint-4', - connection_id: 'connection-12', + client_id: '07-tendermint-2154', + connection_id: 'connection-1672', }, - id: 'connection-790', + id: 'connection-0', state: 3, transferChannel: { - channelId: 'channel-536', - counterPartyChannelId: 'channel-4', + channelId: 'channel-0', + counterPartyChannelId: 'channel-340', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -235,17 +346,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_osmosis-1': { - client_id: '07-tendermint-259', + 'carbon-1_osmosis-1': { + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-1808', + connection_id: 'connection-1412', }, - id: 'connection-257', + id: 'connection-1', state: 3, transferChannel: { - channelId: 'channel-141', - counterPartyChannelId: 'channel-0', + channelId: 'channel-0', + counterPartyChannelId: 'channel-188', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -253,17 +364,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_noble-1': { - client_id: '07-tendermint-0', + 'celestia_osmosis-1': { + client_id: '07-tendermint-10', counterparty: { - client_id: '07-tendermint-59', - connection_id: 'connection-57', + client_id: '07-tendermint-3012', + connection_id: 'connection-2503', }, - id: 'connection-0', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-33', + channelId: 'channel-2', + counterPartyChannelId: 'channel-6994', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -271,17 +382,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_osmosis-1': { - client_id: '07-tendermint-3', + 'columbus-5_osmosis-1': { + client_id: '07-tendermint-12', counterparty: { - client_id: '07-tendermint-3009', - connection_id: 'connection-2500', + client_id: '07-tendermint-1215', + connection_id: 'connection-1549', }, - id: 'connection-7', + id: 'connection-11', state: 3, transferChannel: { - channelId: 'channel-3', - counterPartyChannelId: 'channel-6787', + channelId: 'channel-1', + counterPartyChannelId: 'channel-72', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -289,17 +400,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_noble-1': { - client_id: '07-tendermint-334', + 'core-1_noble-1': { + client_id: '07-tendermint-160', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-8', + client_id: '07-tendermint-61', + connection_id: 'connection-59', }, - id: 'connection-322', + id: 'connection-198', state: 3, transferChannel: { - channelId: 'channel-224', - counterPartyChannelId: 'channel-3', + channelId: 'channel-132', + counterPartyChannelId: 'channel-36', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -307,17 +418,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_osmosis-1': { - client_id: '07-tendermint-0', + 'core-1_osmosis-1': { + client_id: '07-tendermint-6', counterparty: { - client_id: '07-tendermint-1457', - connection_id: 'connection-1142', + client_id: '07-tendermint-3', + connection_id: 'connection-4', }, - id: 'connection-0', + id: 'connection-5', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-42', + channelId: 'channel-6', + counterPartyChannelId: 'channel-4', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -325,17 +436,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_noble-1': { - client_id: '07-tendermint-40', + 'coreum-mainnet-1_noble-1': { + client_id: '07-tendermint-32', counterparty: { - client_id: '07-tendermint-25', - connection_id: 'connection-34', + client_id: '07-tendermint-71', + connection_id: 'connection-72', }, - id: 'connection-31', + id: 'connection-21', state: 3, transferChannel: { - channelId: 'channel-30', - counterPartyChannelId: 'channel-18', + channelId: 'channel-19', + counterPartyChannelId: 'channel-49', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -343,17 +454,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_osmosis-1': { - client_id: '07-tendermint-19', + 'coreum-mainnet-1_osmosis-1': { + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-2823', - connection_id: 'connection-2338', + client_id: '07-tendermint-2929', + connection_id: 'connection-2426', }, - id: 'connection-18', + id: 'connection-3', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-874', + channelId: 'channel-2', + counterPartyChannelId: 'channel-2188', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -361,17 +472,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_omniflixhub-1': { - client_id: '07-tendermint-68', + 'cosmoshub-4_noble-1': { + client_id: '07-tendermint-1116', counterparty: { - client_id: '07-tendermint-51', - connection_id: 'connection-49', + client_id: '07-tendermint-4', + connection_id: 'connection-12', }, - id: 'connection-65', + id: 'connection-790', state: 3, transferChannel: { - channelId: 'channel-44', - counterPartyChannelId: 'channel-38', + channelId: 'channel-536', + counterPartyChannelId: 'channel-4', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -379,17 +490,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_osmosis-1': { - client_id: '07-tendermint-0', + 'cosmoshub-4_osmosis-1': { + client_id: '07-tendermint-259', counterparty: { - client_id: '07-tendermint-2704', - connection_id: 'connection-2241', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, - id: 'connection-2', + id: 'connection-257', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-750', + channelId: 'channel-141', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -397,17 +508,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_secret-4': { - client_id: '07-tendermint-24', + 'crescent-1_noble-1': { + client_id: '07-tendermint-68', counterparty: { - client_id: '07-tendermint-170', - connection_id: 'connection-127', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, - id: 'connection-33', + id: 'connection-63', state: 3, transferChannel: { - channelId: 'channel-17', - counterPartyChannelId: 'channel-88', + channelId: 'channel-38', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -415,17 +526,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_stargaze-1': { - client_id: '07-tendermint-16', + 'crescent-1_osmosis-1': { + client_id: '07-tendermint-17', counterparty: { - client_id: '07-tendermint-287', - connection_id: 'connection-214', + client_id: '07-tendermint-2083', + connection_id: 'connection-1624', }, - id: 'connection-25', + id: 'connection-12', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-204', + channelId: 'channel-9', + counterPartyChannelId: 'channel-297', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -433,17 +544,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_umee-1': { - client_id: '07-tendermint-73', + 'dydx-mainnet-1_noble-1': { + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-248', - connection_id: 'connection-210', + client_id: '07-tendermint-59', + connection_id: 'connection-57', }, - id: 'connection-74', + id: 'connection-0', state: 3, transferChannel: { - channelId: 'channel-51', - counterPartyChannelId: 'channel-120', + channelId: 'channel-0', + counterPartyChannelId: 'channel-33', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -451,17 +562,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'omniflixhub-1_osmosis-1': { - client_id: '07-tendermint-8', + 'dydx-mainnet-1_osmosis-1': { + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-1829', - connection_id: 'connection-1431', + client_id: '07-tendermint-3009', + connection_id: 'connection-2500', }, - id: 'connection-8', + id: 'connection-7', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-199', + channelId: 'channel-3', + counterPartyChannelId: 'channel-6787', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -469,17 +580,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_secret-4': { - client_id: '07-tendermint-1588', + 'dymension__1100-1_noble-1': { + client_id: '07-tendermint-14', counterparty: { - client_id: '07-tendermint-2', - connection_id: 'connection-1', + client_id: '07-tendermint-79', + connection_id: 'connection-80', }, - id: 'connection-1244', + id: 'connection-7', state: 3, transferChannel: { - channelId: 'channel-88', - counterPartyChannelId: 'channel-1', + channelId: 'channel-6', + counterPartyChannelId: 'channel-62', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -487,17 +598,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_stargaze-1': { - client_id: '07-tendermint-1562', + 'dymension__1100-1_osmosis-1': { + client_id: '07-tendermint-2', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-3086', + connection_id: 'connection-2566', }, - id: 'connection-1223', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-75', - counterPartyChannelId: 'channel-0', + channelId: 'channel-2', + counterPartyChannelId: 'channel-19774', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -505,17 +616,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_stride-1': { - client_id: '07-tendermint-2119', + 'empowerchain-1_osmosis-1': { + client_id: '07-tendermint-1', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-2', + client_id: '07-tendermint-2848', + connection_id: 'connection-2360', }, - id: 'connection-1657', + id: 'connection-1', state: 3, transferChannel: { - channelId: 'channel-326', - counterPartyChannelId: 'channel-5', + channelId: 'channel-1', + counterPartyChannelId: 'channel-1411', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -523,8 +634,764 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_umee-1': { - client_id: '07-tendermint-1805', + 'evmos__9001-2_noble-1': { + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-19', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-64', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_osmosis-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1840', + connection_id: 'connection-1440', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_noble-1': { + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-58', + connection_id: 'connection-56', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-32', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2871', + connection_id: 'connection-2388', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-1575', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_noble-1': { + client_id: '07-tendermint-212', + counterparty: { + client_id: '07-tendermint-57', + connection_id: 'connection-55', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-148', + counterPartyChannelId: 'channel-31', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_osmosis-1': { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-1703', + connection_id: 'connection-1298', + }, + id: 'connection-14', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_noble-1': { + client_id: '07-tendermint-334', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-8', + }, + id: 'connection-322', + state: 3, + transferChannel: { + channelId: 'channel-224', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_osmosis-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1457', + connection_id: 'connection-1142', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_noble-1': { + client_id: '07-tendermint-95', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-4', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2017', + connection_id: 'connection-1559', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-259', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_noble-1': { + client_id: '07-tendermint-172', + counterparty: { + client_id: '07-tendermint-107', + connection_id: 'connection-102', + }, + id: 'connection-214', + state: 3, + transferChannel: { + channelId: 'channel-151', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_osmosis-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1735', + connection_id: 'connection-1328', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-143', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1_noble-1': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-115', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-105', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1_osmosis-1': { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-3210', + connection_id: 'connection-2668', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-76971', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1_noble-1': { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-28', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-60', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2669', + connection_id: 'connection-2171', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-642', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1_noble-1': { + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-34', + }, + id: 'connection-31', + state: 3, + transferChannel: { + channelId: 'channel-30', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1_osmosis-1': { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-2823', + connection_id: 'connection-2338', + }, + id: 'connection-18', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-874', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_omniflixhub-1': { + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-51', + connection_id: 'connection-49', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-44', + counterPartyChannelId: 'channel-38', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_osmosis-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-2704', + connection_id: 'connection-2241', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-750', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_pacific-1': { + client_id: '07-tendermint-64', + counterparty: { + client_id: '07-tendermint-45', + connection_id: 'connection-77', + }, + id: 'connection-61', + state: 3, + transferChannel: { + channelId: 'channel-39', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_pio-mainnet-1': { + client_id: '07-tendermint-30', + counterparty: { + client_id: '07-tendermint-36', + connection_id: 'connection-13', + }, + id: 'connection-37', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_planq__7070-2': { + client_id: '07-tendermint-103', + counterparty: { + client_id: '07-tendermint-567', + connection_id: 'connection-490', + }, + id: 'connection-95', + state: 3, + transferChannel: { + channelId: 'channel-82', + counterPartyChannelId: 'channel-63', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_pryzm-1': { + client_id: '07-tendermint-100', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + id: 'connection-92', + state: 3, + transferChannel: { + channelId: 'channel-79', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_secret-4': { + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-127', + }, + id: 'connection-33', + state: 3, + transferChannel: { + channelId: 'channel-17', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_shido__9008-1': { + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-11', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_stargaze-1': { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-287', + connection_id: 'connection-214', + }, + id: 'connection-25', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_titan__18888-1': { + client_id: '07-tendermint-114', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-109', + state: 3, + transferChannel: { + channelId: 'channel-99', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_umee-1': { + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-248', + connection_id: 'connection-210', + }, + id: 'connection-74', + state: 3, + transferChannel: { + channelId: 'channel-51', + counterPartyChannelId: 'channel-120', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_vota-ash': { + client_id: '07-tendermint-111', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-29', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-94', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'omniflixhub-1_osmosis-1': { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-1829', + connection_id: 'connection-1431', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-199', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_pacific-1': { + client_id: '07-tendermint-2790', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-0', + }, + id: 'connection-2288', + state: 3, + transferChannel: { + channelId: 'channel-782', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_pio-mainnet-1': { + client_id: '07-tendermint-1899', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-9', + }, + id: 'connection-1472', + state: 3, + transferChannel: { + channelId: 'channel-222', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_pirin-1': { + client_id: '07-tendermint-2791', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-2289', + state: 3, + transferChannel: { + channelId: 'channel-783', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_planq__7070-2': { + client_id: '07-tendermint-2318', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-1815', + state: 3, + transferChannel: { + channelId: 'channel-492', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_pryzm-1': { + client_id: '07-tendermint-3206', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + id: 'connection-2663', + state: 3, + transferChannel: { + channelId: 'channel-75755', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_quicksilver-2': { + client_id: '07-tendermint-2400', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-2', + }, + id: 'connection-1889', + state: 3, + transferChannel: { + channelId: 'channel-522', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_secret-4': { + client_id: '07-tendermint-1588', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + id: 'connection-1244', + state: 3, + transferChannel: { + channelId: 'channel-88', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_shido__9008-1': { + client_id: '07-tendermint-3198', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-2654', + state: 3, + transferChannel: { + channelId: 'channel-73755', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_sifchain-1': { + client_id: '07-tendermint-1484', + counterparty: { + client_id: '07-tendermint-41', + connection_id: 'connection-20', + }, + id: 'connection-1159', + state: 3, + transferChannel: { + channelId: 'channel-47', + counterPartyChannelId: 'channel-17', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_stargaze-1': { + client_id: '07-tendermint-1562', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-1223', + state: 3, + transferChannel: { + channelId: 'channel-75', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_stride-1': { + client_id: '07-tendermint-2119', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-2', + }, + id: 'connection-1657', + state: 3, + transferChannel: { + channelId: 'channel-326', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1_umee-1': { + client_id: '07-tendermint-1805', counterparty: { client_id: '07-tendermint-6', connection_id: 'connection-0', @@ -541,6 +1408,24 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, + 'osmosis-1_vota-ash': { + client_id: '07-tendermint-2959', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-1', + }, + id: 'connection-2454', + state: 3, + transferChannel: { + channelId: 'channel-2694', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, }, denom: { 'agoric:ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9': { diff --git a/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.snap b/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.snap index 0f69db9c66b..f183ea8717c 100644 Binary files a/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.snap and b/packages/fast-usdc/test/snapshots/fast-usdc.contract.test.ts.snap differ diff --git a/packages/orchestration/scripts/fetch-chain-info.ts b/packages/orchestration/scripts/fetch-chain-info.ts index 75ee144555e..865c086784e 100755 --- a/packages/orchestration/scripts/fetch-chain-info.ts +++ b/packages/orchestration/scripts/fetch-chain-info.ts @@ -12,7 +12,7 @@ const outputFile = 'src/fetched-chain-info.js'; /** * Names for which to fetch info */ -const chainNames = [ +export const icaChainNames = new Set([ 'agoric', 'celestia', 'cosmoshub', @@ -26,16 +26,48 @@ const chainNames = [ 'stargaze', 'stride', 'umee', +]); + +const nonIcaChainNames = [ + 'migaloo', + 'terra', + 'planq', + 'coreum', + 'haqq', + 'evmos', + 'pryzm', + 'nibiru', + 'carbon', + 'sei', + 'archway', + 'doravota', + 'persistence', + 'injective', + 'sifchain', + 'quicksilver', + 'provenance', + 'crescent', + 'nolus', + 'empowerchain', + 'kava', + 'kujira', + 'shido', + 'dymension', + 'lava', + 'titan', + 'beezee', ]; const client = new ChainRegistryClient({ - chainNames, + chainNames: [...icaChainNames, ...nonIcaChainNames], }); // chain info, assets and ibc data will be downloaded dynamically by invoking fetchUrls method await client.fetchUrls(); -const chainInfo = await convertChainInfo(client); +const chainInfo = await convertChainInfo(client, name => + icaChainNames.has(name), +); const record = JSON.stringify(chainInfo, null, 2); const src = `/** @file Generated by fetch-chain-info.ts */\nexport default /** @type {const} } */ (${record});`; diff --git a/packages/orchestration/src/cosmos-api.ts b/packages/orchestration/src/cosmos-api.ts index 8fa9ef07e1f..479c5dfbd5d 100644 --- a/packages/orchestration/src/cosmos-api.ts +++ b/packages/orchestration/src/cosmos-api.ts @@ -109,6 +109,7 @@ export type CosmosChainInfo = Readonly<{ * cf https://github.com/cosmos/chain-registry/blob/master/chain.schema.json#L117 */ stakingTokens?: Readonly>; + icaEnabled?: boolean; }>; // #region Orchestration views on Cosmos response types diff --git a/packages/orchestration/src/exos/chain-hub.js b/packages/orchestration/src/exos/chain-hub.js index 557d25e0585..e48aaab2210 100644 --- a/packages/orchestration/src/exos/chain-hub.js +++ b/packages/orchestration/src/exos/chain-hub.js @@ -70,15 +70,24 @@ export const CONNECTIONS_KEY = HubName.ChainConnection; export const ASSETS_KEY = HubName.ChainAssets; /** - * Character used in a connection tuple key to separate the two chain ids. Valid - * because a chainId can contain only alphanumerics and dash. - * - * Vstorage keys can be only alphanumerics, dash or underscore. That leaves - * underscore as the only valid separator. + * Character used in a connection tuple key to separate the two chain ids. + */ +const CHAIN_ID_SEPARATOR = '_'; + +/** + * Vstorage keys can be only alphanumerics, dash, or underscore, which are all + * valid characters in chain IDs. So, double each occurence of + * {@link CHAIN_ID_SEPARATOR} in the chain ID so the encoded tuple can be + * decoded. * + * @param {string} chainId * @see {@link https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md} */ -const CHAIN_ID_SEPARATOR = '_'; +export const encodeChainId = chainId => + chainId.replaceAll( + CHAIN_ID_SEPARATOR, + `${CHAIN_ID_SEPARATOR}${CHAIN_ID_SEPARATOR}`, + ); /** * The entries of the top-level namehubs in agoricNames are reflected to @@ -89,13 +98,10 @@ const CHAIN_ID_SEPARATOR = '_'; * @param {string} chainId2 */ export const connectionKey = (chainId1, chainId2) => { - if ( - chainId1.includes(CHAIN_ID_SEPARATOR) || - chainId2.includes(CHAIN_ID_SEPARATOR) - ) { - Fail`invalid chain id ${chainId1} or ${chainId2}`; - } - return [chainId1, chainId2].sort().join(CHAIN_ID_SEPARATOR); + const chainId1Sanitized = encodeChainId(chainId1); + const chainId2Sanitized = encodeChainId(chainId2); + + return [chainId1Sanitized, chainId2Sanitized].sort().join(CHAIN_ID_SEPARATOR); }; /** diff --git a/packages/orchestration/src/fetched-chain-info.js b/packages/orchestration/src/fetched-chain-info.js index 651633fd1ad..934647692ad 100644 --- a/packages/orchestration/src/fetched-chain-info.js +++ b/packages/orchestration/src/fetched-chain-info.js @@ -9,7 +9,26 @@ export default /** @type {const} } */ ({ }, ], icqEnabled: false, + icaEnabled: true, connections: { + 'core-1': { + id: 'connection-91', + client_id: '07-tendermint-93', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-210', + }, + state: 3, + transferChannel: { + channelId: 'channel-72', + portId: 'transfer', + counterPartyChannelId: 'channel-202', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'cosmoshub-4': { id: 'connection-8', client_id: '07-tendermint-6', @@ -28,6 +47,96 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'crescent-1': { + id: 'connection-2', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-66', + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-70', + }, + state: 3, + transferChannel: { + channelId: 'channel-57', + portId: 'transfer', + counterPartyChannelId: 'channel-85', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-20', + client_id: '07-tendermint-20', + counterparty: { + client_id: '07-tendermint-94', + connection_id: 'connection-64', + }, + state: 3, + transferChannel: { + channelId: 'channel-13', + portId: 'transfer', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-73', + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-147', + connection_id: 'connection-182', + }, + state: 3, + transferChannel: { + channelId: 'channel-63', + portId: 'transfer', + counterPartyChannelId: 'channel-133', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-99', + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-108', + }, + state: 3, + transferChannel: { + channelId: 'channel-146', + portId: 'transfer', + counterPartyChannelId: 'channel-5789', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'noble-1': { id: 'connection-72', client_id: '07-tendermint-77', @@ -138,100 +247,101 @@ export default /** @type {const} } */ ({ }, }, }, - celestia: { - bech32Prefix: 'celestia', - chainId: 'celestia', + archway: { + bech32Prefix: 'archway', + chainId: 'archway-1', stakingTokens: [ { - denom: 'utia', + denom: 'aarch', }, ], icqEnabled: false, + icaEnabled: false, connections: { - 'neutron-1': { - id: 'connection-7', - client_id: '07-tendermint-29', + 'dymension_1100-1': { + id: 'connection-89', + client_id: '07-tendermint-91', counterparty: { - client_id: '07-tendermint-48', - connection_id: 'connection-36', + client_id: '07-tendermint-39', + connection_id: 'connection-30', }, state: 3, transferChannel: { - channelId: 'channel-8', + channelId: 'channel-123', portId: 'transfer', - counterPartyChannelId: 'channel-35', + counterPartyChannelId: 'channel-45', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-2', - client_id: '07-tendermint-10', + 'migaloo-1': { + id: 'connection-114', + client_id: '07-tendermint-119', counterparty: { - client_id: '07-tendermint-3012', - connection_id: 'connection-2503', + client_id: '07-tendermint-138', + connection_id: 'connection-108', }, state: 3, transferChannel: { - channelId: 'channel-2', + channelId: 'channel-184', portId: 'transfer', - counterPartyChannelId: 'channel-6994', + counterPartyChannelId: 'channel-141', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-15', - client_id: '07-tendermint-52', + 'neutron-1': { + id: 'connection-58', + client_id: '07-tendermint-51', counterparty: { - client_id: '07-tendermint-174', - connection_id: 'connection-131', + client_id: '07-tendermint-62', + connection_id: 'connection-43', }, state: 3, transferChannel: { - channelId: 'channel-14', + channelId: 'channel-61', portId: 'transfer', - counterPartyChannelId: 'channel-91', + counterPartyChannelId: 'channel-41', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stargaze-1': { - id: 'connection-56', - client_id: '07-tendermint-86', + 'planq_7070-2': { + id: 'connection-83', + client_id: '07-tendermint-82', counterparty: { - client_id: '07-tendermint-359', - connection_id: 'connection-296', + client_id: '07-tendermint-561', + connection_id: 'connection-486', }, state: 3, transferChannel: { - channelId: 'channel-33', + channelId: 'channel-112', portId: 'transfer', - counterPartyChannelId: 'channel-291', + counterPartyChannelId: 'channel-62', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stride-1': { - id: 'connection-4', - client_id: '07-tendermint-0', + 'vota-ash': { + id: 'connection-106', + client_id: '07-tendermint-113', counterparty: { - client_id: '07-tendermint-137', - connection_id: 'connection-125', + client_id: '07-tendermint-22', + connection_id: 'connection-28', }, state: 3, transferChannel: { - channelId: 'channel-4', + channelId: 'channel-146', portId: 'transfer', - counterPartyChannelId: 'channel-162', + counterPartyChannelId: 'channel-13', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -240,136 +350,150 @@ export default /** @type {const} } */ ({ }, }, }, - cosmoshub: { - bech32Prefix: 'cosmos', - chainId: 'cosmoshub-4', + beezee: { + bech32Prefix: 'bze', + chainId: 'beezee-1', stakingTokens: [ { - denom: 'uatom', + denom: 'ubze', }, ], icqEnabled: false, + icaEnabled: false, connections: { - 'agoric-3': { - id: 'connection-649', - client_id: '07-tendermint-927', + 'noble-1': { + id: 'connection-3', + client_id: '07-tendermint-9', counterparty: { - client_id: '07-tendermint-6', - connection_id: 'connection-8', + client_id: '07-tendermint-112', + connection_id: 'connection-107', }, state: 3, transferChannel: { - channelId: 'channel-405', + channelId: 'channel-3', portId: 'transfer', - counterPartyChannelId: 'channel-5', + counterPartyChannelId: 'channel-95', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'juno-1': { - id: 'connection-372', - client_id: '07-tendermint-439', + 'omniflixhub-1': { + id: 'connection-5', + client_id: '07-tendermint-11', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-2', + client_id: '07-tendermint-75', + connection_id: 'connection-55', }, state: 3, transferChannel: { - channelId: 'channel-207', + channelId: 'channel-5', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-50', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'neutron-1': { - id: 'connection-809', - client_id: '07-tendermint-1119', + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-2', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-2154', + connection_id: 'connection-1672', }, state: 3, transferChannel: { - channelId: 'channel-569', + channelId: 'channel-0', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-340', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-790', - client_id: '07-tendermint-1116', + }, + }, + carbon: { + bech32Prefix: 'swth', + chainId: 'carbon-1', + stakingTokens: [ + { + denom: 'swth', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'cosmoshub-4': { + id: 'connection-5', + client_id: '07-tendermint-6', counterparty: { - client_id: '07-tendermint-4', - connection_id: 'connection-12', + client_id: '07-tendermint-765', + connection_id: 'connection-554', }, state: 3, transferChannel: { - channelId: 'channel-536', + channelId: 'channel-3', portId: 'transfer', - counterPartyChannelId: 'channel-4', + counterPartyChannelId: 'channel-342', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'omniflixhub-1': { - id: 'connection-501', - client_id: '07-tendermint-656', + 'evmos_9001-2': { + id: 'connection-10', + client_id: '07-tendermint-11', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-19', + client_id: '07-tendermint-73', + connection_id: 'connection-29', }, state: 3, transferChannel: { - channelId: 'channel-306', + channelId: 'channel-6', portId: 'transfer', - counterPartyChannelId: 'channel-12', + counterPartyChannelId: 'channel-23', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-257', - client_id: '07-tendermint-259', + 'kaiyo-1': { + id: 'connection-13', + client_id: '07-tendermint-16', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-60', + connection_id: 'connection-40', }, state: 3, transferChannel: { - channelId: 'channel-141', + channelId: 'channel-9', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-46', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-401', - client_id: '07-tendermint-492', + 'osmosis-1': { + id: 'connection-1', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-0', + client_id: '07-tendermint-1808', + connection_id: 'connection-1412', }, state: 3, transferChannel: { - channelId: 'channel-235', + channelId: 'channel-0', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-188', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -377,17 +501,17 @@ export default /** @type {const} } */ ({ }, }, 'stargaze-1': { - id: 'connection-918', - client_id: '07-tendermint-1188', + id: 'connection-19', + client_id: '07-tendermint-36', counterparty: { - client_id: '07-tendermint-320', - connection_id: 'connection-256', + client_id: '07-tendermint-224', + connection_id: 'connection-158', }, state: 3, transferChannel: { - channelId: 'channel-730', + channelId: 'channel-15', portId: 'transfer', - counterPartyChannelId: 'channel-239', + counterPartyChannelId: 'channel-123', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -395,17 +519,17 @@ export default /** @type {const} } */ ({ }, }, 'stride-1': { - id: 'connection-635', - client_id: '07-tendermint-913', + id: 'connection-12', + client_id: '07-tendermint-13', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-40', + connection_id: 'connection-27', }, state: 3, transferChannel: { - channelId: 'channel-391', + channelId: 'channel-8', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-47', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -414,164 +538,135 @@ export default /** @type {const} } */ ({ }, }, }, - dydx: { - bech32Prefix: 'dydx', - chainId: 'dydx-mainnet-1', + celestia: { + bech32Prefix: 'celestia', + chainId: 'celestia', stakingTokens: [ { - denom: 'adydx', + denom: 'utia', }, ], icqEnabled: false, + icaEnabled: true, connections: { - 'neutron-1': { - id: 'connection-17', - client_id: '07-tendermint-11', + 'dymension_1100-1': { + id: 'connection-52', + client_id: '07-tendermint-82', counterparty: { - client_id: '07-tendermint-72', - connection_id: 'connection-51', + client_id: '07-tendermint-6', + connection_id: 'connection-5', }, state: 3, transferChannel: { - channelId: 'channel-11', + channelId: 'channel-27', portId: 'transfer', - counterPartyChannelId: 'channel-48', + counterPartyChannelId: 'channel-4', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-0', - client_id: '07-tendermint-0', + 'evmos_9001-2': { + id: 'connection-49', + client_id: '07-tendermint-79', counterparty: { - client_id: '07-tendermint-59', - connection_id: 'connection-57', + client_id: '07-tendermint-134', + connection_id: 'connection-80', }, state: 3, transferChannel: { - channelId: 'channel-0', + channelId: 'channel-26', portId: 'transfer', - counterPartyChannelId: 'channel-33', + counterPartyChannelId: 'channel-106', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-7', - client_id: '07-tendermint-3', + 'injective-1': { + id: 'connection-6', + client_id: '07-tendermint-28', counterparty: { - client_id: '07-tendermint-3009', - connection_id: 'connection-2500', + client_id: '07-tendermint-226', + connection_id: 'connection-210', }, state: 3, transferChannel: { - channelId: 'channel-3', + channelId: 'channel-7', portId: 'transfer', - counterPartyChannelId: 'channel-6787', + counterPartyChannelId: 'channel-152', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stride-1': { - id: 'connection-1', - client_id: '07-tendermint-1', + 'kava_2222-10': { + id: 'connection-12', + client_id: '07-tendermint-49', counterparty: { - client_id: '07-tendermint-133', - connection_id: 'connection-123', + client_id: '07-tendermint-158', + connection_id: 'connection-198', }, state: 3, transferChannel: { - channelId: 'channel-1', + channelId: 'channel-13', portId: 'transfer', - counterPartyChannelId: 'channel-160', + counterPartyChannelId: 'channel-140', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'umee-1': { - id: 'connection-13', - client_id: '07-tendermint-8', + 'neutron-1': { + id: 'connection-7', + client_id: '07-tendermint-29', counterparty: { - client_id: '07-tendermint-244', - connection_id: 'connection-208', + client_id: '07-tendermint-48', + connection_id: 'connection-36', }, state: 3, transferChannel: { channelId: 'channel-8', portId: 'transfer', - counterPartyChannelId: 'channel-118', + counterPartyChannelId: 'channel-35', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - }, - }, - juno: { - bech32Prefix: 'juno', - chainId: 'juno-1', - stakingTokens: [ - { - denom: 'ujuno', - }, - ], - icqEnabled: false, - connections: { - 'cosmoshub-4': { + 'osmosis-1': { id: 'connection-2', - client_id: '07-tendermint-3', - counterparty: { - client_id: '07-tendermint-439', - connection_id: 'connection-372', - }, - state: 3, - transferChannel: { - channelId: 'channel-1', - portId: 'transfer', - counterPartyChannelId: 'channel-207', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - 'neutron-1': { - id: 'connection-524', - client_id: '07-tendermint-557', + client_id: '07-tendermint-10', counterparty: { - client_id: '07-tendermint-97', - connection_id: 'connection-71', + client_id: '07-tendermint-3012', + connection_id: 'connection-2503', }, state: 3, transferChannel: { - channelId: 'channel-548', + channelId: 'channel-2', portId: 'transfer', - counterPartyChannelId: 'channel-4328', + counterPartyChannelId: 'channel-6994', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-322', - client_id: '07-tendermint-334', + 'pryzm-1': { + id: 'connection-57', + client_id: '07-tendermint-88', counterparty: { client_id: '07-tendermint-3', - connection_id: 'connection-8', + connection_id: 'connection-3', }, state: 3, transferChannel: { - channelId: 'channel-224', + channelId: 'channel-34', portId: 'transfer', counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', @@ -580,36 +675,18 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-0', - client_id: '07-tendermint-0', - counterparty: { - client_id: '07-tendermint-1457', - connection_id: 'connection-1142', - }, - state: 3, - transferChannel: { - channelId: 'channel-0', - portId: 'transfer', - counterPartyChannelId: 'channel-42', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, 'secret-4': { - id: 'connection-68', - client_id: '07-tendermint-108', + id: 'connection-15', + client_id: '07-tendermint-52', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-9', + client_id: '07-tendermint-174', + connection_id: 'connection-131', }, state: 3, transferChannel: { - channelId: 'channel-48', + channelId: 'channel-14', portId: 'transfer', - counterPartyChannelId: 'channel-8', + counterPartyChannelId: 'channel-91', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -617,17 +694,17 @@ export default /** @type {const} } */ ({ }, }, 'stargaze-1': { - id: 'connection-30', - client_id: '07-tendermint-44', + id: 'connection-56', + client_id: '07-tendermint-86', counterparty: { - client_id: '07-tendermint-13', - connection_id: 'connection-11', + client_id: '07-tendermint-359', + connection_id: 'connection-296', }, state: 3, transferChannel: { - channelId: 'channel-20', + channelId: 'channel-33', portId: 'transfer', - counterPartyChannelId: 'channel-5', + counterPartyChannelId: 'channel-291', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -635,17 +712,17 @@ export default /** @type {const} } */ ({ }, }, 'stride-1': { - id: 'connection-205', - client_id: '07-tendermint-263', + id: 'connection-4', + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-31', - connection_id: 'connection-19', + client_id: '07-tendermint-137', + connection_id: 'connection-125', }, state: 3, transferChannel: { - channelId: 'channel-139', + channelId: 'channel-4', portId: 'transfer', - counterPartyChannelId: 'channel-24', + counterPartyChannelId: 'channel-162', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -654,172 +731,173 @@ export default /** @type {const} } */ ({ }, }, }, - neutron: { - bech32Prefix: 'neutron', - chainId: 'neutron-1', + coreum: { + bech32Prefix: 'core', + chainId: 'coreum-mainnet-1', stakingTokens: [ { - denom: 'untrn', + denom: 'ucore', }, ], icqEnabled: false, + icaEnabled: false, connections: { - celestia: { - id: 'connection-36', - client_id: '07-tendermint-48', + 'cosmoshub-4': { + id: 'connection-11', + client_id: '07-tendermint-11', counterparty: { - client_id: '07-tendermint-29', - connection_id: 'connection-7', + client_id: '07-tendermint-1162', + connection_id: 'connection-884', }, state: 3, transferChannel: { - channelId: 'channel-35', + channelId: 'channel-9', portId: 'transfer', - counterPartyChannelId: 'channel-8', + counterPartyChannelId: 'channel-660', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-0', - client_id: '07-tendermint-0', + 'dydx-mainnet-1': { + id: 'connection-26', + client_id: '07-tendermint-38', counterparty: { - client_id: '07-tendermint-1119', - connection_id: 'connection-809', + client_id: '07-tendermint-14', + connection_id: 'connection-20', }, state: 3, transferChannel: { - channelId: 'channel-1', + channelId: 'channel-24', portId: 'transfer', - counterPartyChannelId: 'channel-569', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'dydx-mainnet-1': { - id: 'connection-51', - client_id: '07-tendermint-72', + 'evmos_9001-2': { + id: 'connection-9', + client_id: '07-tendermint-9', counterparty: { - client_id: '07-tendermint-11', - connection_id: 'connection-17', + client_id: '07-tendermint-117', + connection_id: 'connection-71', }, state: 3, transferChannel: { - channelId: 'channel-48', + channelId: 'channel-8', portId: 'transfer', - counterPartyChannelId: 'channel-11', + counterPartyChannelId: 'channel-87', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'juno-1': { - id: 'connection-71', - client_id: '07-tendermint-97', + 'kaiyo-1': { + id: 'connection-19', + client_id: '07-tendermint-28', counterparty: { - client_id: '07-tendermint-557', - connection_id: 'connection-524', + client_id: '07-tendermint-163', + connection_id: 'connection-126', }, state: 3, transferChannel: { - channelId: 'channel-4328', + channelId: 'channel-17', portId: 'transfer', - counterPartyChannelId: 'channel-548', + counterPartyChannelId: 'channel-122', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-31', - client_id: '07-tendermint-40', + 'kava_2222-10': { + id: 'connection-20', + client_id: '07-tendermint-29', counterparty: { - client_id: '07-tendermint-25', - connection_id: 'connection-34', + client_id: '07-tendermint-160', + connection_id: 'connection-200', }, state: 3, transferChannel: { - channelId: 'channel-30', + channelId: 'channel-18', portId: 'transfer', - counterPartyChannelId: 'channel-18', + counterPartyChannelId: 'channel-142', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-18', - client_id: '07-tendermint-19', + 'noble-1': { + id: 'connection-21', + client_id: '07-tendermint-32', counterparty: { - client_id: '07-tendermint-2823', - connection_id: 'connection-2338', + client_id: '07-tendermint-71', + connection_id: 'connection-72', }, state: 3, transferChannel: { - channelId: 'channel-10', + channelId: 'channel-19', portId: 'transfer', - counterPartyChannelId: 'channel-874', + counterPartyChannelId: 'channel-49', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-63', - client_id: '07-tendermint-85', + 'osmosis-1': { + id: 'connection-3', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-199', - connection_id: 'connection-192', + client_id: '07-tendermint-2929', + connection_id: 'connection-2426', }, state: 3, transferChannel: { - channelId: 'channel-1551', + channelId: 'channel-2', portId: 'transfer', - counterPartyChannelId: 'channel-144', + counterPartyChannelId: 'channel-2188', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stargaze-1': { - id: 'connection-23', - client_id: '07-tendermint-31', + 'secret-4': { + id: 'connection-27', + client_id: '07-tendermint-40', counterparty: { - client_id: '07-tendermint-283', - connection_id: 'connection-211', + client_id: '07-tendermint-186', + connection_id: 'connection-138', }, state: 3, transferChannel: { - channelId: 'channel-18', + channelId: 'channel-25', portId: 'transfer', - counterPartyChannelId: 'channel-191', + counterPartyChannelId: 'channel-101', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stride-1': { - id: 'connection-15', - client_id: '07-tendermint-18', + 'vota-ash': { + id: 'connection-12', + client_id: '07-tendermint-12', counterparty: { - client_id: '07-tendermint-125', - connection_id: 'connection-113', + client_id: '07-tendermint-12', + connection_id: 'connection-4', }, state: 3, transferChannel: { - channelId: 'channel-8', + channelId: 'channel-10', portId: 'transfer', - counterPartyChannelId: 'channel-123', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -828,563 +906,564 @@ export default /** @type {const} } */ ({ }, }, }, - noble: { - bech32Prefix: 'noble', - chainId: 'noble-1', + cosmoshub: { + bech32Prefix: 'cosmos', + chainId: 'cosmoshub-4', + stakingTokens: [ + { + denom: 'uatom', + }, + ], icqEnabled: false, + icaEnabled: true, connections: { 'agoric-3': { - id: 'connection-40', - client_id: '07-tendermint-32', + id: 'connection-649', + client_id: '07-tendermint-927', counterparty: { - client_id: '07-tendermint-77', - connection_id: 'connection-72', + client_id: '07-tendermint-6', + connection_id: 'connection-8', }, state: 3, transferChannel: { - channelId: 'channel-21', + channelId: 'channel-405', portId: 'transfer', - counterPartyChannelId: 'channel-62', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-12', - client_id: '07-tendermint-4', + 'carbon-1': { + id: 'connection-554', + client_id: '07-tendermint-765', counterparty: { - client_id: '07-tendermint-1116', - connection_id: 'connection-790', + client_id: '07-tendermint-6', + connection_id: 'connection-5', }, state: 3, transferChannel: { - channelId: 'channel-4', + channelId: 'channel-342', portId: 'transfer', - counterPartyChannelId: 'channel-536', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'dydx-mainnet-1': { - id: 'connection-57', - client_id: '07-tendermint-59', + 'coreum-mainnet-1': { + id: 'connection-884', + client_id: '07-tendermint-1162', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-11', + connection_id: 'connection-11', }, state: 3, transferChannel: { - channelId: 'channel-33', + channelId: 'channel-660', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-9', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'juno-1': { - id: 'connection-8', - client_id: '07-tendermint-3', + 'crescent-1': { + id: 'connection-538', + client_id: '07-tendermint-724', counterparty: { - client_id: '07-tendermint-334', - connection_id: 'connection-322', + client_id: '07-tendermint-3', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-3', + channelId: 'channel-326', portId: 'transfer', - counterPartyChannelId: 'channel-224', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'neutron-1': { - id: 'connection-34', - client_id: '07-tendermint-25', + 'dymension_1100-1': { + id: 'connection-933', + client_id: '07-tendermint-1205', counterparty: { - client_id: '07-tendermint-40', - connection_id: 'connection-31', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-18', + channelId: 'channel-794', portId: 'transfer', - counterPartyChannelId: 'channel-30', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'omniflixhub-1': { - id: 'connection-65', - client_id: '07-tendermint-68', + 'empowerchain-1': { + id: 'connection-872', + client_id: '07-tendermint-1151', counterparty: { - client_id: '07-tendermint-51', - connection_id: 'connection-49', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-44', + channelId: 'channel-621', portId: 'transfer', - counterPartyChannelId: 'channel-38', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-2', - client_id: '07-tendermint-0', + 'evmos_9001-2': { + id: 'connection-480', + client_id: '07-tendermint-620', counterparty: { - client_id: '07-tendermint-2704', - connection_id: 'connection-2241', + client_id: '07-tendermint-3', + connection_id: 'connection-3', }, state: 3, transferChannel: { - channelId: 'channel-1', + channelId: 'channel-292', portId: 'transfer', - counterPartyChannelId: 'channel-750', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-33', - client_id: '07-tendermint-24', + 'haqq_11235-1': { + id: 'connection-874', + client_id: '07-tendermint-1153', counterparty: { - client_id: '07-tendermint-170', - connection_id: 'connection-127', + client_id: '07-tendermint-2', + connection_id: 'connection-3', }, state: 3, transferChannel: { - channelId: 'channel-17', + channelId: 'channel-632', portId: 'transfer', - counterPartyChannelId: 'channel-88', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stargaze-1': { - id: 'connection-25', - client_id: '07-tendermint-16', + 'injective-1': { + id: 'connection-388', + client_id: '07-tendermint-470', counterparty: { - client_id: '07-tendermint-287', - connection_id: 'connection-214', + client_id: '07-tendermint-5', + connection_id: 'connection-2', }, state: 3, transferChannel: { - channelId: 'channel-11', + channelId: 'channel-220', portId: 'transfer', - counterPartyChannelId: 'channel-204', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'umee-1': { - id: 'connection-74', - client_id: '07-tendermint-73', + 'juno-1': { + id: 'connection-372', + client_id: '07-tendermint-439', counterparty: { - client_id: '07-tendermint-248', - connection_id: 'connection-210', + client_id: '07-tendermint-3', + connection_id: 'connection-2', }, state: 3, transferChannel: { - channelId: 'channel-51', + channelId: 'channel-207', portId: 'transfer', - counterPartyChannelId: 'channel-120', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - }, - }, - omniflixhub: { - bech32Prefix: 'omniflix', - chainId: 'omniflixhub-1', - stakingTokens: [ - { - denom: 'uflix', - }, - ], - icqEnabled: false, - connections: { - 'agoric-3': { - id: 'connection-40', - client_id: '07-tendermint-47', + 'kaiyo-1': { + id: 'connection-555', + client_id: '07-tendermint-769', counterparty: { - client_id: '07-tendermint-73', - connection_id: 'connection-67', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-30', + channelId: 'channel-343', portId: 'transfer', - counterPartyChannelId: 'channel-58', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-19', - client_id: '07-tendermint-23', + 'kava_2222-10': { + id: 'connection-460', + client_id: '07-tendermint-557', counterparty: { - client_id: '07-tendermint-656', - connection_id: 'connection-501', + client_id: '07-tendermint-1', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-12', + channelId: 'channel-277', portId: 'transfer', - counterPartyChannelId: 'channel-306', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-49', - client_id: '07-tendermint-51', + 'lava-mainnet-1': { + id: 'connection-1050', + client_id: '07-tendermint-1318', counterparty: { - client_id: '07-tendermint-68', - connection_id: 'connection-65', + client_id: '07-tendermint-7', + connection_id: 'connection-12', }, state: 3, transferChannel: { - channelId: 'channel-38', + channelId: 'channel-969', portId: 'transfer', - counterPartyChannelId: 'channel-44', + counterPartyChannelId: 'channel-6', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'osmosis-1': { - id: 'connection-8', - client_id: '07-tendermint-8', + 'neutron-1': { + id: 'connection-809', + client_id: '07-tendermint-1119', counterparty: { - client_id: '07-tendermint-1829', - connection_id: 'connection-1431', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-1', + channelId: 'channel-569', portId: 'transfer', - counterPartyChannelId: 'channel-199', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - }, - }, - osmosis: { - bech32Prefix: 'osmo', - chainId: 'osmosis-1', - stakingTokens: [ - { - denom: 'uosmo', - }, - ], - icqEnabled: true, - connections: { - 'agoric-3': { - id: 'connection-1649', - client_id: '07-tendermint-2109', + 'noble-1': { + id: 'connection-790', + client_id: '07-tendermint-1116', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-4', + connection_id: 'connection-12', }, state: 3, transferChannel: { - channelId: 'channel-320', + channelId: 'channel-536', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-4', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - celestia: { - id: 'connection-2503', - client_id: '07-tendermint-3012', + 'omniflixhub-1': { + id: 'connection-501', + client_id: '07-tendermint-656', counterparty: { - client_id: '07-tendermint-10', - connection_id: 'connection-2', + client_id: '07-tendermint-23', + connection_id: 'connection-19', }, state: 3, transferChannel: { - channelId: 'channel-6994', + channelId: 'channel-306', portId: 'transfer', - counterPartyChannelId: 'channel-2', + counterPartyChannelId: 'channel-12', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-1', - client_id: '07-tendermint-1', + 'osmosis-1': { + id: 'connection-257', + client_id: '07-tendermint-259', counterparty: { - client_id: '07-tendermint-259', - connection_id: 'connection-257', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-0', + channelId: 'channel-141', portId: 'transfer', - counterPartyChannelId: 'channel-141', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'dydx-mainnet-1': { - id: 'connection-2500', - client_id: '07-tendermint-3009', + 'pacific-1': { + id: 'connection-827', + client_id: '07-tendermint-1140', counterparty: { client_id: '07-tendermint-3', - connection_id: 'connection-7', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-6787', + channelId: 'channel-584', portId: 'transfer', - counterPartyChannelId: 'channel-3', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'juno-1': { - id: 'connection-1142', - client_id: '07-tendermint-1457', + 'planq_7070-2': { + id: 'connection-693', + client_id: '07-tendermint-994', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-5', + connection_id: 'connection-3', }, state: 3, transferChannel: { - channelId: 'channel-42', + channelId: 'channel-446', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'neutron-1': { - id: 'connection-2338', - client_id: '07-tendermint-2823', + 'pryzm-1': { + id: 'connection-1038', + client_id: '07-tendermint-1304', counterparty: { - client_id: '07-tendermint-19', - connection_id: 'connection-18', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-874', + channelId: 'channel-859', portId: 'transfer', - counterPartyChannelId: 'channel-10', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'noble-1': { - id: 'connection-2241', - client_id: '07-tendermint-2704', + 'secret-4': { + id: 'connection-401', + client_id: '07-tendermint-492', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-2', + client_id: '07-tendermint-1', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-750', + channelId: 'channel-235', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'omniflixhub-1': { - id: 'connection-1431', - client_id: '07-tendermint-1829', + 'stargaze-1': { + id: 'connection-918', + client_id: '07-tendermint-1188', counterparty: { - client_id: '07-tendermint-8', - connection_id: 'connection-8', + client_id: '07-tendermint-320', + connection_id: 'connection-256', }, state: 3, transferChannel: { - channelId: 'channel-199', + channelId: 'channel-730', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-239', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-1244', - client_id: '07-tendermint-1588', + 'stride-1': { + id: 'connection-635', + client_id: '07-tendermint-913', counterparty: { - client_id: '07-tendermint-2', - connection_id: 'connection-1', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-88', + channelId: 'channel-391', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stargaze-1': { - id: 'connection-1223', - client_id: '07-tendermint-1562', + 'vota-ash': { + id: 'connection-920', + client_id: '07-tendermint-1191', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-14', + connection_id: 'connection-8', }, state: 3, transferChannel: { - channelId: 'channel-75', + channelId: 'channel-750', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-4', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stride-1': { - id: 'connection-1657', - client_id: '07-tendermint-2119', + }, + }, + crescent: { + bech32Prefix: 'cre', + chainId: 'crescent-1', + stakingTokens: [ + { + denom: 'ucre', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-14', + client_id: '07-tendermint-19', counterparty: { - client_id: '07-tendermint-1', + client_id: '07-tendermint-2', connection_id: 'connection-2', }, state: 3, transferChannel: { - channelId: 'channel-326', + channelId: 'channel-11', portId: 'transfer', - counterPartyChannelId: 'channel-5', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'umee-1': { - id: 'connection-1410', - client_id: '07-tendermint-1805', + 'columbus-5': { + id: 'connection-0', + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-6', - connection_id: 'connection-0', + client_id: '07-tendermint-101', + connection_id: 'connection-70', }, state: 3, transferChannel: { - channelId: 'channel-184', + channelId: 'channel-0', portId: 'transfer', - counterPartyChannelId: 'channel-0', + counterPartyChannelId: 'channel-49', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - }, - }, - secretnetwork: { - bech32Prefix: 'secret', - chainId: 'secret-4', - stakingTokens: [ - { - denom: 'uscrt', + 'core-1': { + id: 'connection-41', + client_id: '07-tendermint-42', + counterparty: { + client_id: '07-tendermint-88', + connection_id: 'connection-72', + }, + state: 3, + transferChannel: { + channelId: 'channel-30', + portId: 'transfer', + counterPartyChannelId: 'channel-68', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, }, - ], - icqEnabled: false, - connections: { - 'agoric-3': { - id: 'connection-80', - client_id: '07-tendermint-111', + 'cosmoshub-4': { + id: 'connection-1', + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-17', - connection_id: 'connection-17', + client_id: '07-tendermint-724', + connection_id: 'connection-538', }, state: 3, transferChannel: { - channelId: 'channel-51', + channelId: 'channel-1', portId: 'transfer', - counterPartyChannelId: 'channel-10', + counterPartyChannelId: 'channel-326', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - celestia: { - id: 'connection-131', - client_id: '07-tendermint-174', + 'evmos_9001-2': { + id: 'connection-10', + client_id: '07-tendermint-12', counterparty: { - client_id: '07-tendermint-52', + client_id: '07-tendermint-38', connection_id: 'connection-15', }, state: 3, transferChannel: { - channelId: 'channel-91', + channelId: 'channel-7', portId: 'transfer', - counterPartyChannelId: 'channel-14', + counterPartyChannelId: 'channel-11', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-0', - client_id: '07-tendermint-1', + 'injective-1': { + id: 'connection-29', + client_id: '07-tendermint-26', counterparty: { - client_id: '07-tendermint-492', - connection_id: 'connection-401', + client_id: '07-tendermint-132', + connection_id: 'connection-105', }, state: 3, transferChannel: { - channelId: 'channel-0', + channelId: 'channel-23', portId: 'transfer', - counterPartyChannelId: 'channel-235', + counterPartyChannelId: 'channel-90', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1392,35 +1471,35 @@ export default /** @type {const} } */ ({ }, }, 'juno-1': { - id: 'connection-9', - client_id: '07-tendermint-23', + id: 'connection-3', + client_id: '07-tendermint-5', counterparty: { - client_id: '07-tendermint-108', - connection_id: 'connection-68', + client_id: '07-tendermint-160', + connection_id: 'connection-107', }, state: 3, transferChannel: { - channelId: 'channel-8', + channelId: 'channel-3', portId: 'transfer', - counterPartyChannelId: 'channel-48', + counterPartyChannelId: 'channel-81', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'neutron-1': { - id: 'connection-192', - client_id: '07-tendermint-199', + 'kaiyo-1': { + id: 'connection-68', + client_id: '07-tendermint-78', counterparty: { - client_id: '07-tendermint-85', - connection_id: 'connection-63', + client_id: '07-tendermint-105', + connection_id: 'connection-75', }, state: 3, transferChannel: { - channelId: 'channel-144', + channelId: 'channel-42', portId: 'transfer', - counterPartyChannelId: 'channel-1551', + counterPartyChannelId: 'channel-67', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1428,17 +1507,17 @@ export default /** @type {const} } */ ({ }, }, 'noble-1': { - id: 'connection-127', - client_id: '07-tendermint-170', + id: 'connection-63', + client_id: '07-tendermint-68', counterparty: { - client_id: '07-tendermint-24', - connection_id: 'connection-33', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-88', + channelId: 'channel-38', portId: 'transfer', - counterPartyChannelId: 'channel-17', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1446,17 +1525,35 @@ export default /** @type {const} } */ ({ }, }, 'osmosis-1': { - id: 'connection-1', - client_id: '07-tendermint-2', + id: 'connection-12', + client_id: '07-tendermint-17', counterparty: { - client_id: '07-tendermint-1588', - connection_id: 'connection-1244', + client_id: '07-tendermint-2083', + connection_id: 'connection-1624', }, state: 3, transferChannel: { - channelId: 'channel-1', + channelId: 'channel-9', portId: 'transfer', - counterPartyChannelId: 'channel-88', + counterPartyChannelId: 'channel-297', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-13', + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-53', + connection_id: 'connection-31', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-24', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1464,17 +1561,17 @@ export default /** @type {const} } */ ({ }, }, 'stargaze-1': { - id: 'connection-25', - client_id: '07-tendermint-43', + id: 'connection-27', + client_id: '07-tendermint-24', counterparty: { - client_id: '07-tendermint-177', - connection_id: 'connection-110', + client_id: '07-tendermint-180', + connection_id: 'connection-114', }, state: 3, transferChannel: { - channelId: 'channel-19', + channelId: 'channel-21', portId: 'transfer', - counterPartyChannelId: 'channel-48', + counterPartyChannelId: 'channel-51', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1482,17 +1579,17 @@ export default /** @type {const} } */ ({ }, }, 'stride-1': { - id: 'connection-40', - client_id: '07-tendermint-75', + id: 'connection-39', + client_id: '07-tendermint-38', counterparty: { - client_id: '07-tendermint-37', - connection_id: 'connection-25', + client_id: '07-tendermint-44', + connection_id: 'connection-30', }, state: 3, transferChannel: { - channelId: 'channel-37', + channelId: 'channel-29', portId: 'transfer', - counterPartyChannelId: 'channel-40', + counterPartyChannelId: 'channel-51', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1500,17 +1597,17 @@ export default /** @type {const} } */ ({ }, }, 'umee-1': { - id: 'connection-188', - client_id: '07-tendermint-193', + id: 'connection-53', + client_id: '07-tendermint-56', counterparty: { - client_id: '07-tendermint-249', - connection_id: 'connection-213', + client_id: '07-tendermint-170', + connection_id: 'connection-110', }, state: 3, transferChannel: { - channelId: 'channel-126', + channelId: 'channel-36', portId: 'transfer', - counterPartyChannelId: 'channel-123', + counterPartyChannelId: 'channel-49', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1519,28 +1616,47 @@ export default /** @type {const} } */ ({ }, }, }, - stargaze: { - bech32Prefix: 'stars', - chainId: 'stargaze-1', + doravota: { + bech32Prefix: 'dora', + chainId: 'vota-ash', stakingTokens: [ { - denom: 'ustars', + denom: 'peaka', }, ], icqEnabled: false, + icaEnabled: false, connections: { - celestia: { - id: 'connection-296', - client_id: '07-tendermint-359', + 'archway-1': { + id: 'connection-28', + client_id: '07-tendermint-22', counterparty: { - client_id: '07-tendermint-86', - connection_id: 'connection-56', + client_id: '07-tendermint-113', + connection_id: 'connection-106', }, state: 3, transferChannel: { - channelId: 'channel-291', + channelId: 'channel-13', portId: 'transfer', - counterPartyChannelId: 'channel-33', + counterPartyChannelId: 'channel-146', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-4', + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-10', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1548,53 +1664,53 @@ export default /** @type {const} } */ ({ }, }, 'cosmoshub-4': { - id: 'connection-256', - client_id: '07-tendermint-320', + id: 'connection-8', + client_id: '07-tendermint-14', counterparty: { - client_id: '07-tendermint-1188', - connection_id: 'connection-918', + client_id: '07-tendermint-1191', + connection_id: 'connection-920', }, state: 3, transferChannel: { - channelId: 'channel-239', + channelId: 'channel-4', portId: 'transfer', - counterPartyChannelId: 'channel-730', + counterPartyChannelId: 'channel-750', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'juno-1': { - id: 'connection-11', - client_id: '07-tendermint-13', + 'dydx-mainnet-1': { + id: 'connection-10', + client_id: '07-tendermint-16', counterparty: { - client_id: '07-tendermint-44', - connection_id: 'connection-30', + client_id: '07-tendermint-15', + connection_id: 'connection-21', }, state: 3, transferChannel: { - channelId: 'channel-5', + channelId: 'channel-6', portId: 'transfer', - counterPartyChannelId: 'channel-20', + counterPartyChannelId: 'channel-15', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'neutron-1': { - id: 'connection-211', - client_id: '07-tendermint-283', + 'injective-1': { + id: 'connection-9', + client_id: '07-tendermint-15', counterparty: { - client_id: '07-tendermint-31', - connection_id: 'connection-23', + client_id: '07-tendermint-245', + connection_id: 'connection-239', }, state: 3, transferChannel: { - channelId: 'channel-191', + channelId: 'channel-5', portId: 'transfer', - counterPartyChannelId: 'channel-18', + counterPartyChannelId: 'channel-182', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1602,17 +1718,17 @@ export default /** @type {const} } */ ({ }, }, 'noble-1': { - id: 'connection-214', - client_id: '07-tendermint-287', + id: 'connection-29', + client_id: '07-tendermint-23', counterparty: { - client_id: '07-tendermint-16', - connection_id: 'connection-25', + client_id: '07-tendermint-111', + connection_id: 'connection-106', }, state: 3, transferChannel: { - channelId: 'channel-204', + channelId: 'channel-14', portId: 'transfer', - counterPartyChannelId: 'channel-11', + counterPartyChannelId: 'channel-94', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1620,137 +1736,6028 @@ export default /** @type {const} } */ ({ }, }, 'osmosis-1': { - id: 'connection-0', + id: 'connection-1', client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-1562', - connection_id: 'connection-1223', + client_id: '07-tendermint-2959', + connection_id: 'connection-2454', }, state: 3, transferChannel: { channelId: 'channel-0', portId: 'transfer', - counterPartyChannelId: 'channel-75', + counterPartyChannelId: 'channel-2694', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'secret-4': { - id: 'connection-110', - client_id: '07-tendermint-177', + 'pacific-1': { + id: 'connection-27', + client_id: '07-tendermint-21', counterparty: { - client_id: '07-tendermint-43', - connection_id: 'connection-25', + client_id: '07-tendermint-109', + connection_id: 'connection-153', }, state: 3, transferChannel: { - channelId: 'channel-48', + channelId: 'channel-12', portId: 'transfer', - counterPartyChannelId: 'channel-19', + counterPartyChannelId: 'channel-64', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'stride-1': { - id: 'connection-128', - client_id: '07-tendermint-195', + 'pirin-1': { + id: 'connection-5', + client_id: '07-tendermint-13', counterparty: { - client_id: '07-tendermint-30', - connection_id: 'connection-18', + client_id: '07-tendermint-14', + connection_id: 'connection-12', }, state: 3, transferChannel: { - channelId: 'channel-106', + channelId: 'channel-3', portId: 'transfer', - counterPartyChannelId: 'channel-19', + counterPartyChannelId: 'channel-4092', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - }, - }, - stride: { - bech32Prefix: 'stride', - chainId: 'stride-1', - stakingTokens: [ + 'stargaze-1': { + id: 'connection-30', + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-368', + connection_id: 'connection-318', + }, + state: 3, + transferChannel: { + channelId: 'channel-15', + portId: 'transfer', + counterPartyChannelId: 'channel-394', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + dydx: { + bech32Prefix: 'dydx', + chainId: 'dydx-mainnet-1', + stakingTokens: [ + { + denom: 'adydx', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'core-1': { + id: 'connection-8', + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-159', + connection_id: 'connection-197', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-131', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-20', + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-26', + }, + state: 3, + transferChannel: { + channelId: 'channel-14', + portId: 'transfer', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-23', + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-135', + connection_id: 'connection-81', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-107', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-9', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-122', + }, + state: 3, + transferChannel: { + channelId: 'channel-5', + portId: 'transfer', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-12', + client_id: '07-tendermint-7', + counterparty: { + client_id: '07-tendermint-154', + connection_id: 'connection-195', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-137', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-17', + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-72', + connection_id: 'connection-51', + }, + state: 3, + transferChannel: { + channelId: 'channel-11', + portId: 'transfer', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-59', + connection_id: 'connection-57', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-7', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-3009', + connection_id: 'connection-2500', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-6787', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-34', + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-71', + portId: 'transfer', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-133', + connection_id: 'connection-123', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-13', + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-208', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-21', + client_id: '07-tendermint-15', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-10', + }, + state: 3, + transferChannel: { + channelId: 'channel-15', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + dymension: { + bech32Prefix: 'dym', + chainId: 'dymension_1100-1', + stakingTokens: [ + { + denom: 'adym', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'archway-1': { + id: 'connection-30', + client_id: '07-tendermint-39', + counterparty: { + client_id: '07-tendermint-91', + connection_id: 'connection-89', + }, + state: 3, + transferChannel: { + channelId: 'channel-45', + portId: 'transfer', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-5', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-52', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-27', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-1205', + connection_id: 'connection-933', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-794', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-22', + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-85', + }, + state: 3, + transferChannel: { + channelId: 'channel-37', + portId: 'transfer', + counterPartyChannelId: 'channel-109', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-10', + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-169', + connection_id: 'connection-132', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-3', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-162', + connection_id: 'connection-203', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-9', + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-61', + }, + state: 3, + transferChannel: { + channelId: 'channel-9', + portId: 'transfer', + counterPartyChannelId: 'channel-675', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-7', + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-79', + connection_id: 'connection-80', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-3086', + connection_id: 'connection-2566', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-19774', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-20', + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-194', + connection_id: 'connection-189', + }, + state: 3, + transferChannel: { + channelId: 'channel-35', + portId: 'transfer', + counterPartyChannelId: 'channel-130', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-140', + connection_id: 'connection-131', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-197', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + empowerchain: { + bech32Prefix: 'empower', + chainId: 'empowerchain-1', + stakingTokens: [ + { + denom: 'umpwr', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1151', + connection_id: 'connection-872', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-621', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2848', + connection_id: 'connection-2360', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-1411', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + evmos: { + bech32Prefix: 'evmos', + chainId: 'evmos_9001-2', + stakingTokens: [ + { + denom: 'aevmos', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-70', + client_id: '07-tendermint-116', + counterparty: { + client_id: '07-tendermint-72', + connection_id: 'connection-66', + }, + state: 3, + transferChannel: { + channelId: 'channel-85', + portId: 'transfer', + counterPartyChannelId: 'channel-57', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1': { + id: 'connection-29', + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-11', + connection_id: 'connection-10', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-80', + client_id: '07-tendermint-134', + counterparty: { + client_id: '07-tendermint-79', + connection_id: 'connection-49', + }, + state: 3, + transferChannel: { + channelId: 'channel-106', + portId: 'transfer', + counterPartyChannelId: 'channel-26', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-71', + client_id: '07-tendermint-117', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-87', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-3', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-620', + connection_id: 'connection-480', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-292', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-15', + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-10', + }, + state: 3, + transferChannel: { + channelId: 'channel-11', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-81', + client_id: '07-tendermint-135', + counterparty: { + client_id: '07-tendermint-17', + connection_id: 'connection-23', + }, + state: 3, + transferChannel: { + channelId: 'channel-107', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-85', + client_id: '07-tendermint-138', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-22', + }, + state: 3, + transferChannel: { + channelId: 'channel-109', + portId: 'transfer', + counterPartyChannelId: 'channel-37', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-13', + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-92', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-83', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-21', + client_id: '07-tendermint-53', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-18', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-67', + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-157', + }, + state: 3, + transferChannel: { + channelId: 'channel-83', + portId: 'transfer', + counterPartyChannelId: 'channel-117', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1': { + id: 'connection-89', + client_id: '07-tendermint-142', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-14', + }, + state: 3, + transferChannel: { + channelId: 'channel-117', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-63', + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-64', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1840', + connection_id: 'connection-1440', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-19', + client_id: '07-tendermint-50', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-24', + }, + state: 3, + transferChannel: { + channelId: 'channel-15', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-17', + client_id: '07-tendermint-41', + counterparty: { + client_id: '07-tendermint-173', + connection_id: 'connection-104', + }, + state: 3, + transferChannel: { + channelId: 'channel-13', + portId: 'transfer', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-33', + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-25', + portId: 'transfer', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + haqq: { + bech32Prefix: 'haqq', + chainId: 'haqq_11235-1', + stakingTokens: [ + { + denom: 'aISLM', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'cosmoshub-4': { + id: 'connection-3', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1153', + connection_id: 'connection-874', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-632', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-7', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-149', + connection_id: 'connection-193', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-135', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-4', + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-58', + connection_id: 'connection-56', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-32', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2871', + connection_id: 'connection-2388', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-1575', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-8', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-143', + connection_id: 'connection-143', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-240', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + injective: { + bech32Prefix: 'inj', + chainId: 'injective-1', + stakingTokens: [ + { + denom: 'inj', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + celestia: { + id: 'connection-210', + client_id: '07-tendermint-226', + counterparty: { + client_id: '07-tendermint-28', + connection_id: 'connection-6', + }, + state: 3, + transferChannel: { + channelId: 'channel-152', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-91', + client_id: '07-tendermint-110', + counterparty: { + client_id: '07-tendermint-57', + connection_id: 'connection-53', + }, + state: 3, + transferChannel: { + channelId: 'channel-82', + portId: 'transfer', + counterPartyChannelId: 'channel-41', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-2', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-470', + connection_id: 'connection-388', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-220', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-105', + client_id: '07-tendermint-132', + counterparty: { + client_id: '07-tendermint-26', + connection_id: 'connection-29', + }, + state: 3, + transferChannel: { + channelId: 'channel-90', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-92', + client_id: '07-tendermint-112', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-83', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-116', + client_id: '07-tendermint-144', + counterparty: { + client_id: '07-tendermint-77', + connection_id: 'connection-53', + }, + state: 3, + transferChannel: { + channelId: 'channel-98', + portId: 'transfer', + counterPartyChannelId: 'channel-54', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-189', + client_id: '07-tendermint-205', + counterparty: { + client_id: '07-tendermint-130', + connection_id: 'connection-166', + }, + state: 3, + transferChannel: { + channelId: 'channel-143', + portId: 'transfer', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-123', + client_id: '07-tendermint-154', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-8', + }, + state: 3, + transferChannel: { + channelId: 'channel-102', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-220', + client_id: '07-tendermint-233', + counterparty: { + client_id: '07-tendermint-78', + connection_id: 'connection-58', + }, + state: 3, + transferChannel: { + channelId: 'channel-177', + portId: 'transfer', + counterPartyChannelId: 'channel-60', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-195', + client_id: '07-tendermint-212', + counterparty: { + client_id: '07-tendermint-57', + connection_id: 'connection-55', + }, + state: 3, + transferChannel: { + channelId: 'channel-148', + portId: 'transfer', + counterPartyChannelId: 'channel-31', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-14', + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-1703', + connection_id: 'connection-1298', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-268', + client_id: '07-tendermint-267', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-284', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-101', + client_id: '07-tendermint-126', + counterparty: { + client_id: '07-tendermint-49', + connection_id: 'connection-30', + }, + state: 3, + transferChannel: { + channelId: 'channel-88', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-103', + client_id: '07-tendermint-131', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + state: 3, + transferChannel: { + channelId: 'channel-89', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-217', + client_id: '07-tendermint-229', + counterparty: { + client_id: '07-tendermint-243', + connection_id: 'connection-206', + }, + state: 3, + transferChannel: { + channelId: 'channel-159', + portId: 'transfer', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-239', + client_id: '07-tendermint-245', + counterparty: { + client_id: '07-tendermint-15', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-182', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + juno: { + bech32Prefix: 'juno', + chainId: 'juno-1', + stakingTokens: [ + { + denom: 'ujuno', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'columbus-5': { + id: 'connection-43', + client_id: '07-tendermint-63', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-34', + }, + state: 3, + transferChannel: { + channelId: 'channel-27', + portId: 'transfer', + counterPartyChannelId: 'channel-20', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-51', + client_id: '07-tendermint-89', + counterparty: { + client_id: '07-tendermint-49', + connection_id: 'connection-48', + }, + state: 3, + transferChannel: { + channelId: 'channel-33', + portId: 'transfer', + counterPartyChannelId: 'channel-37', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-2', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-439', + connection_id: 'connection-372', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-207', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-107', + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-3', + }, + state: 3, + transferChannel: { + channelId: 'channel-81', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-140', + client_id: '07-tendermint-198', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-87', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-282', + client_id: '07-tendermint-310', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-210', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-524', + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-97', + connection_id: 'connection-71', + }, + state: 3, + transferChannel: { + channelId: 'channel-548', + portId: 'transfer', + counterPartyChannelId: 'channel-4328', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-322', + client_id: '07-tendermint-334', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-8', + }, + state: 3, + transferChannel: { + channelId: 'channel-224', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1457', + connection_id: 'connection-1142', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-68', + client_id: '07-tendermint-108', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-48', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-30', + client_id: '07-tendermint-44', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-20', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-205', + client_id: '07-tendermint-263', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-139', + portId: 'transfer', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + kava: { + bech32Prefix: 'kava', + chainId: 'kava_2222-10', + stakingTokens: [ + { + denom: 'ukava', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-182', + client_id: '07-tendermint-147', + counterparty: { + client_id: '07-tendermint-78', + connection_id: 'connection-73', + }, + state: 3, + transferChannel: { + channelId: 'channel-133', + portId: 'transfer', + counterPartyChannelId: 'channel-63', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-198', + client_id: '07-tendermint-158', + counterparty: { + client_id: '07-tendermint-49', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-140', + portId: 'transfer', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-189', + client_id: '07-tendermint-148', + counterparty: { + client_id: '07-tendermint-156', + connection_id: 'connection-195', + }, + state: 3, + transferChannel: { + channelId: 'channel-134', + portId: 'transfer', + counterPartyChannelId: 'channel-129', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-200', + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-29', + connection_id: 'connection-20', + }, + state: 3, + transferChannel: { + channelId: 'channel-142', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-557', + connection_id: 'connection-460', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-277', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-195', + client_id: '07-tendermint-154', + counterparty: { + client_id: '07-tendermint-7', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-137', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-203', + client_id: '07-tendermint-162', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + state: 3, + transferChannel: { + channelId: 'channel-144', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-157', + client_id: '07-tendermint-120', + counterparty: { + client_id: '07-tendermint-113', + connection_id: 'connection-67', + }, + state: 3, + transferChannel: { + channelId: 'channel-117', + portId: 'transfer', + counterPartyChannelId: 'channel-83', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'haqq_11235-1': { + id: 'connection-193', + client_id: '07-tendermint-149', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-135', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-166', + client_id: '07-tendermint-130', + counterparty: { + client_id: '07-tendermint-205', + connection_id: 'connection-189', + }, + state: 3, + transferChannel: { + channelId: 'channel-122', + portId: 'transfer', + counterPartyChannelId: 'channel-143', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-156', + client_id: '07-tendermint-119', + counterparty: { + client_id: '07-tendermint-140', + connection_id: 'connection-106', + }, + state: 3, + transferChannel: { + channelId: 'channel-116', + portId: 'transfer', + counterPartyChannelId: 'channel-95', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-162', + client_id: '07-tendermint-125', + counterparty: { + client_id: '07-tendermint-90', + connection_id: 'connection-73', + }, + state: 3, + transferChannel: { + channelId: 'channel-120', + portId: 'transfer', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-194', + client_id: '07-tendermint-151', + counterparty: { + client_id: '07-tendermint-54', + connection_id: 'connection-37', + }, + state: 3, + transferChannel: { + channelId: 'channel-136', + portId: 'transfer', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-214', + client_id: '07-tendermint-172', + counterparty: { + client_id: '07-tendermint-107', + connection_id: 'connection-102', + }, + state: 3, + transferChannel: { + channelId: 'channel-151', + portId: 'transfer', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-1', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1735', + connection_id: 'connection-1328', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-143', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-181', + client_id: '07-tendermint-146', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-33', + }, + state: 3, + transferChannel: { + channelId: 'channel-132', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + kujira: { + bech32Prefix: 'kujira', + chainId: 'kaiyo-1', + stakingTokens: [ + { + denom: 'ukuji', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-64', + client_id: '07-tendermint-94', + counterparty: { + client_id: '07-tendermint-20', + connection_id: 'connection-20', + }, + state: 3, + transferChannel: { + channelId: 'channel-61', + portId: 'transfer', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1': { + id: 'connection-40', + client_id: '07-tendermint-60', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-46', + portId: 'transfer', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-130', + client_id: '07-tendermint-167', + counterparty: { + client_id: '07-tendermint-162', + connection_id: 'connection-200', + }, + state: 3, + transferChannel: { + channelId: 'channel-158', + portId: 'transfer', + counterPartyChannelId: 'channel-152', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-126', + client_id: '07-tendermint-163', + counterparty: { + client_id: '07-tendermint-28', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-122', + portId: 'transfer', + counterPartyChannelId: 'channel-17', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-769', + connection_id: 'connection-555', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-343', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-75', + client_id: '07-tendermint-105', + counterparty: { + client_id: '07-tendermint-78', + connection_id: 'connection-68', + }, + state: 3, + transferChannel: { + channelId: 'channel-67', + portId: 'transfer', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-122', + client_id: '07-tendermint-158', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-118', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-132', + client_id: '07-tendermint-169', + counterparty: { + client_id: '07-tendermint-17', + connection_id: 'connection-10', + }, + state: 3, + transferChannel: { + channelId: 'channel-160', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-19', + client_id: '07-tendermint-25', + counterparty: { + client_id: '07-tendermint-53', + connection_id: 'connection-21', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-53', + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-144', + connection_id: 'connection-116', + }, + state: 3, + transferChannel: { + channelId: 'channel-54', + portId: 'transfer', + counterPartyChannelId: 'channel-98', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-1', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-198', + connection_id: 'connection-140', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-87', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-106', + client_id: '07-tendermint-140', + counterparty: { + client_id: '07-tendermint-119', + connection_id: 'connection-156', + }, + state: 3, + transferChannel: { + channelId: 'channel-95', + portId: 'transfer', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-59', + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-58', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-82', + client_id: '07-tendermint-112', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-75', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-65', + client_id: '07-tendermint-95', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-4', + }, + state: 3, + transferChannel: { + channelId: 'channel-62', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2017', + connection_id: 'connection-1559', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-259', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'planq_7070-2': { + id: 'connection-46', + client_id: '07-tendermint-70', + counterparty: { + client_id: '07-tendermint-144', + connection_id: 'connection-151', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-7', + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-29', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-22', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-5', + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-178', + connection_id: 'connection-111', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-31', + client_id: '07-tendermint-37', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-32', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + lava: { + bech32Prefix: 'lava@', + chainId: 'lava-mainnet-1', + stakingTokens: [ + { + denom: 'ulava', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'cosmoshub-4': { + id: 'connection-12', + client_id: '07-tendermint-7', + counterparty: { + client_id: '07-tendermint-1318', + connection_id: 'connection-1050', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-969', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-14', + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-142', + connection_id: 'connection-89', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-117', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-15', + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-115', + }, + state: 3, + transferChannel: { + channelId: 'channel-9', + portId: 'transfer', + counterPartyChannelId: 'channel-105', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-3210', + connection_id: 'connection-2668', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-76971', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-13', + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-366', + connection_id: 'connection-307', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-391', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + migaloo: { + bech32Prefix: 'migaloo', + chainId: 'migaloo-1', + stakingTokens: [ + { + denom: 'uwhale', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'archway-1': { + id: 'connection-108', + client_id: '07-tendermint-138', + counterparty: { + client_id: '07-tendermint-119', + connection_id: 'connection-114', + }, + state: 3, + transferChannel: { + channelId: 'channel-141', + portId: 'transfer', + counterPartyChannelId: 'channel-184', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5': { + id: 'connection-92', + client_id: '07-tendermint-122', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-151', + }, + state: 3, + transferChannel: { + channelId: 'channel-114', + portId: 'transfer', + counterPartyChannelId: 'channel-87', + counterPartyPortId: + 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-8', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-154', + connection_id: 'connection-123', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-102', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-310', + connection_id: 'connection-282', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-210', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-19', + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-59', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-58', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-73', + client_id: '07-tendermint-90', + counterparty: { + client_id: '07-tendermint-125', + connection_id: 'connection-162', + }, + state: 3, + transferChannel: { + channelId: 'channel-48', + portId: 'transfer', + counterPartyChannelId: 'channel-120', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-89', + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-28', + }, + state: 3, + transferChannel: { + channelId: 'channel-60', + portId: 'transfer', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-11', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2669', + connection_id: 'connection-2171', + }, + state: 3, + transferChannel: { + channelId: 'channel-5', + portId: 'transfer', + counterPartyChannelId: 'channel-642', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-84', + client_id: '07-tendermint-108', + counterparty: { + client_id: '07-tendermint-22', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-57', + portId: 'transfer', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-9', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-87', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-57', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-90', + client_id: '07-tendermint-118', + counterparty: { + client_id: '07-tendermint-352', + connection_id: 'connection-287', + }, + state: 3, + transferChannel: { + channelId: 'channel-69', + portId: 'transfer', + counterPartyChannelId: 'channel-269', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-83', + client_id: '07-tendermint-104', + counterparty: { + client_id: '07-tendermint-234', + connection_id: 'connection-195', + }, + state: 3, + transferChannel: { + channelId: 'channel-56', + portId: 'transfer', + counterPartyChannelId: 'channel-104', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + neutron: { + bech32Prefix: 'neutron', + chainId: 'neutron-1', + stakingTokens: [ + { + denom: 'untrn', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-108', + client_id: '07-tendermint-148', + counterparty: { + client_id: '07-tendermint-101', + connection_id: 'connection-99', + }, + state: 3, + transferChannel: { + channelId: 'channel-5789', + portId: 'transfer', + counterPartyChannelId: 'channel-146', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1': { + id: 'connection-43', + client_id: '07-tendermint-62', + counterparty: { + client_id: '07-tendermint-51', + connection_id: 'connection-58', + }, + state: 3, + transferChannel: { + channelId: 'channel-41', + portId: 'transfer', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-36', + client_id: '07-tendermint-48', + counterparty: { + client_id: '07-tendermint-29', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-35', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-52', + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-161', + connection_id: 'connection-199', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-136', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1119', + connection_id: 'connection-809', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-569', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-51', + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-11', + connection_id: 'connection-17', + }, + state: 3, + transferChannel: { + channelId: 'channel-48', + portId: 'transfer', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-61', + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-675', + portId: 'transfer', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-58', + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-233', + connection_id: 'connection-220', + }, + state: 3, + transferChannel: { + channelId: 'channel-60', + portId: 'transfer', + counterPartyChannelId: 'channel-177', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-71', + client_id: '07-tendermint-97', + counterparty: { + client_id: '07-tendermint-557', + connection_id: 'connection-524', + }, + state: 3, + transferChannel: { + channelId: 'channel-4328', + portId: 'transfer', + counterPartyChannelId: 'channel-548', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-2', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-82', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-75', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-37', + client_id: '07-tendermint-54', + counterparty: { + client_id: '07-tendermint-151', + connection_id: 'connection-194', + }, + state: 3, + transferChannel: { + channelId: 'channel-36', + portId: 'transfer', + counterPartyChannelId: 'channel-136', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-31', + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-34', + }, + state: 3, + transferChannel: { + channelId: 'channel-30', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-18', + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-2823', + connection_id: 'connection-2338', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-874', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-65', + client_id: '07-tendermint-89', + counterparty: { + client_id: '07-tendermint-123', + connection_id: 'connection-157', + }, + state: 3, + transferChannel: { + channelId: 'channel-2016', + portId: 'transfer', + counterPartyChannelId: 'channel-66', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pirin-1': { + id: 'connection-50', + client_id: '07-tendermint-71', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-44', + portId: 'transfer', + counterPartyChannelId: 'channel-3839', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-72', + client_id: '07-tendermint-98', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-6', + }, + state: 3, + transferChannel: { + channelId: 'channel-4329', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-63', + client_id: '07-tendermint-85', + counterparty: { + client_id: '07-tendermint-199', + connection_id: 'connection-192', + }, + state: 3, + transferChannel: { + channelId: 'channel-1551', + portId: 'transfer', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-23', + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-283', + connection_id: 'connection-211', + }, + state: 3, + transferChannel: { + channelId: 'channel-18', + portId: 'transfer', + counterPartyChannelId: 'channel-191', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-15', + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-125', + connection_id: 'connection-113', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + nibiru: { + bech32Prefix: 'nibi', + chainId: 'cataclysm-1', + stakingTokens: [ + { + denom: 'unibi', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: {}, + }, + noble: { + bech32Prefix: 'noble', + chainId: 'noble-1', + icqEnabled: false, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-40', + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-77', + connection_id: 'connection-72', + }, + state: 3, + transferChannel: { + channelId: 'channel-21', + portId: 'transfer', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1': { + id: 'connection-107', + client_id: '07-tendermint-112', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-3', + }, + state: 3, + transferChannel: { + channelId: 'channel-95', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-59', + client_id: '07-tendermint-61', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-198', + }, + state: 3, + transferChannel: { + channelId: 'channel-36', + portId: 'transfer', + counterPartyChannelId: 'channel-132', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-72', + client_id: '07-tendermint-71', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-21', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-19', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-12', + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-1116', + connection_id: 'connection-790', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-536', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-68', + connection_id: 'connection-63', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-38', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-57', + client_id: '07-tendermint-59', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-33', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-80', + client_id: '07-tendermint-79', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-62', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-19', + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-106', + connection_id: 'connection-63', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-64', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'haqq_11235-1': { + id: 'connection-56', + client_id: '07-tendermint-58', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-4', + }, + state: 3, + transferChannel: { + channelId: 'channel-32', + portId: 'transfer', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-55', + client_id: '07-tendermint-57', + counterparty: { + client_id: '07-tendermint-212', + connection_id: 'connection-195', + }, + state: 3, + transferChannel: { + channelId: 'channel-31', + portId: 'transfer', + counterPartyChannelId: 'channel-148', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-8', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-334', + connection_id: 'connection-322', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-224', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-4', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-95', + connection_id: 'connection-65', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-102', + client_id: '07-tendermint-107', + counterparty: { + client_id: '07-tendermint-172', + connection_id: 'connection-214', + }, + state: 3, + transferChannel: { + channelId: 'channel-88', + portId: 'transfer', + counterPartyChannelId: 'channel-151', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1': { + id: 'connection-115', + client_id: '07-tendermint-120', + counterparty: { + client_id: '07-tendermint-11', + connection_id: 'connection-15', + }, + state: 3, + transferChannel: { + channelId: 'channel-105', + portId: 'transfer', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-28', + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-113', + connection_id: 'connection-89', + }, + state: 3, + transferChannel: { + channelId: 'channel-14', + portId: 'transfer', + counterPartyChannelId: 'channel-60', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-34', + client_id: '07-tendermint-25', + counterparty: { + client_id: '07-tendermint-40', + connection_id: 'connection-31', + }, + state: 3, + transferChannel: { + channelId: 'channel-18', + portId: 'transfer', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'omniflixhub-1': { + id: 'connection-65', + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-51', + connection_id: 'connection-49', + }, + state: 3, + transferChannel: { + channelId: 'channel-44', + portId: 'transfer', + counterPartyChannelId: 'channel-38', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-2704', + connection_id: 'connection-2241', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-750', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-61', + client_id: '07-tendermint-64', + counterparty: { + client_id: '07-tendermint-45', + connection_id: 'connection-77', + }, + state: 3, + transferChannel: { + channelId: 'channel-39', + portId: 'transfer', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pio-mainnet-1': { + id: 'connection-37', + client_id: '07-tendermint-30', + counterparty: { + client_id: '07-tendermint-36', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-20', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'planq_7070-2': { + id: 'connection-95', + client_id: '07-tendermint-103', + counterparty: { + client_id: '07-tendermint-567', + connection_id: 'connection-490', + }, + state: 3, + transferChannel: { + channelId: 'channel-82', + portId: 'transfer', + counterPartyChannelId: 'channel-63', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-92', + client_id: '07-tendermint-100', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-79', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-33', + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-127', + }, + state: 3, + transferChannel: { + channelId: 'channel-17', + portId: 'transfer', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'shido_9008-1': { + id: 'connection-99', + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-87', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-25', + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-287', + connection_id: 'connection-214', + }, + state: 3, + transferChannel: { + channelId: 'channel-11', + portId: 'transfer', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'titan_18888-1': { + id: 'connection-109', + client_id: '07-tendermint-114', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-99', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-74', + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-248', + connection_id: 'connection-210', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-120', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-106', + client_id: '07-tendermint-111', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-29', + }, + state: 3, + transferChannel: { + channelId: 'channel-94', + portId: 'transfer', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + nolus: { + bech32Prefix: 'nolus', + chainId: 'pirin-1', + stakingTokens: [ + { + denom: 'unls', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'neutron-1': { + id: 'connection-11', + client_id: '07-tendermint-13', + counterparty: { + client_id: '07-tendermint-71', + connection_id: 'connection-50', + }, + state: 3, + transferChannel: { + channelId: 'channel-3839', + portId: 'transfer', + counterPartyChannelId: 'channel-44', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-2791', + connection_id: 'connection-2289', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-783', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-14', + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-201', + connection_id: 'connection-193', + }, + state: 3, + transferChannel: { + channelId: 'channel-13995', + portId: 'transfer', + counterPartyChannelId: 'channel-146', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-12', + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-4092', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + omniflixhub: { + bech32Prefix: 'omniflix', + chainId: 'omniflixhub-1', + stakingTokens: [ + { + denom: 'uflix', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-40', + client_id: '07-tendermint-47', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-67', + }, + state: 3, + transferChannel: { + channelId: 'channel-30', + portId: 'transfer', + counterPartyChannelId: 'channel-58', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1': { + id: 'connection-55', + client_id: '07-tendermint-75', + counterparty: { + client_id: '07-tendermint-11', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-50', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-19', + client_id: '07-tendermint-23', + counterparty: { + client_id: '07-tendermint-656', + connection_id: 'connection-501', + }, + state: 3, + transferChannel: { + channelId: 'channel-12', + portId: 'transfer', + counterPartyChannelId: 'channel-306', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-49', + client_id: '07-tendermint-51', + counterparty: { + client_id: '07-tendermint-68', + connection_id: 'connection-65', + }, + state: 3, + transferChannel: { + channelId: 'channel-38', + portId: 'transfer', + counterPartyChannelId: 'channel-44', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-8', + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-1829', + connection_id: 'connection-1431', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-199', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-54', + client_id: '07-tendermint-74', + counterparty: { + client_id: '07-tendermint-370', + connection_id: 'connection-328', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-398', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + osmosis: { + bech32Prefix: 'osmo', + chainId: 'osmosis-1', + stakingTokens: [ + { + denom: 'uosmo', + }, + ], + icqEnabled: true, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-1649', + client_id: '07-tendermint-2109', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-320', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1': { + id: 'connection-1672', + client_id: '07-tendermint-2154', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-340', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1': { + id: 'connection-1412', + client_id: '07-tendermint-1808', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-188', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-2503', + client_id: '07-tendermint-3012', + counterparty: { + client_id: '07-tendermint-10', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-6994', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5': { + id: 'connection-1549', + client_id: '07-tendermint-1215', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-72', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-4', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-4', + portId: 'transfer', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-2426', + client_id: '07-tendermint-2929', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + state: 3, + transferChannel: { + channelId: 'channel-2188', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-259', + connection_id: 'connection-257', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-141', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-1624', + client_id: '07-tendermint-2083', + counterparty: { + client_id: '07-tendermint-17', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-297', + portId: 'transfer', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-2500', + client_id: '07-tendermint-3009', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-6787', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-2566', + client_id: '07-tendermint-3086', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-19774', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'empowerchain-1': { + id: 'connection-2360', + client_id: '07-tendermint-2848', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-1411', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-1440', + client_id: '07-tendermint-1840', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-204', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'haqq_11235-1': { + id: 'connection-2388', + client_id: '07-tendermint-2871', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-1575', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-1298', + client_id: '07-tendermint-1703', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + state: 3, + transferChannel: { + channelId: 'channel-122', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-1142', + client_id: '07-tendermint-1457', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-42', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-1559', + client_id: '07-tendermint-2017', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-259', + portId: 'transfer', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-1328', + client_id: '07-tendermint-1735', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-143', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1': { + id: 'connection-2668', + client_id: '07-tendermint-3210', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-76971', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-2171', + client_id: '07-tendermint-2669', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-642', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-2338', + client_id: '07-tendermint-2823', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-18', + }, + state: 3, + transferChannel: { + channelId: 'channel-874', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-2241', + client_id: '07-tendermint-2704', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-750', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'omniflixhub-1': { + id: 'connection-1431', + client_id: '07-tendermint-1829', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-8', + }, + state: 3, + transferChannel: { + channelId: 'channel-199', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-2288', + client_id: '07-tendermint-2790', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-782', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pio-mainnet-1': { + id: 'connection-1472', + client_id: '07-tendermint-1899', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-222', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pirin-1': { + id: 'connection-2289', + client_id: '07-tendermint-2791', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-783', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'planq_7070-2': { + id: 'connection-1815', + client_id: '07-tendermint-2318', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-492', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-2663', + client_id: '07-tendermint-3206', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-75755', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'quicksilver-2': { + id: 'connection-1889', + client_id: '07-tendermint-2400', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-522', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-1244', + client_id: '07-tendermint-1588', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-88', + portId: 'transfer', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'shido_9008-1': { + id: 'connection-2654', + client_id: '07-tendermint-3198', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-73755', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'sifchain-1': { + id: 'connection-1159', + client_id: '07-tendermint-1484', + counterparty: { + client_id: '07-tendermint-41', + connection_id: 'connection-20', + }, + state: 3, + transferChannel: { + channelId: 'channel-47', + portId: 'transfer', + counterPartyChannelId: 'channel-17', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-1223', + client_id: '07-tendermint-1562', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-75', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-1657', + client_id: '07-tendermint-2119', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-326', + portId: 'transfer', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-1410', + client_id: '07-tendermint-1805', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-184', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-2454', + client_id: '07-tendermint-2959', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-1', + }, + state: 3, + transferChannel: { + channelId: 'channel-2694', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + persistence: { + bech32Prefix: 'persistence', + chainId: 'core-1', + stakingTokens: [ + { + denom: 'uxprt', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-210', + client_id: '07-tendermint-167', + counterparty: { + client_id: '07-tendermint-93', + connection_id: 'connection-91', + }, + state: 3, + transferChannel: { + channelId: 'channel-202', + portId: 'transfer', + counterPartyChannelId: 'channel-72', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-72', + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-41', + }, + state: 3, + transferChannel: { + channelId: 'channel-68', + portId: 'transfer', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-197', + client_id: '07-tendermint-159', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-8', + }, + state: 3, + transferChannel: { + channelId: 'channel-131', + portId: 'transfer', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-53', + client_id: '07-tendermint-57', + counterparty: { + client_id: '07-tendermint-110', + connection_id: 'connection-91', + }, + state: 3, + transferChannel: { + channelId: 'channel-41', + portId: 'transfer', + counterPartyChannelId: 'channel-82', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-48', + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-89', + connection_id: 'connection-51', + }, + state: 3, + transferChannel: { + channelId: 'channel-37', + portId: 'transfer', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-200', + client_id: '07-tendermint-162', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-130', + }, + state: 3, + transferChannel: { + channelId: 'channel-152', + portId: 'transfer', + counterPartyChannelId: 'channel-158', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-195', + client_id: '07-tendermint-156', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-189', + }, + state: 3, + transferChannel: { + channelId: 'channel-129', + portId: 'transfer', + counterPartyChannelId: 'channel-134', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-199', + client_id: '07-tendermint-161', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-52', + }, + state: 3, + transferChannel: { + channelId: 'channel-136', + portId: 'transfer', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-198', + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-61', + connection_id: 'connection-59', + }, + state: 3, + transferChannel: { + channelId: 'channel-132', + portId: 'transfer', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-5', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-4', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-207', + client_id: '07-tendermint-166', + counterparty: { + client_id: '07-tendermint-358', + connection_id: 'connection-293', + }, + state: 3, + transferChannel: { + channelId: 'channel-197', + portId: 'transfer', + counterPartyChannelId: 'channel-287', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-144', + client_id: '07-tendermint-105', + counterparty: { + client_id: '07-tendermint-179', + connection_id: 'connection-119', + }, + state: 3, + transferChannel: { + channelId: 'channel-81', + portId: 'transfer', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + planq: { + bech32Prefix: 'plq', + chainId: 'planq_7070-2', + stakingTokens: [ + { + denom: 'aplanq', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'archway-1': { + id: 'connection-486', + client_id: '07-tendermint-561', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-83', + }, + state: 3, + transferChannel: { + channelId: 'channel-62', + portId: 'transfer', + counterPartyChannelId: 'channel-112', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-3', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-994', + connection_id: 'connection-693', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-446', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-151', + client_id: '07-tendermint-144', + counterparty: { + client_id: '07-tendermint-70', + connection_id: 'connection-46', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-490', + client_id: '07-tendermint-567', + counterparty: { + client_id: '07-tendermint-103', + connection_id: 'connection-95', + }, + state: 3, + transferChannel: { + channelId: 'channel-63', + portId: 'transfer', + counterPartyChannelId: 'channel-82', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2318', + connection_id: 'connection-1815', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-492', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pacific-1': { + id: 'connection-477', + client_id: '07-tendermint-545', + counterparty: { + client_id: '07-tendermint-21', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-59', + portId: 'transfer', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + provenance: { + bech32Prefix: 'pb', + chainId: 'pio-mainnet-1', + stakingTokens: [ + { + denom: 'nhash', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'noble-1': { + id: 'connection-13', + client_id: '07-tendermint-36', + counterparty: { + client_id: '07-tendermint-30', + connection_id: 'connection-37', + }, + state: 3, + transferChannel: { + channelId: 'channel-10', + portId: 'transfer', + counterPartyChannelId: 'channel-20', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-9', + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-1899', + connection_id: 'connection-1472', + }, + state: 3, + transferChannel: { + channelId: 'channel-7', + portId: 'transfer', + counterPartyChannelId: 'channel-222', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + pryzm: { + bech32Prefix: 'pryzm', + chainId: 'pryzm-1', + stakingTokens: [ + { + denom: 'upryzm', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + celestia: { + id: 'connection-3', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-88', + connection_id: 'connection-57', + }, + state: 3, + transferChannel: { + channelId: 'channel-3', + portId: 'transfer', + counterPartyChannelId: 'channel-34', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1304', + connection_id: 'connection-1038', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-859', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-9', + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-29', + connection_id: 'connection-34', + }, + state: 3, + transferChannel: { + channelId: 'channel-24', + portId: 'transfer', + counterPartyChannelId: 'channel-71', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-1', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-267', + connection_id: 'connection-268', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-284', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-6', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-98', + connection_id: 'connection-72', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-4329', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-5', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-100', + connection_id: 'connection-92', + }, + state: 3, + transferChannel: { + channelId: 'channel-5', + portId: 'transfer', + counterPartyChannelId: 'channel-79', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-3206', + connection_id: 'connection-2663', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-75755', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-8', + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-145', + connection_id: 'connection-145', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-257', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + quicksilver: { + bech32Prefix: 'quick', + chainId: 'quicksilver-2', + stakingTokens: [ + { + denom: 'uqck', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'osmosis-1': { + id: 'connection-2', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-2400', + connection_id: 'connection-1889', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-522', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + secretnetwork: { + bech32Prefix: 'secret', + chainId: 'secret-4', + stakingTokens: [ + { + denom: 'uscrt', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-80', + client_id: '07-tendermint-111', + counterparty: { + client_id: '07-tendermint-17', + connection_id: 'connection-17', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-131', + client_id: '07-tendermint-174', + counterparty: { + client_id: '07-tendermint-52', + connection_id: 'connection-15', + }, + state: 3, + transferChannel: { + channelId: 'channel-91', + portId: 'transfer', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5': { + id: 'connection-2', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-28', + connection_id: 'connection-29', + }, + state: 3, + transferChannel: { + channelId: 'channel-2', + portId: 'transfer', + counterPartyChannelId: 'channel-16', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1': { + id: 'connection-138', + client_id: '07-tendermint-186', + counterparty: { + client_id: '07-tendermint-40', + connection_id: 'connection-27', + }, + state: 3, + transferChannel: { + channelId: 'channel-101', + portId: 'transfer', + counterPartyChannelId: 'channel-25', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-492', + connection_id: 'connection-401', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-235', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-31', + client_id: '07-tendermint-53', + counterparty: { + client_id: '07-tendermint-18', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-24', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dymension_1100-1': { + id: 'connection-189', + client_id: '07-tendermint-194', + counterparty: { + client_id: '07-tendermint-29', + connection_id: 'connection-20', + }, + state: 3, + transferChannel: { + channelId: 'channel-130', + portId: 'transfer', + counterPartyChannelId: 'channel-35', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-24', + client_id: '07-tendermint-42', + counterparty: { + client_id: '07-tendermint-50', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-18', + portId: 'transfer', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-30', + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-126', + connection_id: 'connection-101', + }, + state: 3, + transferChannel: { + channelId: 'channel-23', + portId: 'transfer', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-9', + client_id: '07-tendermint-23', + counterparty: { + client_id: '07-tendermint-108', + connection_id: 'connection-68', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-29', + client_id: '07-tendermint-48', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-7', + }, + state: 3, + transferChannel: { + channelId: 'channel-22', + portId: 'transfer', + counterPartyChannelId: 'channel-10', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-87', + client_id: '07-tendermint-116', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-9', + }, + state: 3, + transferChannel: { + channelId: 'channel-57', + portId: 'transfer', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-192', + client_id: '07-tendermint-199', + counterparty: { + client_id: '07-tendermint-85', + connection_id: 'connection-63', + }, + state: 3, + transferChannel: { + channelId: 'channel-144', + portId: 'transfer', + counterPartyChannelId: 'channel-1551', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-127', + client_id: '07-tendermint-170', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-33', + }, + state: 3, + transferChannel: { + channelId: 'channel-88', + portId: 'transfer', + counterPartyChannelId: 'channel-17', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-1', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1588', + connection_id: 'connection-1244', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pirin-1': { + id: 'connection-193', + client_id: '07-tendermint-201', + counterparty: { + client_id: '07-tendermint-18', + connection_id: 'connection-14', + }, + state: 3, + transferChannel: { + channelId: 'channel-146', + portId: 'transfer', + counterPartyChannelId: 'channel-13995', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'sifchain-1': { + id: 'connection-19', + client_id: '07-tendermint-37', + counterparty: { + client_id: '07-tendermint-171', + connection_id: 'connection-98', + }, + state: 3, + transferChannel: { + channelId: 'channel-15', + portId: 'transfer', + counterPartyChannelId: 'channel-65', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stargaze-1': { + id: 'connection-25', + client_id: '07-tendermint-43', + counterparty: { + client_id: '07-tendermint-177', + connection_id: 'connection-110', + }, + state: 3, + transferChannel: { + channelId: 'channel-19', + portId: 'transfer', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-40', + client_id: '07-tendermint-75', + counterparty: { + client_id: '07-tendermint-37', + connection_id: 'connection-25', + }, + state: 3, + transferChannel: { + channelId: 'channel-37', + portId: 'transfer', + counterPartyChannelId: 'channel-40', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'umee-1': { + id: 'connection-188', + client_id: '07-tendermint-193', + counterparty: { + client_id: '07-tendermint-249', + connection_id: 'connection-213', + }, + state: 3, + transferChannel: { + channelId: 'channel-126', + portId: 'transfer', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + sei: { + bech32Prefix: 'sei', + chainId: 'pacific-1', + stakingTokens: [ + { + denom: 'usei', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'cosmoshub-4': { + id: 'connection-1', + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-1140', + connection_id: 'connection-827', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-584', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kava_2222-10': { + id: 'connection-33', + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-146', + connection_id: 'connection-181', + }, + state: 3, + transferChannel: { + channelId: 'channel-18', + portId: 'transfer', + counterPartyChannelId: 'channel-132', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-13', + client_id: '07-tendermint-22', + counterparty: { + client_id: '07-tendermint-108', + connection_id: 'connection-84', + }, + state: 3, + transferChannel: { + channelId: 'channel-14', + portId: 'transfer', + counterPartyChannelId: 'channel-57', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-157', + client_id: '07-tendermint-123', + counterparty: { + client_id: '07-tendermint-89', + connection_id: 'connection-65', + }, + state: 3, + transferChannel: { + channelId: 'channel-66', + portId: 'transfer', + counterPartyChannelId: 'channel-2016', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-77', + client_id: '07-tendermint-45', + counterparty: { + client_id: '07-tendermint-64', + connection_id: 'connection-61', + }, + state: 3, + transferChannel: { + channelId: 'channel-45', + portId: 'transfer', + counterPartyChannelId: 'channel-39', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-2790', + connection_id: 'connection-2288', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-782', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'planq_7070-2': { + id: 'connection-12', + client_id: '07-tendermint-21', + counterparty: { + client_id: '07-tendermint-545', + connection_id: 'connection-477', + }, + state: 3, + transferChannel: { + channelId: 'channel-13', + portId: 'transfer', + counterPartyChannelId: 'channel-59', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-11', + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-130', + connection_id: 'connection-119', + }, + state: 3, + transferChannel: { + channelId: 'channel-11', + portId: 'transfer', + counterPartyChannelId: 'channel-149', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-153', + client_id: '07-tendermint-109', + counterparty: { + client_id: '07-tendermint-21', + connection_id: 'connection-27', + }, + state: 3, + transferChannel: { + channelId: 'channel-64', + portId: 'transfer', + counterPartyChannelId: 'channel-12', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + shido: { + bech32Prefix: 'shido', + chainId: 'shido_9008-1', + stakingTokens: [ + { + denom: 'shido', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'noble-1': { + id: 'connection-11', + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-106', + connection_id: 'connection-99', + }, + state: 3, + transferChannel: { + channelId: 'channel-5', + portId: 'transfer', + counterPartyChannelId: 'channel-87', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-3198', + connection_id: 'connection-2654', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-73755', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + sifchain: { + bech32Prefix: 'sif', + chainId: 'sifchain-1', + stakingTokens: [ + { + denom: 'rowan', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'osmosis-1': { + id: 'connection-20', + client_id: '07-tendermint-41', + counterparty: { + client_id: '07-tendermint-1484', + connection_id: 'connection-1159', + }, + state: 3, + transferChannel: { + channelId: 'channel-17', + portId: 'transfer', + counterPartyChannelId: 'channel-47', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-98', + client_id: '07-tendermint-171', + counterparty: { + client_id: '07-tendermint-37', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-65', + portId: 'transfer', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + stargaze: { + bech32Prefix: 'stars', + chainId: 'stargaze-1', + stakingTokens: [ + { + denom: 'ustars', + }, + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'carbon-1': { + id: 'connection-158', + client_id: '07-tendermint-224', + counterparty: { + client_id: '07-tendermint-36', + connection_id: 'connection-19', + }, + state: 3, + transferChannel: { + channelId: 'channel-123', + portId: 'transfer', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-296', + client_id: '07-tendermint-359', + counterparty: { + client_id: '07-tendermint-86', + connection_id: 'connection-56', + }, + state: 3, + transferChannel: { + channelId: 'channel-291', + portId: 'transfer', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'core-1': { + id: 'connection-293', + client_id: '07-tendermint-358', + counterparty: { + client_id: '07-tendermint-166', + connection_id: 'connection-207', + }, + state: 3, + transferChannel: { + channelId: 'channel-287', + portId: 'transfer', + counterPartyChannelId: 'channel-197', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-256', + client_id: '07-tendermint-320', + counterparty: { + client_id: '07-tendermint-1188', + connection_id: 'connection-918', + }, + state: 3, + transferChannel: { + channelId: 'channel-239', + portId: 'transfer', + counterPartyChannelId: 'channel-730', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-114', + client_id: '07-tendermint-180', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-27', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-21', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'evmos_9001-2': { + id: 'connection-104', + client_id: '07-tendermint-173', + counterparty: { + client_id: '07-tendermint-41', + connection_id: 'connection-17', + }, + state: 3, + transferChannel: { + channelId: 'channel-46', + portId: 'transfer', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-11', + client_id: '07-tendermint-13', + counterparty: { + client_id: '07-tendermint-44', + connection_id: 'connection-30', + }, + state: 3, + transferChannel: { + channelId: 'channel-5', + portId: 'transfer', + counterPartyChannelId: 'channel-20', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1': { + id: 'connection-111', + client_id: '07-tendermint-178', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-5', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1': { + id: 'connection-307', + client_id: '07-tendermint-366', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-13', + }, + state: 3, + transferChannel: { + channelId: 'channel-391', + portId: 'transfer', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-287', + client_id: '07-tendermint-352', + counterparty: { + client_id: '07-tendermint-118', + connection_id: 'connection-90', + }, + state: 3, + transferChannel: { + channelId: 'channel-269', + portId: 'transfer', + counterPartyChannelId: 'channel-69', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'neutron-1': { + id: 'connection-211', + client_id: '07-tendermint-283', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-23', + }, + state: 3, + transferChannel: { + channelId: 'channel-191', + portId: 'transfer', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-214', + client_id: '07-tendermint-287', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-25', + }, + state: 3, + transferChannel: { + channelId: 'channel-204', + portId: 'transfer', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'omniflixhub-1': { + id: 'connection-328', + client_id: '07-tendermint-370', + counterparty: { + client_id: '07-tendermint-74', + connection_id: 'connection-54', + }, + state: 3, + transferChannel: { + channelId: 'channel-398', + portId: 'transfer', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1562', + connection_id: 'connection-1223', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-75', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-110', + client_id: '07-tendermint-177', + counterparty: { + client_id: '07-tendermint-43', + connection_id: 'connection-25', + }, + state: 3, + transferChannel: { + channelId: 'channel-48', + portId: 'transfer', + counterPartyChannelId: 'channel-19', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-128', + client_id: '07-tendermint-195', + counterparty: { + client_id: '07-tendermint-30', + connection_id: 'connection-18', + }, + state: 3, + transferChannel: { + channelId: 'channel-106', + portId: 'transfer', + counterPartyChannelId: 'channel-19', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'vota-ash': { + id: 'connection-318', + client_id: '07-tendermint-368', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-30', + }, + state: 3, + transferChannel: { + channelId: 'channel-394', + portId: 'transfer', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + stride: { + bech32Prefix: 'stride', + chainId: 'stride-1', + stakingTokens: [ { denom: 'ustrd', }, - ], - icqEnabled: false, - connections: { - 'agoric-3': { - id: 'connection-118', - client_id: '07-tendermint-129', + ], + icqEnabled: false, + icaEnabled: true, + connections: { + 'agoric-3': { + id: 'connection-118', + client_id: '07-tendermint-129', + counterparty: { + client_id: '07-tendermint-74', + connection_id: 'connection-68', + }, + state: 3, + transferChannel: { + channelId: 'channel-148', + portId: 'transfer', + counterPartyChannelId: 'channel-59', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1': { + id: 'connection-27', + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-12', + }, + state: 3, + transferChannel: { + channelId: 'channel-47', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + celestia: { + id: 'connection-125', + client_id: '07-tendermint-137', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-4', + }, + state: 3, + transferChannel: { + channelId: 'channel-162', + portId: 'transfer', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4': { + id: 'connection-0', + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-913', + connection_id: 'connection-635', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-391', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-30', + client_id: '07-tendermint-44', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-39', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-29', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-123', + client_id: '07-tendermint-133', counterparty: { - client_id: '07-tendermint-74', - connection_id: 'connection-68', + client_id: '07-tendermint-1', + connection_id: 'connection-1', }, state: 3, transferChannel: { - channelId: 'channel-148', + channelId: 'channel-160', portId: 'transfer', - counterPartyChannelId: 'channel-59', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - celestia: { - id: 'connection-125', - client_id: '07-tendermint-137', + 'dymension_1100-1': { + id: 'connection-131', + client_id: '07-tendermint-140', counterparty: { client_id: '07-tendermint-0', - connection_id: 'connection-4', + connection_id: 'connection-0', }, state: 3, transferChannel: { - channelId: 'channel-162', + channelId: 'channel-197', portId: 'transfer', - counterPartyChannelId: 'channel-4', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'cosmoshub-4': { - id: 'connection-0', - client_id: '07-tendermint-0', + 'evmos_9001-2': { + id: 'connection-7', + client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-913', - connection_id: 'connection-635', + client_id: '07-tendermint-77', + connection_id: 'connection-33', }, state: 3, transferChannel: { - channelId: 'channel-0', + channelId: 'channel-9', portId: 'transfer', - counterPartyChannelId: 'channel-391', + counterPartyChannelId: 'channel-25', counterPartyPortId: 'transfer', ordering: 0, state: 3, version: 'ics20-1', }, }, - 'dydx-mainnet-1': { - id: 'connection-123', - client_id: '07-tendermint-133', + 'haqq_11235-1': { + id: 'connection-143', + client_id: '07-tendermint-143', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-6', + connection_id: 'connection-8', }, state: 3, transferChannel: { - channelId: 'channel-160', + channelId: 'channel-240', portId: 'transfer', - counterPartyChannelId: 'channel-1', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1': { + id: 'connection-3', + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-131', + connection_id: 'connection-103', + }, + state: 3, + transferChannel: { + channelId: 'channel-6', + portId: 'transfer', + counterPartyChannelId: 'channel-89', counterPartyPortId: 'transfer', ordering: 0, state: 3, @@ -1775,6 +7782,24 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'kaiyo-1': { + id: 'connection-5', + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-37', + connection_id: 'connection-31', + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-32', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'neutron-1': { id: 'connection-113', client_id: '07-tendermint-125', @@ -1811,6 +7836,42 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'pacific-1': { + id: 'connection-119', + client_id: '07-tendermint-130', + counterparty: { + client_id: '07-tendermint-18', + connection_id: 'connection-11', + }, + state: 3, + transferChannel: { + channelId: 'channel-149', + portId: 'transfer', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'pryzm-1': { + id: 'connection-145', + client_id: '07-tendermint-145', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-8', + }, + state: 3, + transferChannel: { + channelId: 'channel-257', + portId: 'transfer', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'secret-4': { id: 'connection-25', client_id: '07-tendermint-37', @@ -1867,6 +7928,141 @@ export default /** @type {const} } */ ({ }, }, }, + terra: { + bech32Prefix: 'terra', + chainId: 'columbus-5', + stakingTokens: [ + { + denom: 'uluna', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'crescent-1': { + id: 'connection-70', + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1': { + id: 'connection-34', + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-63', + connection_id: 'connection-43', + }, + state: 3, + transferChannel: { + channelId: 'channel-20', + portId: 'transfer', + counterPartyChannelId: 'channel-27', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-151', + client_id: '07-tendermint-244', + counterparty: { + client_id: '07-tendermint-122', + connection_id: 'connection-92', + }, + state: 3, + transferChannel: { + channelId: 'channel-87', + portId: + 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc', + counterPartyChannelId: 'channel-114', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-11', + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-1215', + connection_id: 'connection-1549', + }, + state: 3, + transferChannel: { + channelId: 'channel-1', + portId: 'transfer', + counterPartyChannelId: 'channel-72', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-29', + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + state: 3, + transferChannel: { + channelId: 'channel-16', + portId: 'transfer', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + titan: { + bech32Prefix: 'titan', + chainId: 'titan_18888-1', + stakingTokens: [ + { + denom: 'atkx', + }, + ], + icqEnabled: false, + icaEnabled: false, + connections: { + 'noble-1': { + id: 'connection-0', + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-114', + connection_id: 'connection-109', + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-99', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, umee: { bech32Prefix: 'umee', chainId: 'umee-1', @@ -1876,6 +8072,7 @@ export default /** @type {const} } */ ({ }, ], icqEnabled: false, + icaEnabled: true, connections: { 'agoric-3': { id: 'connection-101', @@ -1895,6 +8092,42 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'core-1': { + id: 'connection-119', + client_id: '07-tendermint-179', + counterparty: { + client_id: '07-tendermint-105', + connection_id: 'connection-144', + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-81', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1': { + id: 'connection-110', + client_id: '07-tendermint-170', + counterparty: { + client_id: '07-tendermint-56', + connection_id: 'connection-53', + }, + state: 3, + transferChannel: { + channelId: 'channel-49', + portId: 'transfer', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'dydx-mainnet-1': { id: 'connection-208', client_id: '07-tendermint-244', @@ -1913,6 +8146,42 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'injective-1': { + id: 'connection-206', + client_id: '07-tendermint-243', + counterparty: { + client_id: '07-tendermint-229', + connection_id: 'connection-217', + }, + state: 3, + transferChannel: { + channelId: 'channel-116', + portId: 'transfer', + counterPartyChannelId: 'channel-159', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1': { + id: 'connection-195', + client_id: '07-tendermint-234', + counterparty: { + client_id: '07-tendermint-104', + connection_id: 'connection-83', + }, + state: 3, + transferChannel: { + channelId: 'channel-104', + portId: 'transfer', + counterPartyChannelId: 'channel-56', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, 'noble-1': { id: 'connection-210', client_id: '07-tendermint-248', diff --git a/packages/orchestration/src/utils/registry.js b/packages/orchestration/src/utils/registry.js index 25789864729..b3e24427ec8 100644 --- a/packages/orchestration/src/utils/registry.js +++ b/packages/orchestration/src/utils/registry.js @@ -82,8 +82,9 @@ function toConnectionEntry(ibcInfo, name, chainInfo) { * Converts the given chain info to our local config format * * @param {Pick} registry + * @param {(chainName: string) => boolean} isIcaEnabled */ -export const convertChainInfo = async registry => { +export const convertChainInfo = async (registry, isIcaEnabled) => { /** @type {Record} */ const chainInfo = {}; @@ -95,6 +96,7 @@ export const convertChainInfo = async registry => { stakingTokens: chain.staking?.staking_tokens, // UNTIL https://github.com/Agoric/agoric-sdk/issues/9326 icqEnabled: chain.chain_name === 'osmosis', + icaEnabled: isIcaEnabled(chain.chain_name), }; } diff --git a/packages/orchestration/test/chain-info.test.js b/packages/orchestration/test/chain-info.test.js index e6700ba9982..2378edffa2d 100644 --- a/packages/orchestration/test/chain-info.test.js +++ b/packages/orchestration/test/chain-info.test.js @@ -13,19 +13,46 @@ test('chain-info', async t => { chainId: 'cosmoshub-4', stakingTokens: [{ denom: 'uatom' }], }); - t.deepEqual(chainNames.keys(), [ + t.deepEqual([...chainNames.keys()].sort(), [ 'agoric', + 'archway', + 'beezee', + 'carbon', 'celestia', + 'coreum', 'cosmoshub', + 'crescent', + 'doravota', 'dydx', + 'dymension', + 'empowerchain', + 'evmos', + 'haqq', + 'injective', 'juno', + 'kava', + 'kujira', + 'lava', + 'migaloo', 'neutron', + 'nibiru', 'noble', + 'nolus', 'omniflixhub', 'osmosis', + 'persistence', + 'planq', + 'provenance', + 'pryzm', + 'quicksilver', 'secretnetwork', + 'sei', + 'shido', + 'sifchain', 'stargaze', 'stride', + 'terra', + 'titan', 'umee', ]); t.snapshot(chainNames.entries()); diff --git a/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.md b/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.md index df818b1eba8..868734cd465 100644 --- a/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.md +++ b/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.md @@ -36,17 +36,44 @@ Generated by [AVA](https://avajs.dev). ChainHub_singleton: 'Alleged: ChainHub', bech32PrefixToChainName: { agoric: 'agoric', + archway: 'archway', + bze: 'beezee', celestia: 'celestia', + core: 'coreum', cosmos: 'cosmoshub', + cre: 'crescent', + dora: 'doravota', dydx: 'dydx', + dym: 'dymension', + empower: 'empowerchain', + evmos: 'evmos', + haqq: 'haqq', + inj: 'injective', juno: 'juno', + kava: 'kava', + kujira: 'kujira', + 'lava@': 'lava', + migaloo: 'migaloo', neutron: 'neutron', + nibi: 'nibiru', noble: 'noble', + nolus: 'nolus', omniflix: 'omniflixhub', osmo: 'osmosis', + pb: 'provenance', + persistence: 'persistence', + plq: 'planq', + pryzm: 'pryzm', + quick: 'quicksilver', secret: 'secretnetwork', + sei: 'sei', + shido: 'shido', + sif: 'sifchain', stars: 'stargaze', stride: 'stride', + swth: 'carbon', + terra: 'terra', + titan: 'titan', umee: 'umee', }, brandDenom: { @@ -57,6 +84,7 @@ Generated by [AVA](https://avajs.dev). agoric: { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -65,9 +93,46 @@ Generated by [AVA](https://avajs.dev). }, ], }, + archway: { + bech32Prefix: 'archway', + chainId: 'archway-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'aarch', + }, + ], + }, + beezee: { + bech32Prefix: 'bze', + chainId: 'beezee-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ubze', + }, + ], + }, + carbon: { + bech32Prefix: 'swth', + chainId: 'carbon-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'swth', + }, + ], + }, celestia: { bech32Prefix: 'celestia', chainId: 'celestia', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -76,9 +141,22 @@ Generated by [AVA](https://avajs.dev). }, ], }, + coreum: { + bech32Prefix: 'core', + chainId: 'coreum-mainnet-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ucore', + }, + ], + }, cosmoshub: { bech32Prefix: 'cosmos', chainId: 'cosmoshub-4', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -87,9 +165,34 @@ Generated by [AVA](https://avajs.dev). }, ], }, + crescent: { + bech32Prefix: 'cre', + chainId: 'crescent-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ucre', + }, + ], + }, + doravota: { + bech32Prefix: 'dora', + chainId: 'vota-ash', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'peaka', + }, + ], + }, dydx: { bech32Prefix: 'dydx', chainId: 'dydx-mainnet-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: false, stakingTokens: [ @@ -98,9 +201,70 @@ Generated by [AVA](https://avajs.dev). }, ], }, + dymension: { + bech32Prefix: 'dym', + chainId: 'dymension_1100-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'adym', + }, + ], + }, + empowerchain: { + bech32Prefix: 'empower', + chainId: 'empowerchain-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'umpwr', + }, + ], + }, + evmos: { + bech32Prefix: 'evmos', + chainId: 'evmos_9001-2', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'aevmos', + }, + ], + }, + haqq: { + bech32Prefix: 'haqq', + chainId: 'haqq_11235-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'aISLM', + }, + ], + }, + injective: { + bech32Prefix: 'inj', + chainId: 'injective-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'inj', + }, + ], + }, juno: { bech32Prefix: 'juno', chainId: 'juno-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -109,9 +273,58 @@ Generated by [AVA](https://avajs.dev). }, ], }, + kava: { + bech32Prefix: 'kava', + chainId: 'kava_2222-10', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ukava', + }, + ], + }, + kujira: { + bech32Prefix: 'kujira', + chainId: 'kaiyo-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ukuji', + }, + ], + }, + lava: { + bech32Prefix: 'lava@', + chainId: 'lava-mainnet-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'ulava', + }, + ], + }, + migaloo: { + bech32Prefix: 'migaloo', + chainId: 'migaloo-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'uwhale', + }, + ], + }, neutron: { bech32Prefix: 'neutron', chainId: 'neutron-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -120,15 +333,41 @@ Generated by [AVA](https://avajs.dev). }, ], }, + nibiru: { + bech32Prefix: 'nibi', + chainId: 'cataclysm-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'unibi', + }, + ], + }, noble: { bech32Prefix: 'noble', chainId: 'noble-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, }, + nolus: { + bech32Prefix: 'nolus', + chainId: 'pirin-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'unls', + }, + ], + }, omniflixhub: { bech32Prefix: 'omniflix', chainId: 'omniflixhub-1', + icaEnabled: true, icqEnabled: true, pfmEnabled: true, stakingTokens: [ @@ -140,6 +379,7 @@ Generated by [AVA](https://avajs.dev). osmosis: { bech32Prefix: 'osmo', chainId: 'osmosis-1', + icaEnabled: true, icqEnabled: true, pfmEnabled: true, stakingTokens: [ @@ -148,9 +388,70 @@ Generated by [AVA](https://avajs.dev). }, ], }, + persistence: { + bech32Prefix: 'persistence', + chainId: 'core-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'uxprt', + }, + ], + }, + planq: { + bech32Prefix: 'plq', + chainId: 'planq_7070-2', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'aplanq', + }, + ], + }, + provenance: { + bech32Prefix: 'pb', + chainId: 'pio-mainnet-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'nhash', + }, + ], + }, + pryzm: { + bech32Prefix: 'pryzm', + chainId: 'pryzm-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'upryzm', + }, + ], + }, + quicksilver: { + bech32Prefix: 'quick', + chainId: 'quicksilver-2', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'uqck', + }, + ], + }, secretnetwork: { bech32Prefix: 'secret', chainId: 'secret-4', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -159,9 +460,46 @@ Generated by [AVA](https://avajs.dev). }, ], }, + sei: { + bech32Prefix: 'sei', + chainId: 'pacific-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'usei', + }, + ], + }, + shido: { + bech32Prefix: 'shido', + chainId: 'shido_9008-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'shido', + }, + ], + }, + sifchain: { + bech32Prefix: 'sif', + chainId: 'sifchain-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'rowan', + }, + ], + }, stargaze: { bech32Prefix: 'stars', chainId: 'stargaze-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -173,6 +511,7 @@ Generated by [AVA](https://avajs.dev). stride: { bech32Prefix: 'stride', chainId: 'stride-1', + icaEnabled: true, icqEnabled: false, pfmEnabled: true, stakingTokens: [ @@ -181,30 +520,2971 @@ Generated by [AVA](https://avajs.dev). }, ], }, - umee: { - bech32Prefix: 'umee', - chainId: 'umee-1', - icqEnabled: false, - pfmEnabled: true, - stakingTokens: [ - { - denom: 'uumee', - }, - ], + terra: { + bech32Prefix: 'terra', + chainId: 'columbus-5', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'uluna', + }, + ], + }, + titan: { + bech32Prefix: 'titan', + chainId: 'titan_18888-1', + icaEnabled: false, + icqEnabled: false, + pfmEnabled: false, + stakingTokens: [ + { + denom: 'atkx', + }, + ], + }, + umee: { + bech32Prefix: 'umee', + chainId: 'umee-1', + icaEnabled: true, + icqEnabled: false, + pfmEnabled: true, + stakingTokens: [ + { + denom: 'uumee', + }, + ], + }, + }, + connectionInfos: { + 'agoric-3_core-1': { + client_id: '07-tendermint-93', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-210', + }, + id: 'connection-91', + state: 3, + transferChannel: { + channelId: 'channel-72', + counterPartyChannelId: 'channel-202', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_cosmoshub-4': { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-927', + connection_id: 'connection-649', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-405', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_crescent-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-14', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_evmos__9001-2': { + client_id: '07-tendermint-72', + counterparty: { + client_id: '07-tendermint-116', + connection_id: 'connection-70', + }, + id: 'connection-66', + state: 3, + transferChannel: { + channelId: 'channel-57', + counterPartyChannelId: 'channel-85', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_kaiyo-1': { + client_id: '07-tendermint-20', + counterparty: { + client_id: '07-tendermint-94', + connection_id: 'connection-64', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-61', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_kava__2222-10': { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-147', + connection_id: 'connection-182', + }, + id: 'connection-73', + state: 3, + transferChannel: { + channelId: 'channel-63', + counterPartyChannelId: 'channel-133', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_neutron-1': { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-108', + }, + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-5789', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_noble-1': { + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-40', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-21', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_omniflixhub-1': { + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-47', + connection_id: 'connection-40', + }, + id: 'connection-67', + state: 3, + transferChannel: { + channelId: 'channel-58', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_osmosis-1': { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2109', + connection_id: 'connection-1649', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-320', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_secret-4': { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-111', + connection_id: 'connection-80', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_stride-1': { + client_id: '07-tendermint-74', + counterparty: { + client_id: '07-tendermint-129', + connection_id: 'connection-118', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-59', + counterPartyChannelId: 'channel-148', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'agoric-3_umee-1': { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-152', + connection_id: 'connection-101', + }, + id: 'connection-18', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1_dymension__1100-1': { + client_id: '07-tendermint-91', + counterparty: { + client_id: '07-tendermint-39', + connection_id: 'connection-30', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-123', + counterPartyChannelId: 'channel-45', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1_migaloo-1': { + client_id: '07-tendermint-119', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-108', + }, + id: 'connection-114', + state: 3, + transferChannel: { + channelId: 'channel-184', + counterPartyChannelId: 'channel-141', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1_neutron-1': { + client_id: '07-tendermint-51', + counterparty: { + client_id: '07-tendermint-62', + connection_id: 'connection-43', + }, + id: 'connection-58', + state: 3, + transferChannel: { + channelId: 'channel-61', + counterPartyChannelId: 'channel-41', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1_planq__7070-2': { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-561', + connection_id: 'connection-486', + }, + id: 'connection-83', + state: 3, + transferChannel: { + channelId: 'channel-112', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'archway-1_vota-ash': { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-22', + connection_id: 'connection-28', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-146', + counterPartyChannelId: 'channel-13', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1_noble-1': { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-95', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1_omniflixhub-1': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-75', + connection_id: 'connection-55', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-50', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'beezee-1_osmosis-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-2154', + connection_id: 'connection-1672', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-340', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_cosmoshub-4': { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-765', + connection_id: 'connection-554', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-342', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_evmos__9001-2': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-29', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_kaiyo-1': { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-60', + connection_id: 'connection-40', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-1808', + connection_id: 'connection-1412', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_stargaze-1': { + client_id: '07-tendermint-36', + counterparty: { + client_id: '07-tendermint-224', + connection_id: 'connection-158', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'carbon-1_stride-1': { + client_id: '07-tendermint-13', + counterparty: { + client_id: '07-tendermint-40', + connection_id: 'connection-27', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-47', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_dymension__1100-1': { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-5', + }, + id: 'connection-52', + state: 3, + transferChannel: { + channelId: 'channel-27', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_evmos__9001-2': { + client_id: '07-tendermint-79', + counterparty: { + client_id: '07-tendermint-134', + connection_id: 'connection-80', + }, + id: 'connection-49', + state: 3, + transferChannel: { + channelId: 'channel-26', + counterPartyChannelId: 'channel-106', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_injective-1': { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-226', + connection_id: 'connection-210', + }, + id: 'connection-6', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-152', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_kava__2222-10': { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-198', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-140', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_neutron-1': { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-36', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-35', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_osmosis-1': { + client_id: '07-tendermint-10', + counterparty: { + client_id: '07-tendermint-3012', + connection_id: 'connection-2503', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-6994', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_pryzm-1': { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-57', + state: 3, + transferChannel: { + channelId: 'channel-34', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_secret-4': { + client_id: '07-tendermint-52', + counterparty: { + client_id: '07-tendermint-174', + connection_id: 'connection-131', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-14', + counterPartyChannelId: 'channel-91', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_stargaze-1': { + client_id: '07-tendermint-86', + counterparty: { + client_id: '07-tendermint-359', + connection_id: 'connection-296', + }, + id: 'connection-56', + state: 3, + transferChannel: { + channelId: 'channel-33', + counterPartyChannelId: 'channel-291', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'celestia_stride-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-137', + connection_id: 'connection-125', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-162', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5_crescent-1': { + client_id: '07-tendermint-101', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-70', + state: 3, + transferChannel: { + channelId: 'channel-49', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5_juno-1': { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-63', + connection_id: 'connection-43', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-27', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5_migaloo-1': { + client_id: '07-tendermint-244', + counterparty: { + client_id: '07-tendermint-122', + connection_id: 'connection-92', + }, + id: 'connection-151', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-114', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc', + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5_osmosis-1': { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-1215', + connection_id: 'connection-1549', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-72', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'columbus-5_secret-4': { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-16', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_crescent-1': { + client_id: '07-tendermint-88', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-41', + }, + id: 'connection-72', + state: 3, + transferChannel: { + channelId: 'channel-68', + counterPartyChannelId: 'channel-30', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_dydx-mainnet-1': { + client_id: '07-tendermint-159', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-8', + }, + id: 'connection-197', + state: 3, + transferChannel: { + channelId: 'channel-131', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_injective-1': { + client_id: '07-tendermint-57', + counterparty: { + client_id: '07-tendermint-110', + connection_id: 'connection-91', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-41', + counterPartyChannelId: 'channel-82', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_juno-1': { + client_id: '07-tendermint-49', + counterparty: { + client_id: '07-tendermint-89', + connection_id: 'connection-51', + }, + id: 'connection-48', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_kaiyo-1': { + client_id: '07-tendermint-162', + counterparty: { + client_id: '07-tendermint-167', + connection_id: 'connection-130', + }, + id: 'connection-200', + state: 3, + transferChannel: { + channelId: 'channel-152', + counterPartyChannelId: 'channel-158', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_kava__2222-10': { + client_id: '07-tendermint-156', + counterparty: { + client_id: '07-tendermint-148', + connection_id: 'connection-189', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-129', + counterPartyChannelId: 'channel-134', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_neutron-1': { + client_id: '07-tendermint-161', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-52', + }, + id: 'connection-199', + state: 3, + transferChannel: { + channelId: 'channel-136', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_noble-1': { + client_id: '07-tendermint-160', + counterparty: { + client_id: '07-tendermint-61', + connection_id: 'connection-59', + }, + id: 'connection-198', + state: 3, + transferChannel: { + channelId: 'channel-132', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_osmosis-1': { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-4', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_stargaze-1': { + client_id: '07-tendermint-166', + counterparty: { + client_id: '07-tendermint-358', + connection_id: 'connection-293', + }, + id: 'connection-207', + state: 3, + transferChannel: { + channelId: 'channel-197', + counterPartyChannelId: 'channel-287', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'core-1_umee-1': { + client_id: '07-tendermint-105', + counterparty: { + client_id: '07-tendermint-179', + connection_id: 'connection-119', + }, + id: 'connection-144', + state: 3, + transferChannel: { + channelId: 'channel-81', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_cosmoshub-4': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-1162', + connection_id: 'connection-884', + }, + id: 'connection-11', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-660', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_dydx-mainnet-1': { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-20', + }, + id: 'connection-26', + state: 3, + transferChannel: { + channelId: 'channel-24', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_evmos__9001-2': { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-117', + connection_id: 'connection-71', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-87', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_kaiyo-1': { + client_id: '07-tendermint-28', + counterparty: { + client_id: '07-tendermint-163', + connection_id: 'connection-126', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-17', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_kava__2222-10': { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-200', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-142', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_noble-1': { + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-71', + connection_id: 'connection-72', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-19', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2929', + connection_id: 'connection-2426', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-2188', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_secret-4': { + client_id: '07-tendermint-40', + counterparty: { + client_id: '07-tendermint-186', + connection_id: 'connection-138', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-25', + counterPartyChannelId: 'channel-101', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'coreum-mainnet-1_vota-ash': { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-4', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_crescent-1': { + client_id: '07-tendermint-724', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-538', + state: 3, + transferChannel: { + channelId: 'channel-326', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_dymension__1100-1': { + client_id: '07-tendermint-1205', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-933', + state: 3, + transferChannel: { + channelId: 'channel-794', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_empowerchain-1': { + client_id: '07-tendermint-1151', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-872', + state: 3, + transferChannel: { + channelId: 'channel-621', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_evmos__9001-2': { + client_id: '07-tendermint-620', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-3', + }, + id: 'connection-480', + state: 3, + transferChannel: { + channelId: 'channel-292', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_haqq__11235-1': { + client_id: '07-tendermint-1153', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + id: 'connection-874', + state: 3, + transferChannel: { + channelId: 'channel-632', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_injective-1': { + client_id: '07-tendermint-470', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-2', + }, + id: 'connection-388', + state: 3, + transferChannel: { + channelId: 'channel-220', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_juno-1': { + client_id: '07-tendermint-439', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-2', + }, + id: 'connection-372', + state: 3, + transferChannel: { + channelId: 'channel-207', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_kaiyo-1': { + client_id: '07-tendermint-769', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-555', + state: 3, + transferChannel: { + channelId: 'channel-343', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_kava__2222-10': { + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-460', + state: 3, + transferChannel: { + channelId: 'channel-277', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_lava-mainnet-1': { + client_id: '07-tendermint-1318', + counterparty: { + client_id: '07-tendermint-7', + connection_id: 'connection-12', + }, + id: 'connection-1050', + state: 3, + transferChannel: { + channelId: 'channel-969', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_neutron-1': { + client_id: '07-tendermint-1119', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-809', + state: 3, + transferChannel: { + channelId: 'channel-569', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_noble-1': { + client_id: '07-tendermint-1116', + counterparty: { + client_id: '07-tendermint-4', + connection_id: 'connection-12', + }, + id: 'connection-790', + state: 3, + transferChannel: { + channelId: 'channel-536', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_omniflixhub-1': { + client_id: '07-tendermint-656', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-19', + }, + id: 'connection-501', + state: 3, + transferChannel: { + channelId: 'channel-306', + counterPartyChannelId: 'channel-12', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_osmosis-1': { + client_id: '07-tendermint-259', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-257', + state: 3, + transferChannel: { + channelId: 'channel-141', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_pacific-1': { + client_id: '07-tendermint-1140', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-1', + }, + id: 'connection-827', + state: 3, + transferChannel: { + channelId: 'channel-584', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_planq__7070-2': { + client_id: '07-tendermint-994', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-3', + }, + id: 'connection-693', + state: 3, + transferChannel: { + channelId: 'channel-446', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_pryzm-1': { + client_id: '07-tendermint-1304', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-1038', + state: 3, + transferChannel: { + channelId: 'channel-859', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_secret-4': { + client_id: '07-tendermint-492', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-0', + }, + id: 'connection-401', + state: 3, + transferChannel: { + channelId: 'channel-235', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_stargaze-1': { + client_id: '07-tendermint-1188', + counterparty: { + client_id: '07-tendermint-320', + connection_id: 'connection-256', + }, + id: 'connection-918', + state: 3, + transferChannel: { + channelId: 'channel-730', + counterPartyChannelId: 'channel-239', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_stride-1': { + client_id: '07-tendermint-913', + counterparty: { + client_id: '07-tendermint-0', + connection_id: 'connection-0', + }, + id: 'connection-635', + state: 3, + transferChannel: { + channelId: 'channel-391', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'cosmoshub-4_vota-ash': { + client_id: '07-tendermint-1191', + counterparty: { + client_id: '07-tendermint-14', + connection_id: 'connection-8', + }, + id: 'connection-920', + state: 3, + transferChannel: { + channelId: 'channel-750', + counterPartyChannelId: 'channel-4', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_evmos__9001-2': { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-15', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_injective-1': { + client_id: '07-tendermint-26', + counterparty: { + client_id: '07-tendermint-132', + connection_id: 'connection-105', + }, + id: 'connection-29', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-90', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_juno-1': { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-160', + connection_id: 'connection-107', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-81', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_kaiyo-1': { + client_id: '07-tendermint-78', + counterparty: { + client_id: '07-tendermint-105', + connection_id: 'connection-75', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-42', + counterPartyChannelId: 'channel-67', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_noble-1': { + client_id: '07-tendermint-68', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-38', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_osmosis-1': { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-2083', + connection_id: 'connection-1624', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-297', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_secret-4': { + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-53', + connection_id: 'connection-31', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_stargaze-1': { + client_id: '07-tendermint-24', + counterparty: { + client_id: '07-tendermint-180', + connection_id: 'connection-114', + }, + id: 'connection-27', + state: 3, + transferChannel: { + channelId: 'channel-21', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_stride-1': { + client_id: '07-tendermint-38', + counterparty: { + client_id: '07-tendermint-44', + connection_id: 'connection-30', + }, + id: 'connection-39', + state: 3, + transferChannel: { + channelId: 'channel-29', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'crescent-1_umee-1': { + client_id: '07-tendermint-56', + counterparty: { + client_id: '07-tendermint-170', + connection_id: 'connection-110', + }, + id: 'connection-53', + state: 3, + transferChannel: { + channelId: 'channel-36', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_evmos__9001-2': { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-135', + connection_id: 'connection-81', + }, + id: 'connection-23', + state: 3, + transferChannel: { + channelId: 'channel-23', + counterPartyChannelId: 'channel-107', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_kaiyo-1': { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-158', + connection_id: 'connection-122', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-5', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_kava__2222-10': { + client_id: '07-tendermint-7', + counterparty: { + client_id: '07-tendermint-154', + connection_id: 'connection-195', + }, + id: 'connection-12', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-137', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_neutron-1': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-72', + connection_id: 'connection-51', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-11', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_noble-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-59', + connection_id: 'connection-57', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-33', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-3009', + connection_id: 'connection-2500', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-6787', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_pryzm-1': { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-9', + }, + id: 'connection-34', + state: 3, + transferChannel: { + channelId: 'channel-71', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_stride-1': { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-133', + connection_id: 'connection-123', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_umee-1': { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-208', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1_vota-ash': { + client_id: '07-tendermint-15', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-10', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_evmos__9001-2': { + client_id: '07-tendermint-31', + counterparty: { + client_id: '07-tendermint-138', + connection_id: 'connection-85', + }, + id: 'connection-22', + state: 3, + transferChannel: { + channelId: 'channel-37', + counterPartyChannelId: 'channel-109', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_kaiyo-1': { + client_id: '07-tendermint-17', + counterparty: { + client_id: '07-tendermint-169', + connection_id: 'connection-132', + }, + id: 'connection-10', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-160', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_kava__2222-10': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-162', + connection_id: 'connection-203', + }, + id: 'connection-3', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-144', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_neutron-1': { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-82', + connection_id: 'connection-61', + }, + id: 'connection-9', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-675', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_noble-1': { + client_id: '07-tendermint-14', + counterparty: { + client_id: '07-tendermint-79', + connection_id: 'connection-80', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-62', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_osmosis-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-3086', + connection_id: 'connection-2566', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-19774', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_secret-4': { + client_id: '07-tendermint-29', + counterparty: { + client_id: '07-tendermint-194', + connection_id: 'connection-189', + }, + id: 'connection-20', + state: 3, + transferChannel: { + channelId: 'channel-35', + counterPartyChannelId: 'channel-130', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'dymension__1100-1_stride-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-140', + connection_id: 'connection-131', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-197', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'empowerchain-1_osmosis-1': { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-2848', + connection_id: 'connection-2360', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-1411', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_injective-1': { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-112', + connection_id: 'connection-92', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-83', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_kaiyo-1': { + client_id: '07-tendermint-53', + counterparty: { + client_id: '07-tendermint-25', + connection_id: 'connection-19', + }, + id: 'connection-21', + state: 3, + transferChannel: { + channelId: 'channel-18', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_kava__2222-10': { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-157', + }, + id: 'connection-67', + state: 3, + transferChannel: { + channelId: 'channel-83', + counterPartyChannelId: 'channel-117', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_lava-mainnet-1': { + client_id: '07-tendermint-142', + counterparty: { + client_id: '07-tendermint-9', + connection_id: 'connection-14', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-117', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_noble-1': { + client_id: '07-tendermint-106', + counterparty: { + client_id: '07-tendermint-12', + connection_id: 'connection-19', + }, + id: 'connection-63', + state: 3, + transferChannel: { + channelId: 'channel-64', + counterPartyChannelId: 'channel-7', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_osmosis-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1840', + connection_id: 'connection-1440', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-204', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_secret-4': { + client_id: '07-tendermint-50', + counterparty: { + client_id: '07-tendermint-42', + connection_id: 'connection-24', + }, + id: 'connection-19', + state: 3, + transferChannel: { + channelId: 'channel-15', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_stargaze-1': { + client_id: '07-tendermint-41', + counterparty: { + client_id: '07-tendermint-173', + connection_id: 'connection-104', + }, + id: 'connection-17', + state: 3, + transferChannel: { + channelId: 'channel-13', + counterPartyChannelId: 'channel-46', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'evmos__9001-2_stride-1': { + client_id: '07-tendermint-77', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-7', + }, + id: 'connection-33', + state: 3, + transferChannel: { + channelId: 'channel-25', + counterPartyChannelId: 'channel-9', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_kava__2222-10': { + client_id: '07-tendermint-5', + counterparty: { + client_id: '07-tendermint-149', + connection_id: 'connection-193', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-6', + counterPartyChannelId: 'channel-135', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_noble-1': { + client_id: '07-tendermint-4', + counterparty: { + client_id: '07-tendermint-58', + connection_id: 'connection-56', + }, + id: 'connection-4', + state: 3, + transferChannel: { + channelId: 'channel-4', + counterPartyChannelId: 'channel-32', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2871', + connection_id: 'connection-2388', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-2', + counterPartyChannelId: 'channel-1575', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'haqq__11235-1_stride-1': { + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-143', + connection_id: 'connection-143', + }, + id: 'connection-8', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-240', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_kaiyo-1': { + client_id: '07-tendermint-144', + counterparty: { + client_id: '07-tendermint-77', + connection_id: 'connection-53', + }, + id: 'connection-116', + state: 3, + transferChannel: { + channelId: 'channel-98', + counterPartyChannelId: 'channel-54', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_kava__2222-10': { + client_id: '07-tendermint-205', + counterparty: { + client_id: '07-tendermint-130', + connection_id: 'connection-166', + }, + id: 'connection-189', + state: 3, + transferChannel: { + channelId: 'channel-143', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_migaloo-1': { + client_id: '07-tendermint-154', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-8', + }, + id: 'connection-123', + state: 3, + transferChannel: { + channelId: 'channel-102', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_neutron-1': { + client_id: '07-tendermint-233', + counterparty: { + client_id: '07-tendermint-78', + connection_id: 'connection-58', + }, + id: 'connection-220', + state: 3, + transferChannel: { + channelId: 'channel-177', + counterPartyChannelId: 'channel-60', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_noble-1': { + client_id: '07-tendermint-212', + counterparty: { + client_id: '07-tendermint-57', + connection_id: 'connection-55', + }, + id: 'connection-195', + state: 3, + transferChannel: { + channelId: 'channel-148', + counterPartyChannelId: 'channel-31', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_osmosis-1': { + client_id: '07-tendermint-19', + counterparty: { + client_id: '07-tendermint-1703', + connection_id: 'connection-1298', + }, + id: 'connection-14', + state: 3, + transferChannel: { + channelId: 'channel-8', + counterPartyChannelId: 'channel-122', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_pryzm-1': { + client_id: '07-tendermint-267', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-268', + state: 3, + transferChannel: { + channelId: 'channel-284', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_secret-4': { + client_id: '07-tendermint-126', + counterparty: { + client_id: '07-tendermint-49', + connection_id: 'connection-30', + }, + id: 'connection-101', + state: 3, + transferChannel: { + channelId: 'channel-88', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_stride-1': { + client_id: '07-tendermint-131', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-3', + }, + id: 'connection-103', + state: 3, + transferChannel: { + channelId: 'channel-89', + counterPartyChannelId: 'channel-6', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_umee-1': { + client_id: '07-tendermint-229', + counterparty: { + client_id: '07-tendermint-243', + connection_id: 'connection-206', + }, + id: 'connection-217', + state: 3, + transferChannel: { + channelId: 'channel-159', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'injective-1_vota-ash': { + client_id: '07-tendermint-245', + counterparty: { + client_id: '07-tendermint-15', + connection_id: 'connection-9', + }, + id: 'connection-239', + state: 3, + transferChannel: { + channelId: 'channel-182', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_kaiyo-1': { + client_id: '07-tendermint-198', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-1', + }, + id: 'connection-140', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_migaloo-1': { + client_id: '07-tendermint-310', + counterparty: { + client_id: '07-tendermint-1', + connection_id: 'connection-1', + }, + id: 'connection-282', + state: 3, + transferChannel: { + channelId: 'channel-210', + counterPartyChannelId: 'channel-1', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_neutron-1': { + client_id: '07-tendermint-557', + counterparty: { + client_id: '07-tendermint-97', + connection_id: 'connection-71', + }, + id: 'connection-524', + state: 3, + transferChannel: { + channelId: 'channel-548', + counterPartyChannelId: 'channel-4328', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_noble-1': { + client_id: '07-tendermint-334', + counterparty: { + client_id: '07-tendermint-3', + connection_id: 'connection-8', + }, + id: 'connection-322', + state: 3, + transferChannel: { + channelId: 'channel-224', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_osmosis-1': { + client_id: '07-tendermint-0', + counterparty: { + client_id: '07-tendermint-1457', + connection_id: 'connection-1142', + }, + id: 'connection-0', + state: 3, + transferChannel: { + channelId: 'channel-0', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_secret-4': { + client_id: '07-tendermint-108', + counterparty: { + client_id: '07-tendermint-23', + connection_id: 'connection-9', + }, + id: 'connection-68', + state: 3, + transferChannel: { + channelId: 'channel-48', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_stargaze-1': { + client_id: '07-tendermint-44', + counterparty: { + client_id: '07-tendermint-13', + connection_id: 'connection-11', + }, + id: 'connection-30', + state: 3, + transferChannel: { + channelId: 'channel-20', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'juno-1_stride-1': { + client_id: '07-tendermint-263', + counterparty: { + client_id: '07-tendermint-31', + connection_id: 'connection-19', + }, + id: 'connection-205', + state: 3, + transferChannel: { + channelId: 'channel-139', + counterPartyChannelId: 'channel-24', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_kava__2222-10': { + client_id: '07-tendermint-140', + counterparty: { + client_id: '07-tendermint-119', + connection_id: 'connection-156', + }, + id: 'connection-106', + state: 3, + transferChannel: { + channelId: 'channel-95', + counterPartyChannelId: 'channel-116', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_migaloo-1': { + client_id: '07-tendermint-82', + counterparty: { + client_id: '07-tendermint-16', + connection_id: 'connection-19', + }, + id: 'connection-59', + state: 3, + transferChannel: { + channelId: 'channel-58', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_neutron-1': { + client_id: '07-tendermint-112', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-2', + }, + id: 'connection-82', + state: 3, + transferChannel: { + channelId: 'channel-75', + counterPartyChannelId: 'channel-3', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_noble-1': { + client_id: '07-tendermint-95', + counterparty: { + client_id: '07-tendermint-2', + connection_id: 'connection-4', + }, + id: 'connection-65', + state: 3, + transferChannel: { + channelId: 'channel-62', + counterPartyChannelId: 'channel-2', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_osmosis-1': { + client_id: '07-tendermint-3', + counterparty: { + client_id: '07-tendermint-2017', + connection_id: 'connection-1559', + }, + id: 'connection-2', + state: 3, + transferChannel: { + channelId: 'channel-3', + counterPartyChannelId: 'channel-259', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_planq__7070-2': { + client_id: '07-tendermint-70', + counterparty: { + client_id: '07-tendermint-144', + connection_id: 'connection-151', + }, + id: 'connection-46', + state: 3, + transferChannel: { + channelId: 'channel-51', + counterPartyChannelId: 'channel-23', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_secret-4': { + client_id: '07-tendermint-12', + counterparty: { + client_id: '07-tendermint-48', + connection_id: 'connection-29', + }, + id: 'connection-7', + state: 3, + transferChannel: { + channelId: 'channel-10', + counterPartyChannelId: 'channel-22', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_stargaze-1': { + client_id: '07-tendermint-9', + counterparty: { + client_id: '07-tendermint-178', + connection_id: 'connection-111', + }, + id: 'connection-5', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-49', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kaiyo-1_stride-1': { + client_id: '07-tendermint-37', + counterparty: { + client_id: '07-tendermint-5', + connection_id: 'connection-5', + }, + id: 'connection-31', + state: 3, + transferChannel: { + channelId: 'channel-32', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_migaloo-1': { + client_id: '07-tendermint-125', + counterparty: { + client_id: '07-tendermint-90', + connection_id: 'connection-73', + }, + id: 'connection-162', + state: 3, + transferChannel: { + channelId: 'channel-120', + counterPartyChannelId: 'channel-48', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_neutron-1': { + client_id: '07-tendermint-151', + counterparty: { + client_id: '07-tendermint-54', + connection_id: 'connection-37', + }, + id: 'connection-194', + state: 3, + transferChannel: { + channelId: 'channel-136', + counterPartyChannelId: 'channel-36', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_noble-1': { + client_id: '07-tendermint-172', + counterparty: { + client_id: '07-tendermint-107', + connection_id: 'connection-102', + }, + id: 'connection-214', + state: 3, + transferChannel: { + channelId: 'channel-151', + counterPartyChannelId: 'channel-88', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_osmosis-1': { + client_id: '07-tendermint-2', + counterparty: { + client_id: '07-tendermint-1735', + connection_id: 'connection-1328', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-143', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'kava__2222-10_pacific-1': { + client_id: '07-tendermint-146', + counterparty: { + client_id: '07-tendermint-38', + connection_id: 'connection-33', + }, + id: 'connection-181', + state: 3, + transferChannel: { + channelId: 'channel-132', + counterPartyChannelId: 'channel-18', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1_noble-1': { + client_id: '07-tendermint-11', + counterparty: { + client_id: '07-tendermint-120', + connection_id: 'connection-115', + }, + id: 'connection-15', + state: 3, + transferChannel: { + channelId: 'channel-9', + counterPartyChannelId: 'channel-105', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1_osmosis-1': { + client_id: '07-tendermint-1', + counterparty: { + client_id: '07-tendermint-3210', + connection_id: 'connection-2668', + }, + id: 'connection-1', + state: 3, + transferChannel: { + channelId: 'channel-1', + counterPartyChannelId: 'channel-76971', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'lava-mainnet-1_stargaze-1': { + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-366', + connection_id: 'connection-307', + }, + id: 'connection-13', + state: 3, + transferChannel: { + channelId: 'channel-7', + counterPartyChannelId: 'channel-391', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'migaloo-1_noble-1': { + client_id: '07-tendermint-113', + counterparty: { + client_id: '07-tendermint-19', + connection_id: 'connection-28', + }, + id: 'connection-89', + state: 3, + transferChannel: { + channelId: 'channel-60', + counterPartyChannelId: 'channel-14', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, }, - }, - connectionInfos: { - 'agoric-3_cosmoshub-4': { - client_id: '07-tendermint-6', + 'migaloo-1_osmosis-1': { + client_id: '07-tendermint-3', counterparty: { - client_id: '07-tendermint-927', - connection_id: 'connection-649', + client_id: '07-tendermint-2669', + connection_id: 'connection-2171', }, - id: 'connection-8', + id: 'connection-11', state: 3, transferChannel: { channelId: 'channel-5', - counterPartyChannelId: 'channel-405', + counterPartyChannelId: 'channel-642', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -212,17 +3492,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_noble-1': { - client_id: '07-tendermint-77', + 'migaloo-1_pacific-1': { + client_id: '07-tendermint-108', counterparty: { - client_id: '07-tendermint-32', - connection_id: 'connection-40', + client_id: '07-tendermint-22', + connection_id: 'connection-13', }, - id: 'connection-72', + id: 'connection-84', state: 3, transferChannel: { - channelId: 'channel-62', - counterPartyChannelId: 'channel-21', + channelId: 'channel-57', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -230,17 +3510,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_omniflixhub-1': { - client_id: '07-tendermint-73', + 'migaloo-1_secret-4': { + client_id: '07-tendermint-6', counterparty: { - client_id: '07-tendermint-47', - connection_id: 'connection-40', + client_id: '07-tendermint-116', + connection_id: 'connection-87', }, - id: 'connection-67', + id: 'connection-9', state: 3, transferChannel: { - channelId: 'channel-58', - counterPartyChannelId: 'channel-30', + channelId: 'channel-4', + counterPartyChannelId: 'channel-57', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -248,17 +3528,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_osmosis-1': { - client_id: '07-tendermint-1', + 'migaloo-1_stargaze-1': { + client_id: '07-tendermint-118', counterparty: { - client_id: '07-tendermint-2109', - connection_id: 'connection-1649', + client_id: '07-tendermint-352', + connection_id: 'connection-287', }, - id: 'connection-1', + id: 'connection-90', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-320', + channelId: 'channel-69', + counterPartyChannelId: 'channel-269', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -266,17 +3546,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_secret-4': { - client_id: '07-tendermint-17', + 'migaloo-1_umee-1': { + client_id: '07-tendermint-104', counterparty: { - client_id: '07-tendermint-111', - connection_id: 'connection-80', + client_id: '07-tendermint-234', + connection_id: 'connection-195', }, - id: 'connection-17', + id: 'connection-83', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-51', + channelId: 'channel-56', + counterPartyChannelId: 'channel-104', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -284,17 +3564,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_stride-1': { - client_id: '07-tendermint-74', + 'neutron-1_noble-1': { + client_id: '07-tendermint-40', counterparty: { - client_id: '07-tendermint-129', - connection_id: 'connection-118', + client_id: '07-tendermint-25', + connection_id: 'connection-34', }, - id: 'connection-68', + id: 'connection-31', state: 3, transferChannel: { - channelId: 'channel-59', - counterPartyChannelId: 'channel-148', + channelId: 'channel-30', + counterPartyChannelId: 'channel-18', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -302,17 +3582,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'agoric-3_umee-1': { - client_id: '07-tendermint-18', + 'neutron-1_osmosis-1': { + client_id: '07-tendermint-19', counterparty: { - client_id: '07-tendermint-152', - connection_id: 'connection-101', + client_id: '07-tendermint-2823', + connection_id: 'connection-2338', }, id: 'connection-18', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-42', + channelId: 'channel-10', + counterPartyChannelId: 'channel-874', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -320,17 +3600,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_neutron-1': { - client_id: '07-tendermint-29', + 'neutron-1_pacific-1': { + client_id: '07-tendermint-89', counterparty: { - client_id: '07-tendermint-48', - connection_id: 'connection-36', + client_id: '07-tendermint-123', + connection_id: 'connection-157', }, - id: 'connection-7', + id: 'connection-65', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-35', + channelId: 'channel-2016', + counterPartyChannelId: 'channel-66', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -338,17 +3618,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_osmosis-1': { - client_id: '07-tendermint-10', + 'neutron-1_pirin-1': { + client_id: '07-tendermint-71', counterparty: { - client_id: '07-tendermint-3012', - connection_id: 'connection-2503', + client_id: '07-tendermint-13', + connection_id: 'connection-11', }, - id: 'connection-2', + id: 'connection-50', state: 3, transferChannel: { - channelId: 'channel-2', - counterPartyChannelId: 'channel-6994', + channelId: 'channel-44', + counterPartyChannelId: 'channel-3839', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -356,17 +3636,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_secret-4': { - client_id: '07-tendermint-52', + 'neutron-1_pryzm-1': { + client_id: '07-tendermint-98', counterparty: { - client_id: '07-tendermint-174', - connection_id: 'connection-131', + client_id: '07-tendermint-6', + connection_id: 'connection-6', }, - id: 'connection-15', + id: 'connection-72', state: 3, transferChannel: { - channelId: 'channel-14', - counterPartyChannelId: 'channel-91', + channelId: 'channel-4329', + counterPartyChannelId: 'channel-6', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -374,17 +3654,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_stargaze-1': { - client_id: '07-tendermint-86', + 'neutron-1_secret-4': { + client_id: '07-tendermint-85', counterparty: { - client_id: '07-tendermint-359', - connection_id: 'connection-296', + client_id: '07-tendermint-199', + connection_id: 'connection-192', }, - id: 'connection-56', + id: 'connection-63', state: 3, transferChannel: { - channelId: 'channel-33', - counterPartyChannelId: 'channel-291', + channelId: 'channel-1551', + counterPartyChannelId: 'channel-144', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -392,17 +3672,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'celestia_stride-1': { - client_id: '07-tendermint-0', + 'neutron-1_stargaze-1': { + client_id: '07-tendermint-31', counterparty: { - client_id: '07-tendermint-137', - connection_id: 'connection-125', + client_id: '07-tendermint-283', + connection_id: 'connection-211', }, - id: 'connection-4', + id: 'connection-23', state: 3, transferChannel: { - channelId: 'channel-4', - counterPartyChannelId: 'channel-162', + channelId: 'channel-18', + counterPartyChannelId: 'channel-191', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -410,17 +3690,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_juno-1': { - client_id: '07-tendermint-439', + 'neutron-1_stride-1': { + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-2', + client_id: '07-tendermint-125', + connection_id: 'connection-113', }, - id: 'connection-372', + id: 'connection-15', state: 3, transferChannel: { - channelId: 'channel-207', - counterPartyChannelId: 'channel-1', + channelId: 'channel-8', + counterPartyChannelId: 'channel-123', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -428,17 +3708,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_neutron-1': { - client_id: '07-tendermint-1119', + 'noble-1_omniflixhub-1': { + client_id: '07-tendermint-68', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-51', + connection_id: 'connection-49', }, - id: 'connection-809', + id: 'connection-65', state: 3, transferChannel: { - channelId: 'channel-569', - counterPartyChannelId: 'channel-1', + channelId: 'channel-44', + counterPartyChannelId: 'channel-38', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -446,17 +3726,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_noble-1': { - client_id: '07-tendermint-1116', + 'noble-1_osmosis-1': { + client_id: '07-tendermint-0', counterparty: { - client_id: '07-tendermint-4', - connection_id: 'connection-12', + client_id: '07-tendermint-2704', + connection_id: 'connection-2241', }, - id: 'connection-790', + id: 'connection-2', state: 3, transferChannel: { - channelId: 'channel-536', - counterPartyChannelId: 'channel-4', + channelId: 'channel-1', + counterPartyChannelId: 'channel-750', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -464,17 +3744,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_omniflixhub-1': { - client_id: '07-tendermint-656', + 'noble-1_pacific-1': { + client_id: '07-tendermint-64', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-19', + client_id: '07-tendermint-45', + connection_id: 'connection-77', }, - id: 'connection-501', + id: 'connection-61', state: 3, transferChannel: { - channelId: 'channel-306', - counterPartyChannelId: 'channel-12', + channelId: 'channel-39', + counterPartyChannelId: 'channel-45', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -482,17 +3762,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_osmosis-1': { - client_id: '07-tendermint-259', + 'noble-1_pio-mainnet-1': { + client_id: '07-tendermint-30', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', + client_id: '07-tendermint-36', + connection_id: 'connection-13', }, - id: 'connection-257', + id: 'connection-37', state: 3, transferChannel: { - channelId: 'channel-141', - counterPartyChannelId: 'channel-0', + channelId: 'channel-20', + counterPartyChannelId: 'channel-10', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -500,17 +3780,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_secret-4': { - client_id: '07-tendermint-492', + 'noble-1_planq__7070-2': { + client_id: '07-tendermint-103', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-0', + client_id: '07-tendermint-567', + connection_id: 'connection-490', }, - id: 'connection-401', + id: 'connection-95', state: 3, transferChannel: { - channelId: 'channel-235', - counterPartyChannelId: 'channel-0', + channelId: 'channel-82', + counterPartyChannelId: 'channel-63', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -518,17 +3798,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_stargaze-1': { - client_id: '07-tendermint-1188', + 'noble-1_pryzm-1': { + client_id: '07-tendermint-100', counterparty: { - client_id: '07-tendermint-320', - connection_id: 'connection-256', + client_id: '07-tendermint-5', + connection_id: 'connection-5', }, - id: 'connection-918', + id: 'connection-92', state: 3, transferChannel: { - channelId: 'channel-730', - counterPartyChannelId: 'channel-239', + channelId: 'channel-79', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -536,17 +3816,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'cosmoshub-4_stride-1': { - client_id: '07-tendermint-913', + 'noble-1_secret-4': { + client_id: '07-tendermint-24', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-170', + connection_id: 'connection-127', }, - id: 'connection-635', + id: 'connection-33', state: 3, transferChannel: { - channelId: 'channel-391', - counterPartyChannelId: 'channel-0', + channelId: 'channel-17', + counterPartyChannelId: 'channel-88', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -554,17 +3834,35 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_neutron-1': { - client_id: '07-tendermint-11', + 'noble-1_shido__9008-1': { + client_id: '07-tendermint-106', counterparty: { - client_id: '07-tendermint-72', - connection_id: 'connection-51', + client_id: '07-tendermint-9', + connection_id: 'connection-11', }, - id: 'connection-17', + id: 'connection-99', + state: 3, + transferChannel: { + channelId: 'channel-87', + counterPartyChannelId: 'channel-5', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1_stargaze-1': { + client_id: '07-tendermint-16', + counterparty: { + client_id: '07-tendermint-287', + connection_id: 'connection-214', + }, + id: 'connection-25', state: 3, transferChannel: { channelId: 'channel-11', - counterPartyChannelId: 'channel-48', + counterPartyChannelId: 'channel-204', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -572,17 +3870,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_noble-1': { - client_id: '07-tendermint-0', + 'noble-1_titan__18888-1': { + client_id: '07-tendermint-114', counterparty: { - client_id: '07-tendermint-59', - connection_id: 'connection-57', + client_id: '07-tendermint-1', + connection_id: 'connection-0', }, - id: 'connection-0', + id: 'connection-109', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-33', + channelId: 'channel-99', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -590,17 +3888,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_osmosis-1': { - client_id: '07-tendermint-3', + 'noble-1_umee-1': { + client_id: '07-tendermint-73', counterparty: { - client_id: '07-tendermint-3009', - connection_id: 'connection-2500', + client_id: '07-tendermint-248', + connection_id: 'connection-210', }, - id: 'connection-7', + id: 'connection-74', state: 3, transferChannel: { - channelId: 'channel-3', - counterPartyChannelId: 'channel-6787', + channelId: 'channel-51', + counterPartyChannelId: 'channel-120', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -608,17 +3906,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_stride-1': { - client_id: '07-tendermint-1', + 'noble-1_vota-ash': { + client_id: '07-tendermint-111', counterparty: { - client_id: '07-tendermint-133', - connection_id: 'connection-123', + client_id: '07-tendermint-23', + connection_id: 'connection-29', }, - id: 'connection-1', + id: 'connection-106', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-160', + channelId: 'channel-94', + counterPartyChannelId: 'channel-14', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -626,17 +3924,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'dydx-mainnet-1_umee-1': { + 'omniflixhub-1_osmosis-1': { client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-244', - connection_id: 'connection-208', + client_id: '07-tendermint-1829', + connection_id: 'connection-1431', }, - id: 'connection-13', + id: 'connection-8', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-118', + channelId: 'channel-1', + counterPartyChannelId: 'channel-199', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -644,17 +3942,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_neutron-1': { - client_id: '07-tendermint-557', + 'omniflixhub-1_stargaze-1': { + client_id: '07-tendermint-74', counterparty: { - client_id: '07-tendermint-97', - connection_id: 'connection-71', + client_id: '07-tendermint-370', + connection_id: 'connection-328', }, - id: 'connection-524', + id: 'connection-54', state: 3, transferChannel: { - channelId: 'channel-548', - counterPartyChannelId: 'channel-4328', + channelId: 'channel-49', + counterPartyChannelId: 'channel-398', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -662,17 +3960,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_noble-1': { - client_id: '07-tendermint-334', + 'osmosis-1_pacific-1': { + client_id: '07-tendermint-2790', counterparty: { - client_id: '07-tendermint-3', - connection_id: 'connection-8', + client_id: '07-tendermint-2', + connection_id: 'connection-0', }, - id: 'connection-322', + id: 'connection-2288', state: 3, transferChannel: { - channelId: 'channel-224', - counterPartyChannelId: 'channel-3', + channelId: 'channel-782', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -680,17 +3978,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_osmosis-1': { - client_id: '07-tendermint-0', + 'osmosis-1_pio-mainnet-1': { + client_id: '07-tendermint-1899', counterparty: { - client_id: '07-tendermint-1457', - connection_id: 'connection-1142', + client_id: '07-tendermint-31', + connection_id: 'connection-9', }, - id: 'connection-0', + id: 'connection-1472', state: 3, transferChannel: { - channelId: 'channel-0', - counterPartyChannelId: 'channel-42', + channelId: 'channel-222', + counterPartyChannelId: 'channel-7', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -698,17 +3996,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_secret-4': { - client_id: '07-tendermint-108', + 'osmosis-1_pirin-1': { + client_id: '07-tendermint-2791', counterparty: { - client_id: '07-tendermint-23', - connection_id: 'connection-9', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-68', + id: 'connection-2289', state: 3, transferChannel: { - channelId: 'channel-48', - counterPartyChannelId: 'channel-8', + channelId: 'channel-783', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -716,17 +4014,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_stargaze-1': { - client_id: '07-tendermint-44', + 'osmosis-1_planq__7070-2': { + client_id: '07-tendermint-2318', counterparty: { - client_id: '07-tendermint-13', - connection_id: 'connection-11', + client_id: '07-tendermint-3', + connection_id: 'connection-2', }, - id: 'connection-30', + id: 'connection-1815', state: 3, transferChannel: { - channelId: 'channel-20', - counterPartyChannelId: 'channel-5', + channelId: 'channel-492', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -734,17 +4032,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'juno-1_stride-1': { - client_id: '07-tendermint-263', + 'osmosis-1_pryzm-1': { + client_id: '07-tendermint-3206', counterparty: { - client_id: '07-tendermint-31', - connection_id: 'connection-19', + client_id: '07-tendermint-2', + connection_id: 'connection-2', }, - id: 'connection-205', + id: 'connection-2663', state: 3, transferChannel: { - channelId: 'channel-139', - counterPartyChannelId: 'channel-24', + channelId: 'channel-75755', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -752,17 +4050,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_noble-1': { - client_id: '07-tendermint-40', + 'osmosis-1_quicksilver-2': { + client_id: '07-tendermint-2400', counterparty: { - client_id: '07-tendermint-25', - connection_id: 'connection-34', + client_id: '07-tendermint-6', + connection_id: 'connection-2', }, - id: 'connection-31', + id: 'connection-1889', state: 3, transferChannel: { - channelId: 'channel-30', - counterPartyChannelId: 'channel-18', + channelId: 'channel-522', + counterPartyChannelId: 'channel-2', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -770,17 +4068,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_osmosis-1': { - client_id: '07-tendermint-19', + 'osmosis-1_secret-4': { + client_id: '07-tendermint-1588', counterparty: { - client_id: '07-tendermint-2823', - connection_id: 'connection-2338', + client_id: '07-tendermint-2', + connection_id: 'connection-1', }, - id: 'connection-18', + id: 'connection-1244', state: 3, transferChannel: { - channelId: 'channel-10', - counterPartyChannelId: 'channel-874', + channelId: 'channel-88', + counterPartyChannelId: 'channel-1', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -788,17 +4086,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_secret-4': { - client_id: '07-tendermint-85', + 'osmosis-1_shido__9008-1': { + client_id: '07-tendermint-3198', counterparty: { - client_id: '07-tendermint-199', - connection_id: 'connection-192', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-63', + id: 'connection-2654', state: 3, transferChannel: { - channelId: 'channel-1551', - counterPartyChannelId: 'channel-144', + channelId: 'channel-73755', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -806,17 +4104,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_stargaze-1': { - client_id: '07-tendermint-31', + 'osmosis-1_sifchain-1': { + client_id: '07-tendermint-1484', counterparty: { - client_id: '07-tendermint-283', - connection_id: 'connection-211', + client_id: '07-tendermint-41', + connection_id: 'connection-20', }, - id: 'connection-23', + id: 'connection-1159', state: 3, transferChannel: { - channelId: 'channel-18', - counterPartyChannelId: 'channel-191', + channelId: 'channel-47', + counterPartyChannelId: 'channel-17', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -824,17 +4122,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'neutron-1_stride-1': { - client_id: '07-tendermint-18', + 'osmosis-1_stargaze-1': { + client_id: '07-tendermint-1562', counterparty: { - client_id: '07-tendermint-125', - connection_id: 'connection-113', + client_id: '07-tendermint-0', + connection_id: 'connection-0', }, - id: 'connection-15', + id: 'connection-1223', state: 3, transferChannel: { - channelId: 'channel-8', - counterPartyChannelId: 'channel-123', + channelId: 'channel-75', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -842,17 +4140,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_omniflixhub-1': { - client_id: '07-tendermint-68', + 'osmosis-1_stride-1': { + client_id: '07-tendermint-2119', counterparty: { - client_id: '07-tendermint-51', - connection_id: 'connection-49', + client_id: '07-tendermint-1', + connection_id: 'connection-2', }, - id: 'connection-65', + id: 'connection-1657', state: 3, transferChannel: { - channelId: 'channel-44', - counterPartyChannelId: 'channel-38', + channelId: 'channel-326', + counterPartyChannelId: 'channel-5', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -860,17 +4158,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_osmosis-1': { - client_id: '07-tendermint-0', + 'osmosis-1_umee-1': { + client_id: '07-tendermint-1805', counterparty: { - client_id: '07-tendermint-2704', - connection_id: 'connection-2241', + client_id: '07-tendermint-6', + connection_id: 'connection-0', }, - id: 'connection-2', + id: 'connection-1410', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-750', + channelId: 'channel-184', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -878,17 +4176,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_secret-4': { - client_id: '07-tendermint-24', + 'osmosis-1_vota-ash': { + client_id: '07-tendermint-2959', counterparty: { - client_id: '07-tendermint-170', - connection_id: 'connection-127', + client_id: '07-tendermint-0', + connection_id: 'connection-1', }, - id: 'connection-33', + id: 'connection-2454', state: 3, transferChannel: { - channelId: 'channel-17', - counterPartyChannelId: 'channel-88', + channelId: 'channel-2694', + counterPartyChannelId: 'channel-0', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -896,17 +4194,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_stargaze-1': { - client_id: '07-tendermint-16', + 'pacific-1_planq__7070-2': { + client_id: '07-tendermint-21', counterparty: { - client_id: '07-tendermint-287', - connection_id: 'connection-214', + client_id: '07-tendermint-545', + connection_id: 'connection-477', }, - id: 'connection-25', + id: 'connection-12', state: 3, transferChannel: { - channelId: 'channel-11', - counterPartyChannelId: 'channel-204', + channelId: 'channel-13', + counterPartyChannelId: 'channel-59', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -914,17 +4212,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'noble-1_umee-1': { - client_id: '07-tendermint-73', + 'pacific-1_stride-1': { + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-248', - connection_id: 'connection-210', + client_id: '07-tendermint-130', + connection_id: 'connection-119', }, - id: 'connection-74', + id: 'connection-11', state: 3, transferChannel: { - channelId: 'channel-51', - counterPartyChannelId: 'channel-120', + channelId: 'channel-11', + counterPartyChannelId: 'channel-149', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -932,17 +4230,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'omniflixhub-1_osmosis-1': { - client_id: '07-tendermint-8', + 'pacific-1_vota-ash': { + client_id: '07-tendermint-109', counterparty: { - client_id: '07-tendermint-1829', - connection_id: 'connection-1431', + client_id: '07-tendermint-21', + connection_id: 'connection-27', }, - id: 'connection-8', + id: 'connection-153', state: 3, transferChannel: { - channelId: 'channel-1', - counterPartyChannelId: 'channel-199', + channelId: 'channel-64', + counterPartyChannelId: 'channel-12', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -950,17 +4248,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_secret-4': { - client_id: '07-tendermint-1588', + 'pirin-1_secret-4': { + client_id: '07-tendermint-18', counterparty: { - client_id: '07-tendermint-2', - connection_id: 'connection-1', + client_id: '07-tendermint-201', + connection_id: 'connection-193', }, - id: 'connection-1244', + id: 'connection-14', state: 3, transferChannel: { - channelId: 'channel-88', - counterPartyChannelId: 'channel-1', + channelId: 'channel-13995', + counterPartyChannelId: 'channel-146', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -968,17 +4266,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_stargaze-1': { - client_id: '07-tendermint-1562', + 'pirin-1_vota-ash': { + client_id: '07-tendermint-14', counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', + client_id: '07-tendermint-13', + connection_id: 'connection-5', }, - id: 'connection-1223', + id: 'connection-12', state: 3, transferChannel: { - channelId: 'channel-75', - counterPartyChannelId: 'channel-0', + channelId: 'channel-4092', + counterPartyChannelId: 'channel-3', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -986,17 +4284,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_stride-1': { - client_id: '07-tendermint-2119', + 'pryzm-1_stride-1': { + client_id: '07-tendermint-8', counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-2', + client_id: '07-tendermint-145', + connection_id: 'connection-145', }, - id: 'connection-1657', + id: 'connection-8', state: 3, transferChannel: { - channelId: 'channel-326', - counterPartyChannelId: 'channel-5', + channelId: 'channel-23', + counterPartyChannelId: 'channel-257', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1004,17 +4302,17 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, - 'osmosis-1_umee-1': { - client_id: '07-tendermint-1805', + 'secret-4_sifchain-1': { + client_id: '07-tendermint-37', counterparty: { - client_id: '07-tendermint-6', - connection_id: 'connection-0', + client_id: '07-tendermint-171', + connection_id: 'connection-98', }, - id: 'connection-1410', + id: 'connection-19', state: 3, transferChannel: { - channelId: 'channel-184', - counterPartyChannelId: 'channel-0', + channelId: 'channel-15', + counterPartyChannelId: 'channel-65', counterPartyPortId: 'transfer', ordering: 0, portId: 'transfer', @@ -1094,6 +4392,24 @@ Generated by [AVA](https://avajs.dev). version: 'ics20-1', }, }, + 'stargaze-1_vota-ash': { + client_id: '07-tendermint-368', + counterparty: { + client_id: '07-tendermint-24', + connection_id: 'connection-30', + }, + id: 'connection-318', + state: 3, + transferChannel: { + channelId: 'channel-394', + counterPartyChannelId: 'channel-15', + counterPartyPortId: 'transfer', + ordering: 0, + portId: 'transfer', + state: 3, + version: 'ics20-1', + }, + }, 'stride-1_umee-1': { client_id: '07-tendermint-32', counterparty: { diff --git a/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.snap b/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.snap index 3cf1a7c6eca..462ae933832 100644 Binary files a/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.snap and b/packages/orchestration/test/examples/snapshots/send-anywhere.test.ts.snap differ diff --git a/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.md b/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.md index 378cdaddaf7..000fd7b9de2 100644 --- a/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.md +++ b/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.md @@ -41,6 +41,7 @@ Generated by [AVA](https://avajs.dev). agoric: { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -51,6 +52,7 @@ Generated by [AVA](https://avajs.dev). cosmoshub: { bech32Prefix: 'cosmos', chainId: 'cosmoshub-4', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { diff --git a/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.snap b/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.snap index 89494e9934d..44ea3874feb 100644 Binary files a/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.snap and b/packages/orchestration/test/examples/snapshots/staking-combinations.test.ts.snap differ diff --git a/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.md b/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.md index fb15c9d00d8..43ab189d3ff 100644 --- a/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.md +++ b/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.md @@ -40,6 +40,7 @@ Generated by [AVA](https://avajs.dev). agoric: { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -50,6 +51,7 @@ Generated by [AVA](https://avajs.dev). osmosis: { bech32Prefix: 'osmo', chainId: 'osmosis-1', + icaEnabled: true, icqEnabled: true, stakingTokens: [ { @@ -60,6 +62,7 @@ Generated by [AVA](https://avajs.dev). stride: { bech32Prefix: 'stride', chainId: 'stride-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { diff --git a/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.snap b/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.snap index 34fcdb2beca..ba6f6579655 100644 Binary files a/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.snap and b/packages/orchestration/test/examples/snapshots/unbond.contract.test.ts.snap differ diff --git a/packages/orchestration/test/snapshots/chain-info.test.js.md b/packages/orchestration/test/snapshots/chain-info.test.js.md index 10da37384c0..06c7cefa9f1 100644 --- a/packages/orchestration/test/snapshots/chain-info.test.js.md +++ b/packages/orchestration/test/snapshots/chain-info.test.js.md @@ -14,6 +14,7 @@ Generated by [AVA](https://avajs.dev). { bech32Prefix: 'agoric', chainId: 'agoric-3', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -22,11 +23,54 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'archway', + { + bech32Prefix: 'archway', + chainId: 'archway-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aarch', + }, + ], + }, + ], + [ + 'beezee', + { + bech32Prefix: 'bze', + chainId: 'beezee-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ubze', + }, + ], + }, + ], + [ + 'carbon', + { + bech32Prefix: 'swth', + chainId: 'carbon-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'swth', + }, + ], + }, + ], [ 'celestia', { bech32Prefix: 'celestia', chainId: 'celestia', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -35,11 +79,26 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'coreum', + { + bech32Prefix: 'core', + chainId: 'coreum-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ucore', + }, + ], + }, + ], [ 'cosmoshub', { bech32Prefix: 'cosmos', chainId: 'cosmoshub-4', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -48,11 +107,40 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'crescent', + { + bech32Prefix: 'cre', + chainId: 'crescent-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ucre', + }, + ], + }, + ], + [ + 'doravota', + { + bech32Prefix: 'dora', + chainId: 'vota-ash', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'peaka', + }, + ], + }, + ], [ 'dydx', { bech32Prefix: 'dydx', chainId: 'dydx-mainnet-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -61,11 +149,82 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'dymension', + { + bech32Prefix: 'dym', + chainId: 'dymension_1100-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'adym', + }, + ], + }, + ], + [ + 'empowerchain', + { + bech32Prefix: 'empower', + chainId: 'empowerchain-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'umpwr', + }, + ], + }, + ], + [ + 'evmos', + { + bech32Prefix: 'evmos', + chainId: 'evmos_9001-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aevmos', + }, + ], + }, + ], + [ + 'haqq', + { + bech32Prefix: 'haqq', + chainId: 'haqq_11235-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aISLM', + }, + ], + }, + ], + [ + 'injective', + { + bech32Prefix: 'inj', + chainId: 'injective-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'inj', + }, + ], + }, + ], [ 'juno', { bech32Prefix: 'juno', chainId: 'juno-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -74,11 +233,68 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'kava', + { + bech32Prefix: 'kava', + chainId: 'kava_2222-10', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ukava', + }, + ], + }, + ], + [ + 'kujira', + { + bech32Prefix: 'kujira', + chainId: 'kaiyo-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ukuji', + }, + ], + }, + ], + [ + 'lava', + { + bech32Prefix: 'lava@', + chainId: 'lava-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'ulava', + }, + ], + }, + ], + [ + 'migaloo', + { + bech32Prefix: 'migaloo', + chainId: 'migaloo-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uwhale', + }, + ], + }, + ], [ 'neutron', { bech32Prefix: 'neutron', chainId: 'neutron-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -87,19 +303,49 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'nibiru', + { + bech32Prefix: 'nibi', + chainId: 'cataclysm-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'unibi', + }, + ], + }, + ], [ 'noble', { bech32Prefix: 'noble', chainId: 'noble-1', + icaEnabled: true, icqEnabled: false, }, ], + [ + 'nolus', + { + bech32Prefix: 'nolus', + chainId: 'pirin-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'unls', + }, + ], + }, + ], [ 'omniflixhub', { bech32Prefix: 'omniflix', chainId: 'omniflixhub-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -113,6 +359,7 @@ Generated by [AVA](https://avajs.dev). { bech32Prefix: 'osmo', chainId: 'osmosis-1', + icaEnabled: true, icqEnabled: true, stakingTokens: [ { @@ -121,11 +368,82 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'persistence', + { + bech32Prefix: 'persistence', + chainId: 'core-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uxprt', + }, + ], + }, + ], + [ + 'planq', + { + bech32Prefix: 'plq', + chainId: 'planq_7070-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'aplanq', + }, + ], + }, + ], + [ + 'provenance', + { + bech32Prefix: 'pb', + chainId: 'pio-mainnet-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'nhash', + }, + ], + }, + ], + [ + 'pryzm', + { + bech32Prefix: 'pryzm', + chainId: 'pryzm-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'upryzm', + }, + ], + }, + ], + [ + 'quicksilver', + { + bech32Prefix: 'quick', + chainId: 'quicksilver-2', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uqck', + }, + ], + }, + ], [ 'secretnetwork', { bech32Prefix: 'secret', chainId: 'secret-4', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -134,11 +452,54 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'sei', + { + bech32Prefix: 'sei', + chainId: 'pacific-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'usei', + }, + ], + }, + ], + [ + 'shido', + { + bech32Prefix: 'shido', + chainId: 'shido_9008-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'shido', + }, + ], + }, + ], + [ + 'sifchain', + { + bech32Prefix: 'sif', + chainId: 'sifchain-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'rowan', + }, + ], + }, + ], [ 'stargaze', { bech32Prefix: 'stars', chainId: 'stargaze-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -152,6 +513,7 @@ Generated by [AVA](https://avajs.dev). { bech32Prefix: 'stride', chainId: 'stride-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { @@ -160,11 +522,40 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'terra', + { + bech32Prefix: 'terra', + chainId: 'columbus-5', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'uluna', + }, + ], + }, + ], + [ + 'titan', + { + bech32Prefix: 'titan', + chainId: 'titan_18888-1', + icaEnabled: false, + icqEnabled: false, + stakingTokens: [ + { + denom: 'atkx', + }, + ], + }, + ], [ 'umee', { bech32Prefix: 'umee', chainId: 'umee-1', + icaEnabled: true, icqEnabled: false, stakingTokens: [ { diff --git a/packages/orchestration/test/snapshots/chain-info.test.js.snap b/packages/orchestration/test/snapshots/chain-info.test.js.snap index 4b0e2bddb25..f319c455ccb 100644 Binary files a/packages/orchestration/test/snapshots/chain-info.test.js.snap and b/packages/orchestration/test/snapshots/chain-info.test.js.snap differ