From 6268156836d52c7d27e43a4246afa9e160750be7 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 12 Jun 2024 14:17:51 -0700 Subject: [PATCH 1/4] fix: handle no transfer channel --- packages/orchestration/scripts/fetch-chain-info.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/orchestration/scripts/fetch-chain-info.ts b/packages/orchestration/scripts/fetch-chain-info.ts index 0b4506d6ab5..044328b1fc5 100755 --- a/packages/orchestration/scripts/fetch-chain-info.ts +++ b/packages/orchestration/scripts/fetch-chain-info.ts @@ -57,6 +57,16 @@ function toConnectionEntry(ibcInfo: IBCInfo, name: string) { // @ts-expect-error tags does not specify keys c.tags?.preferred, ); + if (transferChannels.length === 0) { + console.warn( + 'no transfer channel for [', + from.chain_name, + to.chain_name, + ']', + '(skipping)', + ); + return []; + } if (transferChannels.length > 1) { console.warn( 'multiple preferred transfer channels [', From dd4f2a78cfd0584c99c57184361f12e8205147a5 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 12 Jun 2024 14:33:29 -0700 Subject: [PATCH 2/4] fix(registry): sorting connections --- packages/orchestration/scripts/fetch-chain-info.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/orchestration/scripts/fetch-chain-info.ts b/packages/orchestration/scripts/fetch-chain-info.ts index 044328b1fc5..9e0b8a68453 100755 --- a/packages/orchestration/scripts/fetch-chain-info.ts +++ b/packages/orchestration/scripts/fetch-chain-info.ts @@ -104,7 +104,7 @@ function toConnectionEntry(ibcInfo: IBCInfo, name: string) { }, } as IBCConnectionInfo; const destChainId = chainInfo[to.chain_name].chainId; - return [destChainId, record]; + return [destChainId, record] as const; } for (const name of chainNames) { @@ -127,9 +127,8 @@ for (const name of chainNames) { const connections = Object.fromEntries( ibcData .map(datum => toConnectionEntry(datum, name)) - // sort alphbetically for consistency - // eslint-disable-next-line no-nested-ternary - .sort(([a], [b]) => (a < b ? -1 : a > b ? 1 : 0)), + // sort alphabetically for consistency + .sort(([a], [b]) => a?.localeCompare(b)), ); chainInfo[name] = { ...chainInfo[name], connections }; } From 76537e598a7f748697af71874309fd6d9fbf81bb Mon Sep 17 00:00:00 2001 From: 0xPatrick Date: Wed, 12 Jun 2024 16:41:12 -0400 Subject: [PATCH 3/4] fix(chainInfo): ensure icqEnabled is present - given the ChainInfo type is inferred from KnownChains, ensure the icqEnabled key is present on all cosmos chains to facilitate TS types --- .../snapshots/orchestration.test.ts.md | 22 +++++++++--------- .../snapshots/orchestration.test.ts.snap | Bin 8617 -> 8630 bytes .../orchestration/scripts/fetch-chain-info.ts | 4 ++-- .../orchestration/src/fetched-chain-info.js | 11 +++++++++ .../test/snapshots/chain-info.test.js.md | 11 +++++++++ 5 files changed, 35 insertions(+), 13 deletions(-) diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md index eaad0c4f1b2..b2e26ac01ab 100644 --- a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md +++ b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md @@ -14,7 +14,7 @@ Generated by [AVA](https://avajs.dev). [ [ 'published.agoricNames.chain.agoric', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"agoric-3\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ubld\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"agoric-3\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ubld\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.agoriclocal', @@ -22,31 +22,31 @@ Generated by [AVA](https://avajs.dev). ], [ 'published.agoricNames.chain.celestia', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"celestia\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"utia\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"celestia\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"utia\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.cosmoshub', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"cosmoshub-4\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uatom\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"cosmoshub-4\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uatom\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.dydx', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"dydx-mainnet-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"adydx\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"dydx-mainnet-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"adydx\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.juno', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"juno-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ujuno\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"juno-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ujuno\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.neutron', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"neutron-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"untrn\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"neutron-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"untrn\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.noble', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"noble-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustake\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"noble-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustake\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.omniflixhub', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"omniflixhub-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uflix\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"omniflixhub-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uflix\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.osmosis', @@ -54,15 +54,15 @@ Generated by [AVA](https://avajs.dev). ], [ 'published.agoricNames.chain.secretnetwork', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"secret-4\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uscrt\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"secret-4\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uscrt\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.stargaze', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"stargaze-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustars\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"stargaze-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustars\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chain.stride', - '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"stride-1\\\\\\",\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustrd\\\\\\"}]}\\",\\"slots\\":[]}"]}', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"stride-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustrd\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], [ 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap index 4b6b32eb10b484ce4262c4f7468055b910289821..8a56e6c481ea49d08d25dc575e88028498367aa8 100644 GIT binary patch literal 8630 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 o_V7&B@V!Z literal 8617 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

|k|) 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 diff --git a/packages/orchestration/scripts/fetch-chain-info.ts b/packages/orchestration/scripts/fetch-chain-info.ts index 9e0b8a68453..6206601ae43 100755 --- a/packages/orchestration/scripts/fetch-chain-info.ts +++ b/packages/orchestration/scripts/fetch-chain-info.ts @@ -114,10 +114,10 @@ for (const name of chainNames) { chainInfo[name] = { chainId: chain.chain_id, stakingTokens: chain.staking?.staking_tokens, + // UNTIL https://github.com/Agoric/agoric-sdk/issues/9326 + icqEnabled: name === 'osmosis', }; } -// UNTIL https://github.com/Agoric/agoric-sdk/issues/9326 -chainInfo.osmosis = { ...chainInfo.osmosis, icqEnabled: true }; // iterate this after chainInfo is filled out for (const name of chainNames) { diff --git a/packages/orchestration/src/fetched-chain-info.js b/packages/orchestration/src/fetched-chain-info.js index db50b0c495b..83fa0ba078a 100644 --- a/packages/orchestration/src/fetched-chain-info.js +++ b/packages/orchestration/src/fetched-chain-info.js @@ -7,6 +7,7 @@ export default /** @type {const} } */ ({ denom: 'ubld', }, ], + icqEnabled: false, connections: { 'cosmoshub-4': { id: 'connection-8', @@ -143,6 +144,7 @@ export default /** @type {const} } */ ({ denom: 'utia', }, ], + icqEnabled: false, connections: { 'neutron-1': { id: 'connection-7', @@ -258,6 +260,7 @@ export default /** @type {const} } */ ({ denom: 'uatom', }, ], + icqEnabled: false, connections: { 'agoric-3': { id: 'connection-649', @@ -457,6 +460,7 @@ export default /** @type {const} } */ ({ denom: 'adydx', }, ], + icqEnabled: false, connections: { 'neutron-1': { id: 'connection-17', @@ -551,6 +555,7 @@ export default /** @type {const} } */ ({ denom: 'ujuno', }, ], + icqEnabled: false, connections: { 'cosmoshub-4': { id: 'connection-2', @@ -708,6 +713,7 @@ export default /** @type {const} } */ ({ denom: 'untrn', }, ], + icqEnabled: false, connections: { celestia: { id: 'connection-36', @@ -907,6 +913,7 @@ export default /** @type {const} } */ ({ denom: 'ustake', }, ], + icqEnabled: false, connections: { 'agoric-3': { id: 'connection-40', @@ -1106,6 +1113,7 @@ export default /** @type {const} } */ ({ denom: 'uflix', }, ], + icqEnabled: false, connections: { 'agoric-3': { id: 'connection-40', @@ -1442,6 +1450,7 @@ export default /** @type {const} } */ ({ denom: 'uscrt', }, ], + icqEnabled: false, connections: { 'agoric-3': { id: 'connection-80', @@ -1641,6 +1650,7 @@ export default /** @type {const} } */ ({ denom: 'ustars', }, ], + icqEnabled: false, connections: { celestia: { id: 'connection-296', @@ -1819,6 +1829,7 @@ export default /** @type {const} } */ ({ denom: 'ustrd', }, ], + icqEnabled: false, connections: { 'agoric-3': { id: 'connection-118', diff --git a/packages/orchestration/test/snapshots/chain-info.test.js.md b/packages/orchestration/test/snapshots/chain-info.test.js.md index be1e99dbe93..cad0b2faaaf 100644 --- a/packages/orchestration/test/snapshots/chain-info.test.js.md +++ b/packages/orchestration/test/snapshots/chain-info.test.js.md @@ -13,6 +13,7 @@ Generated by [AVA](https://avajs.dev). 'agoric', { chainId: 'agoric-3', + icqEnabled: false, stakingTokens: [ { denom: 'ubld', @@ -30,6 +31,7 @@ Generated by [AVA](https://avajs.dev). 'celestia', { chainId: 'celestia', + icqEnabled: false, stakingTokens: [ { denom: 'utia', @@ -41,6 +43,7 @@ Generated by [AVA](https://avajs.dev). 'cosmoshub', { chainId: 'cosmoshub-4', + icqEnabled: false, stakingTokens: [ { denom: 'uatom', @@ -52,6 +55,7 @@ Generated by [AVA](https://avajs.dev). 'dydx', { chainId: 'dydx-mainnet-1', + icqEnabled: false, stakingTokens: [ { denom: 'adydx', @@ -63,6 +67,7 @@ Generated by [AVA](https://avajs.dev). 'juno', { chainId: 'juno-1', + icqEnabled: false, stakingTokens: [ { denom: 'ujuno', @@ -74,6 +79,7 @@ Generated by [AVA](https://avajs.dev). 'neutron', { chainId: 'neutron-1', + icqEnabled: false, stakingTokens: [ { denom: 'untrn', @@ -85,6 +91,7 @@ Generated by [AVA](https://avajs.dev). 'noble', { chainId: 'noble-1', + icqEnabled: false, stakingTokens: [ { denom: 'ustake', @@ -96,6 +103,7 @@ Generated by [AVA](https://avajs.dev). 'omniflixhub', { chainId: 'omniflixhub-1', + icqEnabled: false, stakingTokens: [ { denom: 'uflix', @@ -119,6 +127,7 @@ Generated by [AVA](https://avajs.dev). 'secretnetwork', { chainId: 'secret-4', + icqEnabled: false, stakingTokens: [ { denom: 'uscrt', @@ -130,6 +139,7 @@ Generated by [AVA](https://avajs.dev). 'stargaze', { chainId: 'stargaze-1', + icqEnabled: false, stakingTokens: [ { denom: 'ustars', @@ -141,6 +151,7 @@ Generated by [AVA](https://avajs.dev). 'stride', { chainId: 'stride-1', + icqEnabled: false, stakingTokens: [ { denom: 'ustrd', From 954b359fe55d8ada586a0878d44b2ef9602acbf5 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 12 Jun 2024 14:18:03 -0700 Subject: [PATCH 4/4] feat(registry): add umee --- .../snapshots/orchestration.test.ts.md | 52 ++++ .../snapshots/orchestration.test.ts.snap | Bin 8630 -> 9588 bytes .../orchestration/scripts/fetch-chain-info.ts | 1 + .../orchestration/src/fetched-chain-info.js | 263 ++++++++++++++++++ .../orchestration/test/chain-info.test.js | 1 + .../test/snapshots/chain-info.test.js.md | 12 + .../test/snapshots/chain-info.test.js.snap | Bin 1262 -> 1365 bytes 7 files changed, 329 insertions(+) diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md index b2e26ac01ab..ca4ac38c826 100644 --- a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md +++ b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.md @@ -64,6 +64,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chain.stride', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"stride-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"ustrd\\\\\\"}]}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chain.umee', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"chainId\\\\\\":\\\\\\"umee-1\\\\\\",\\\\\\"icqEnabled\\\\\\":false,\\\\\\"stakingTokens\\\\\\":[{\\\\\\"denom\\\\\\":\\\\\\"uumee\\\\\\"}]}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.agoric-3_cosmoshub-4', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-927\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-649\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-405\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-927\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-649\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-405\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -88,6 +92,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.agoric-3_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-74\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-129\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-118\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-68\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-148\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-59\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-129\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-74\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-68\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-118\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-59\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-148\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.agoric-3_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-18\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-152\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-101\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-42\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-152\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-18\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-101\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-42\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.agoriclocal_cosmoshub-4', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-3\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":1,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -164,6 +172,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-133\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-123\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-160\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-133\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-123\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-160\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-244\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-208\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-13\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-118\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-8\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-244\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-13\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-208\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-8\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-118\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.juno-1_neutron-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-557\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-97\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-71\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-524\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-4328\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-548\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-97\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-557\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-524\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-71\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-548\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-4328\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -224,6 +236,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.noble-1_stargaze-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-16\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-287\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-214\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-204\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-287\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-16\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-214\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-204\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.noble-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-73\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-248\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-210\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-74\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-120\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-51\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-248\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-73\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-74\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-210\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-51\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-120\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1829\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1431\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-199\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1829\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1431\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-199\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -240,6 +256,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.osmosis-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2119\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-2\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1657\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-326\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2119\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1657\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-2\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-326\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.osmosis-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1805\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-0\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1410\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-0\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-184\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1805\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1410\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-0\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-184\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-0\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.secret-4_stargaze-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-43\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-177\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-110\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-48\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-177\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-43\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-110\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-48\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -248,10 +268,18 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.secret-4_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-75\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-37\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-40\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-40\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-37\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-37\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-75\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-40\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-37\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-40\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.secret-4_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-193\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-249\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-213\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-188\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-123\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-126\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-249\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-193\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-188\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-213\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-126\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-123\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.stargaze-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-195\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-30\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-128\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-106\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-30\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-195\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-128\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-106\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.stride-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-32\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-64\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-45\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-20\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-34\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-29\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-64\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-32\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-20\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-45\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-29\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-34\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], ] > Chain connections for Orchestration @@ -284,6 +312,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.agoric-3_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-74\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-129\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-118\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-68\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-148\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-59\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-129\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-74\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-68\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-118\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-59\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-148\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.agoric-3_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-18\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-152\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-101\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-42\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-152\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-18\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-101\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-42\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.agoriclocal_cosmoshub-4', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-3\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":1,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -360,6 +392,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.dydx-mainnet-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-133\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-123\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-160\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-133\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-123\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-160\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.dydx-mainnet-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-244\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-208\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-13\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-118\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-8\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-244\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-13\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-208\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-8\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-118\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.juno-1_neutron-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-557\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-97\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-71\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-524\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-4328\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-548\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-97\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-557\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-524\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-71\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-548\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-4328\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -420,6 +456,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.noble-1_stargaze-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-16\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-287\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-214\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-204\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-287\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-16\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-214\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-11\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-204\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.noble-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-73\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-248\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-210\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-74\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-120\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-51\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-248\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-73\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-74\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-210\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-51\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-120\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.omniflixhub-1_osmosis-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1829\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1431\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-199\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1829\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-8\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-8\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1431\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-1\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-199\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -436,6 +476,10 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.osmosis-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2119\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-2\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1657\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-326\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-2119\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1657\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-2\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-326\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-5\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.osmosis-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1805\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-0\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-1410\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-0\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-184\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-6\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-1805\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-1410\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-0\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-184\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-0\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.secret-4_stargaze-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-43\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-177\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-110\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-48\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-177\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-43\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-110\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-48\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', @@ -444,8 +488,16 @@ Generated by [AVA](https://avajs.dev). 'published.agoricNames.chainConnection.secret-4_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-75\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-37\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-40\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-40\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-37\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-37\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-75\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-40\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-25\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-37\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-40\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.secret-4_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-193\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-249\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-213\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-188\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-123\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-126\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-249\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-193\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-188\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-213\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-126\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-123\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], [ 'published.agoricNames.chainConnection.stargaze-1_stride-1', '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-195\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-30\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-128\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-106\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-30\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-195\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-128\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-18\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-106\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-19\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', ], + [ + 'published.agoricNames.chainConnection.stride-1_umee-1', + '{"blockHeight":"0","values":["{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-32\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-64\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-45\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-20\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-34\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-29\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}","{\\"body\\":\\"{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-64\\\\\\",\\\\\\"counterparty\\\\\\":{\\\\\\"client_id\\\\\\":\\\\\\"07-tendermint-32\\\\\\",\\\\\\"connection_id\\\\\\":\\\\\\"connection-20\\\\\\",\\\\\\"prefix\\\\\\":{\\\\\\"key_prefix\\\\\\":\\\\\\"FIXME\\\\\\"}},\\\\\\"id\\\\\\":\\\\\\"connection-45\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"transferChannel\\\\\\":{\\\\\\"channelId\\\\\\":\\\\\\"channel-29\\\\\\",\\\\\\"counterPartyChannelId\\\\\\":\\\\\\"channel-34\\\\\\",\\\\\\"counterPartyPortId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"ordering\\\\\\":0,\\\\\\"portId\\\\\\":\\\\\\"transfer\\\\\\",\\\\\\"state\\\\\\":3,\\\\\\"version\\\\\\":\\\\\\"ics20-1\\\\\\"}}\\",\\"slots\\":[]}"]}', + ], ] diff --git a/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap b/packages/boot/test/bootstrapTests/snapshots/orchestration.test.ts.snap index 8a56e6c481ea49d08d25dc575e88028498367aa8..80be3988f8bd2b052008d289a6a128dadb65927b 100644 GIT binary patch literal 9588 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 o_V7&B@V!Z diff --git a/packages/orchestration/scripts/fetch-chain-info.ts b/packages/orchestration/scripts/fetch-chain-info.ts index 6206601ae43..d294f6d6c29 100755 --- a/packages/orchestration/scripts/fetch-chain-info.ts +++ b/packages/orchestration/scripts/fetch-chain-info.ts @@ -33,6 +33,7 @@ const chainNames = [ 'secretnetwork', 'stargaze', 'stride', + 'umee', ]; const client = new ChainRegistryClient({ diff --git a/packages/orchestration/src/fetched-chain-info.js b/packages/orchestration/src/fetched-chain-info.js index 83fa0ba078a..67e89c5c104 100644 --- a/packages/orchestration/src/fetched-chain-info.js +++ b/packages/orchestration/src/fetched-chain-info.js @@ -135,6 +135,27 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-18', + client_id: '07-tendermint-18', + counterparty: { + client_id: '07-tendermint-152', + connection_id: 'connection-101', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-42', + portId: 'transfer', + counterPartyChannelId: 'channel-11', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, celestia: { @@ -546,6 +567,27 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-13', + client_id: '07-tendermint-8', + counterparty: { + client_id: '07-tendermint-244', + connection_id: 'connection-208', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-118', + portId: 'transfer', + counterPartyChannelId: 'channel-8', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, juno: { @@ -1104,6 +1146,27 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-74', + client_id: '07-tendermint-73', + counterparty: { + client_id: '07-tendermint-248', + connection_id: 'connection-210', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-120', + portId: 'transfer', + counterPartyChannelId: 'channel-51', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, omniflixhub: { @@ -1441,6 +1504,27 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-1410', + client_id: '07-tendermint-1805', + counterparty: { + client_id: '07-tendermint-6', + connection_id: 'connection-0', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-0', + portId: 'transfer', + counterPartyChannelId: 'channel-184', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, secretnetwork: { @@ -1641,6 +1725,27 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-188', + client_id: '07-tendermint-193', + counterparty: { + client_id: '07-tendermint-249', + connection_id: 'connection-213', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-123', + portId: 'transfer', + counterPartyChannelId: 'channel-126', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, stargaze: { @@ -2020,6 +2125,164 @@ export default /** @type {const} } */ ({ version: 'ics20-1', }, }, + 'umee-1': { + id: 'connection-20', + client_id: '07-tendermint-32', + counterparty: { + client_id: '07-tendermint-64', + connection_id: 'connection-45', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-34', + portId: 'transfer', + counterPartyChannelId: 'channel-29', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + }, + }, + umee: { + chainId: 'umee-1', + stakingTokens: [ + { + denom: 'uumee', + }, + ], + icqEnabled: false, + connections: { + 'agoric-3': { + id: 'connection-101', + client_id: '07-tendermint-152', + counterparty: { + client_id: '07-tendermint-18', + connection_id: 'connection-18', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-11', + portId: 'transfer', + counterPartyChannelId: 'channel-42', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'dydx-mainnet-1': { + id: 'connection-208', + client_id: '07-tendermint-244', + counterparty: { + client_id: '07-tendermint-8', + connection_id: 'connection-13', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-8', + portId: 'transfer', + counterPartyChannelId: 'channel-118', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'noble-1': { + id: 'connection-210', + client_id: '07-tendermint-248', + counterparty: { + client_id: '07-tendermint-73', + connection_id: 'connection-74', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-51', + portId: 'transfer', + counterPartyChannelId: 'channel-120', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'osmosis-1': { + id: 'connection-0', + client_id: '07-tendermint-6', + counterparty: { + client_id: '07-tendermint-1805', + connection_id: 'connection-1410', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-184', + portId: 'transfer', + counterPartyChannelId: 'channel-0', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'secret-4': { + id: 'connection-213', + client_id: '07-tendermint-249', + counterparty: { + client_id: '07-tendermint-193', + connection_id: 'connection-188', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-126', + portId: 'transfer', + counterPartyChannelId: 'channel-123', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, + 'stride-1': { + id: 'connection-45', + client_id: '07-tendermint-64', + counterparty: { + client_id: '07-tendermint-32', + connection_id: 'connection-20', + prefix: { + key_prefix: 'FIXME', + }, + }, + state: 3, + transferChannel: { + channelId: 'channel-29', + portId: 'transfer', + counterPartyChannelId: 'channel-34', + counterPartyPortId: 'transfer', + ordering: 0, + state: 3, + version: 'ics20-1', + }, + }, }, }, }); diff --git a/packages/orchestration/test/chain-info.test.js b/packages/orchestration/test/chain-info.test.js index c779d74d17a..615596d71f8 100644 --- a/packages/orchestration/test/chain-info.test.js +++ b/packages/orchestration/test/chain-info.test.js @@ -27,6 +27,7 @@ test('chain-info', async t => { 'secretnetwork', 'stargaze', 'stride', + 'umee', ]); t.snapshot(chainNames.entries()); }); diff --git a/packages/orchestration/test/snapshots/chain-info.test.js.md b/packages/orchestration/test/snapshots/chain-info.test.js.md index cad0b2faaaf..05d523eba3b 100644 --- a/packages/orchestration/test/snapshots/chain-info.test.js.md +++ b/packages/orchestration/test/snapshots/chain-info.test.js.md @@ -159,4 +159,16 @@ Generated by [AVA](https://avajs.dev). ], }, ], + [ + 'umee', + { + chainId: 'umee-1', + icqEnabled: false, + stakingTokens: [ + { + denom: 'uumee', + }, + ], + }, + ], ] diff --git a/packages/orchestration/test/snapshots/chain-info.test.js.snap b/packages/orchestration/test/snapshots/chain-info.test.js.snap index d8fbb0be25423d984515d01bfad18e3808f27173..4cea37213e3a17a1cd9f19212e16790f82144562 100644 GIT binary patch literal 1365 zcmV-b1*-Z%RzVwQ7EGt4-l;Rh5;)v?K(!!z0O_ z=$ihn(I1Nl00000000A}*jtPfRUF6h?{sFm)7y4-Tf`fnBCrT6vVdZuF-D1Ef{4Ha zXd>NqmMzJH-ATGn|9|pHe{;HL&ZWBs`YT>>sJ7)*$1nR8XI*iyP#k z*;OhP{KBgI%Q_tdf10Ib*8l^+df^0ys0WX*E8v~9R@SlJ^5?Us7nlQs`hO;H? zGhv|#O9i}2!qq0MF`+Ktd^x#e!HmjjG4jFWHM_KUVXap!7u76#*lf)7v$<5mRlH)M zqVVn(*eW^|r{Bd*sBfJ`xQ0g=cYz!V`)UG`K{Ety6Y)bY@s?_r|wrh zSHW#9py_)36-TiTTCkKi?3M>A<&jeZ`Lk8H8gjX&;FOMY!%WR7Rvq7U{0&}pNb%cS zaI5AQs%s0I8jt&63mLEZ)pDuf-frQH`mobb-;F9uGm;kA7A&-2l{Grw;!FG2IYnR7 z$4c9_10EZ(V6$W$k{NGVu-k&e7W^%FBE%;qU{V5ZO+YyzcqYW3Ou#b<*q?wSl6Qsp zzX^yXp(hE8lY&nO@xdgxN!Xr*eUe`g;)j!PBnd_erlka*6yi6h;Iw$pPq))4B>P7jMqV=qKw&FY;eT(VrecadA@uQ&}Fv(Y*=?P!KG zUOm4sRCd>{@P-_>rqZ-=(wbMuD35n~m5lOudS}bW8!s(2w$k>_j~3X|USMaiUiS_c z%C779y>p{wE@>|_9<2URv#RZ7B}Vsx1H>2|;%GxkNpbI6MV#73nCQCHO zh6Ms$CeaNxED~tCL`!X0DbN)X-D86z(3KK-Hq-^`ljtEE9uw$lc>`(Oq@T6b^?Iz| zEBYg%H@cepS)#vF^czM0is(NU{qLfm(B0f$C;DRd=Ybqp=0o#ZrCST zD#X6+h94x$hM1m%L{6|=h|SJHpJWq5Y-JAalI)@o+nj?(C7TjrZ|2|~$)<+b7dbdA z*^ChTCkNyOn-yYH^DtAgIU%+r56dN+7h?D2;Q`6637tRXiO?)Lt~Y%8^3-1`MRMv0 zIIc761>YNv0t=0sa)eK8T$Uq1*RQ$}V7wlz=uV`M42~C(U~n*q1Z%~rAN3)tXFt@3 XKGLs7`5&6~U<>>o!39e4&J+Lu(9@V! literal 1262 zcmV zx^I^>cOQ!g00000000A}*Ij5FRTKyC|J|A0`O56fnrNEZYK(2Qv1?l+_yJ-RENH21 zKv0WFXLl#bWOrxk%xshNL9OUZpdcy|6lzlgLLXH802PZxtPeqGU#ehzD#Vw9R!|?T zf|)y;wR@&c7IvS`g&+T&xg5^DvoKz&dF5(wz30&)7FzJQC zk%dad3azILa{?qpKPI#MGXP2eY5=AIyaeDVfO!D#0(c+5=K#I|a2CLi0G0vtvRr{> zAM$-`ma)~!FbpsiOb62#yBz}lVnA$%>nPkL z0>dIOO5g?xcZ{P3EV{Cf(X1P0%r)kox*b>@VyB9O5ipM{}KUY zf&Oee+(8>P6Lm)~%b+i6#B71(tO?I|%Dj1ovT@g5%W1Kzd1b4{@tzbcm+hJzgpS2! zm?D+37u3CAvQgsnofIloW-BvXEv2cchU;4- z>aH_hb7odw#Xl9`Zw1(_0=rbgHz$&96{xPT*D2kapdYEgXDV=!(qe)#4UjZoyGH2FcB=EX zGNQI>^))|)AFZ_dF&-Jk5wJXCk88N9u|uosxD!u!Roe}C7+WK(eg1Uv@Bhu9JYzxn zzpoXhwZ>HOZk{*aU0yz#WyQMXxUL-*ck;+n-9_f2!Pkts*j<#;oQ};jsi&(niI31` z*0%1l^sDAT0 zv9eF63A&430^<*pC7pk*wAR0o^}2lf`a!ZDC+nkR{RvrLAnT0LzTQgK`^b9QXnw+F zjv2tBLC&Xa;*RpI0enZ9mSDda!0(h93D$1{8%@G`6KvE3c2U-!V2%lRl--zMubIF+ zWj80-mnQHvWw$2SvI$(G?6w5U7l6J3VRt0hJq6$a%C;w%RRAU^8%bOy==qpF