Provided in the callback to orchestrate().

interface Orchestrator {
    asAmount: ((amount: DenomAmount) => NatAmount);
    getChain: (<C>(chainName: C) => Promise<Chain<C extends
            | "agoric"
            | "archway"
            | "celestia"
            | "dydx"
            | "evmos"
            | "haqq"
            | "juno"
            | "kava"
            | "kujira"
            | "migaloo"
            | "neutron"
            | "noble"
            | "nolus"
            | "persistence"
            | "pryzm"
            | "sei"
            | "shido"
            | "stride"
            | "titan"
            | "umee"
            | "beezee"
            | "carbon"
            | "coreum"
            | "cosmoshub"
            | "crescent"
            | "doravota"
            | "dymension"
            | "empowerchain"
            | "injective"
            | "lava"
            | "nibiru"
            | "omniflixhub"
            | "osmosis"
            | "planq"
            | "provenance"
            | "quicksilver"
            | "secretnetwork"
            | "sifchain"
            | "stargaze"
            | "terra2"
        ? {
            agoric: {
                bech32Prefix: "agoric";
                chainId: "agoric-3";
                connections: {
                    core-1: {
                        client_id: "07-tendermint-93";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-91";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-72";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-66";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-20";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-78";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-73";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-101";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-99";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-77";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-72";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-73";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-67";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-17";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-17";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-74";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-68";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-18";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-18";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ubld";
                }];
            };
            archway: {
                bech32Prefix: "archway";
                chainId: "archway-1";
                connections: {
                    dymension_1100-1: {
                        client_id: "07-tendermint-91";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-89";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-119";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-114";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-51";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-58";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-82";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-83";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-113";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-106";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "aarch";
                }];
            };
            beezee: {
                bech32Prefix: "bze";
                chainId: "beezee-1";
                connections: {
                    noble-1: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ubze";
                }];
            };
            carbon: {
                bech32Prefix: "swth";
                chainId: "carbon-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-10";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-16";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-33";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-16";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-36";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-13";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "swth";
                }];
            };
            celestia: {
                bech32Prefix: "celestia";
                chainId: "celestia";
                connections: {
                    dymension_1100-1: {
                        client_id: "07-tendermint-82";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-52";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-79";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-49";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-28";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-6";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-49";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-29";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-10";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-53";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-16";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-88";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-57";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-52";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-15";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-86";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-56";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "utia";
                }];
            };
            coreum: {
                bech32Prefix: "core";
                chainId: "coreum-mainnet-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-38";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-26";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-28";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-29";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-32";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-21";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-40";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-27";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ucore";
                }];
            };
            cosmoshub: {
                bech32Prefix: "cosmos";
                chainId: "cosmoshub-4";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-927";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-649";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    carbon-1: {
                        client_id: "07-tendermint-765";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-554";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-1162";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-884";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-724";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-538";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-1205";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-933";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    empowerchain-1: {
                        client_id: "07-tendermint-1151";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-872";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-620";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-480";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    haqq_11235-1: {
                        client_id: "07-tendermint-1153";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-874";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-470";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-388";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-439";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-372";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-769";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-555";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-557";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-460";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    lava-mainnet-1: {
                        client_id: "07-tendermint-1318";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1050";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-1119";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-809";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-1116";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-790";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-656";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-501";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-259";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-257";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-1140";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-827";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-760";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-551";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-994";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-693";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-1304";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1038";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-492";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-401";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-1188";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-918";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-913";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-635";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-1191";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-920";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uatom";
                }];
            };
            crescent: {
                bech32Prefix: "cre";
                chainId: "crescent-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-19";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-14";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-42";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-41";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-10";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-26";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-29";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-78";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-68";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-68";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-63";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-17";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-36";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-37";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-18";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-24";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-27";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-38";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-39";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-56";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-53";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ucre";
                }];
            };
            doravota: {
                bech32Prefix: "dora";
                chainId: "vota-ash";
                connections: {
                    archway-1: {
                        client_id: "07-tendermint-22";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-28";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-14";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-16";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-10";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-15";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-23";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-29";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-21";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-27";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pirin-1: {
                        client_id: "07-tendermint-13";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-24";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-30";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "peaka";
                }];
            };
            dydx: {
                bech32Prefix: "dydx";
                chainId: "dydx-mainnet-1";
                connections: {
                    core-1: {
                        client_id: "07-tendermint-4";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-14";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-17";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-23";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-7";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-17";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-14";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-29";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-34";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-8";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-15";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-21";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "adydx";
                }];
            };
            dymension: {
                bech32Prefix: "dym";
                chainId: "dymension_1100-1";
                connections: {
                    archway-1: {
                        client_id: "07-tendermint-39";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-30";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-31";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-22";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-17";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-10";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-16";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-14";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-29";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "adym";
                }];
            };
            empowerchain: {
                bech32Prefix: "empower";
                chainId: "empowerchain-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "umpwr";
                }];
            };
            evmos: {
                bech32Prefix: "evmos";
                chainId: "evmos_9001-2";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-116";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-70";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    carbon-1: {
                        client_id: "07-tendermint-73";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-29";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-134";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-80";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-117";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-71";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-38";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-15";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-135";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-81";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-138";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-85";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-19";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-53";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-21";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-113";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-67";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    lava-mainnet-1: {
                        client_id: "07-tendermint-142";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-89";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-106";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-63";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-50";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-41";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-17";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-77";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-33";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "aevmos";
                }];
            };
            haqq: {
                bech32Prefix: "haqq";
                chainId: "haqq_11235-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-4";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "aISLM";
                }];
            };
            injective: {
                bech32Prefix: "inj";
                chainId: "injective-1";
                connections: {
                    celestia: {
                        client_id: "07-tendermint-226";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-210";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-110";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-91";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-132";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-105";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-112";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-92";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-144";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-116";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-205";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-189";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-154";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-123";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-233";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-220";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-212";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-195";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-19";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-14";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-216";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-202";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-267";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-268";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-126";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-101";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-131";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-103";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-229";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-217";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-245";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-239";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "inj";
                }];
            };
            juno: {
                bech32Prefix: "juno";
                chainId: "juno-1";
                connections: {
                    core-1: {
                        client_id: "07-tendermint-89";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-51";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-160";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-107";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-198";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-140";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-310";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-282";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-557";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-524";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-334";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-322";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-185";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-128";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-108";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-68";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-44";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-30";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-263";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-205";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ujuno";
                }];
            };
            kava: {
                bech32Prefix: "kava";
                chainId: "kava_2222-10";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-147";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-182";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-158";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-198";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-148";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-189";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-160";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-200";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-154";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-195";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-162";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-203";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-120";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-157";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    haqq_11235-1: {
                        client_id: "07-tendermint-149";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-193";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-130";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-166";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-119";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-156";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-125";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-162";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-151";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-194";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-172";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-214";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-146";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-181";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-156";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-196";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ukava";
                }];
            };
            kujira: {
                bech32Prefix: "kujira";
                chainId: "kaiyo-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-94";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-64";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    carbon-1: {
                        client_id: "07-tendermint-60";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-40";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-167";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-130";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-163";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-126";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-105";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-75";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-158";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-122";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-169";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-132";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-25";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-77";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-53";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-140";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-106";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-82";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-59";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-112";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-82";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-95";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-65";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-70";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-46";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-37";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-31";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ukuji";
                }];
            };
            lava: {
                bech32Prefix: "lava@";
                chainId: "lava-mainnet-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-7";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-14";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-15";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-8";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ulava";
                }];
            };
            migaloo: {
                bech32Prefix: "migaloo";
                chainId: "migaloo-1";
                connections: {
                    archway-1: {
                        client_id: "07-tendermint-138";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-108";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-16";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-90";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-73";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-113";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-89";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-108";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-84";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-118";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-90";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-104";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-83";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uwhale";
                }];
            };
            neutron: {
                bech32Prefix: "neutron";
                chainId: "neutron-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-148";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-108";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    archway-1: {
                        client_id: "07-tendermint-62";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-43";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-48";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-36";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-73";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-52";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-72";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-51";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-82";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-61";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-78";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-58";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-97";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-71";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-54";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-37";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-40";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-31";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-19";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-18";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-89";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-65";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pirin-1: {
                        client_id: "07-tendermint-71";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-50";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-98";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-72";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-85";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-63";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-31";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-23";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-18";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-15";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "untrn";
                }];
            };
            nibiru: {
                bech32Prefix: "nibi";
                chainId: "cataclysm-1";
                connections: {};
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "unibi";
                }];
            };
            noble: {
                bech32Prefix: "noble";
                chainId: "noble-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-32";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-40";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    beezee-1: {
                        client_id: "07-tendermint-112";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-107";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-61";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-59";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-71";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-72";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-4";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-59";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-57";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-79";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-80";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-12";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    haqq_11235-1: {
                        client_id: "07-tendermint-58";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-56";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-57";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-55";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-107";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-102";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    lava-mainnet-1: {
                        client_id: "07-tendermint-120";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-115";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-19";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-28";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-25";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-34";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-68";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-65";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-64";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-61";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-56";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-54";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pio-mainnet-1: {
                        client_id: "07-tendermint-30";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-37";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-103";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-95";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-100";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-92";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-24";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-33";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    shido_9008-1: {
                        client_id: "07-tendermint-106";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-99";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-16";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-25";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    titan_18888-1: {
                        client_id: "07-tendermint-114";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-109";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-73";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-74";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-111";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-106";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
            };
            nolus: {
                bech32Prefix: "nolus";
                chainId: "pirin-1";
                connections: {
                    neutron-1: {
                        client_id: "07-tendermint-13";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-18";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-14";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-14";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "unls";
                }];
            };
            omniflixhub: {
                bech32Prefix: "omniflix";
                chainId: "omniflixhub-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-47";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-40";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    beezee-1: {
                        client_id: "07-tendermint-75";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-55";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-23";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-51";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-49";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-8";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-74";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-54";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uflix";
                }];
            };
            osmosis: {
                bech32Prefix: "osmo";
                chainId: "osmosis-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-2109";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1649";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    beezee-1: {
                        client_id: "07-tendermint-2154";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1672";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    carbon-1: {
                        client_id: "07-tendermint-1808";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1412";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-3012";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2503";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-2929";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2426";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-2083";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1624";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-3009";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2500";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-3086";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2566";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    empowerchain-1: {
                        client_id: "07-tendermint-2848";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2360";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-1840";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1440";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    haqq_11235-1: {
                        client_id: "07-tendermint-2871";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2388";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-1703";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1298";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-1457";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1142";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-2017";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1559";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-1735";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1328";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    lava-mainnet-1: {
                        client_id: "07-tendermint-3210";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2668";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-2669";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2171";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-2823";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2338";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-2704";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2241";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-1829";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1431";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-2790";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2288";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-1979";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1536";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pio-mainnet-1: {
                        client_id: "07-tendermint-1899";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1472";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pirin-1: {
                        client_id: "07-tendermint-2791";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2289";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-2318";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1815";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-3206";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2663";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    quicksilver-2: {
                        client_id: "07-tendermint-2400";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1889";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-1588";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1244";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    shido_9008-1: {
                        client_id: "07-tendermint-3198";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2654";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    sifchain-1: {
                        client_id: "07-tendermint-1484";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1159";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-1562";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1223";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-2119";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1657";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-1805";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1410";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-2959";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2454";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: true;
                stakingTokens: readonly [{
                    denom: "uosmo";
                }];
            };
            persistence: {
                bech32Prefix: "persistence";
                chainId: "core-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-167";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-210";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-88";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-72";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-159";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-197";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-57";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-53";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-49";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-48";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-162";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-200";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-156";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-195";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-161";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-199";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-160";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-198";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-166";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-207";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-105";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-144";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uxprt";
                }];
            };
            planq: {
                bech32Prefix: "plq";
                chainId: "planq_7070-2";
                connections: {
                    archway-1: {
                        client_id: "07-tendermint-561";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-486";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-144";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-151";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-567";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-490";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-545";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-477";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "aplanq";
                }];
            };
            provenance: {
                bech32Prefix: "pb";
                chainId: "pio-mainnet-1";
                connections: {
                    noble-1: {
                        client_id: "07-tendermint-36";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-31";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "nhash";
                }];
            };
            pryzm: {
                bech32Prefix: "pryzm";
                chainId: "pryzm-1";
                connections: {
                    celestia: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-6";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-4";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-4";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-8";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-8";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "upryzm";
                }];
            };
            quicksilver: {
                bech32Prefix: "quick";
                chainId: "quicksilver-2";
                connections: {
                    osmosis-1: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uqck";
                }];
            };
            secretnetwork: {
                bech32Prefix: "secret";
                chainId: "secret-4";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-111";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-80";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-174";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-131";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    coreum-mainnet-1: {
                        client_id: "07-tendermint-186";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-138";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-53";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-31";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-194";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-189";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-42";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-24";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-49";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-30";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-23";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-9";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-48";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-29";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-116";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-87";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-199";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-192";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-170";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-127";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-38";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pirin-1: {
                        client_id: "07-tendermint-201";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-193";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    sifchain-1: {
                        client_id: "07-tendermint-37";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-43";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-25";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-75";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-40";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-193";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-188";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uscrt";
                }];
            };
            sei: {
                bech32Prefix: "sei";
                chainId: "pacific-1";
                connections: {
                    cosmoshub-4: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-38";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-33";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-22";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-123";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-157";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-45";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-77";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    planq_7070-2: {
                        client_id: "07-tendermint-21";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-12";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-18";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-109";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-153";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "usei";
                }];
            };
            shido: {
                bech32Prefix: "shido";
                chainId: "shido_9008-1";
                connections: {
                    noble-1: {
                        client_id: "07-tendermint-9";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "shido";
                }];
            };
            sifchain: {
                bech32Prefix: "sif";
                chainId: "sifchain-1";
                connections: {
                    osmosis-1: {
                        client_id: "07-tendermint-41";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-171";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-98";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "rowan";
                }];
            };
            stargaze: {
                bech32Prefix: "stars";
                chainId: "stargaze-1";
                connections: {
                    carbon-1: {
                        client_id: "07-tendermint-224";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-158";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-359";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-296";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-358";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-293";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-320";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-256";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-180";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-114";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-173";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-104";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-13";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-11";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-178";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-111";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    lava-mainnet-1: {
                        client_id: "07-tendermint-366";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-307";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-352";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-287";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-283";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-211";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-287";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-214";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    omniflixhub-1: {
                        client_id: "07-tendermint-370";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-328";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-337";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-275";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-177";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-110";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-195";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-128";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    vota-ash: {
                        client_id: "07-tendermint-368";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-318";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ustars";
                }];
            };
            stride: {
                bech32Prefix: "stride";
                chainId: "stride-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-129";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-118";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    carbon-1: {
                        client_id: "07-tendermint-40";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-27";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-137";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-125";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-44";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-30";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-133";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-123";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dymension_1100-1: {
                        client_id: "07-tendermint-140";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-131";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    evmos_9001-2: {
                        client_id: "07-tendermint-8";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    haqq_11235-1: {
                        client_id: "07-tendermint-143";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-143";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-31";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-19";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-5";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-5";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-125";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-113";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-2";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pacific-1: {
                        client_id: "07-tendermint-130";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-119";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    phoenix-1: {
                        client_id: "07-tendermint-51";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-32";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-145";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-145";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-37";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-25";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-30";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-18";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    umee-1: {
                        client_id: "07-tendermint-32";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-20";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "ustrd";
                }];
            };
            terra2: {
                bech32Prefix: "terra";
                chainId: "phoenix-1";
                connections: {
                    carbon-1: {
                        client_id: "07-tendermint-66";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-54";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    celestia: {
                        client_id: "07-tendermint-391";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-381";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    cosmoshub-4: {
                        client_id: "07-tendermint-0";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-1";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-68";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-57";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-390";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-380";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-369";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-311";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    juno-1: {
                        client_id: "07-tendermint-3";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-6";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kaiyo-1: {
                        client_id: "07-tendermint-11";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-13";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    kava_2222-10: {
                        client_id: "07-tendermint-386";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-362";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-105";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-93";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    neutron-1: {
                        client_id: "07-tendermint-274";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-192";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-367";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-302";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-2";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-3";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    pryzm-1: {
                        client_id: "07-tendermint-410";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-414";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-4";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-7";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stargaze-1: {
                        client_id: "07-tendermint-405";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-408";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-87";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-72";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uluna";
                }];
            };
            titan: {
                bech32Prefix: "titan";
                chainId: "titan_18888-1";
                connections: {
                    noble-1: {
                        client_id: "07-tendermint-1";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "atkx";
                }];
            };
            umee: {
                bech32Prefix: "umee";
                chainId: "umee-1";
                connections: {
                    agoric-3: {
                        client_id: "07-tendermint-152";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-101";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    core-1: {
                        client_id: "07-tendermint-179";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-119";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    crescent-1: {
                        client_id: "07-tendermint-170";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-110";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    dydx-mainnet-1: {
                        client_id: "07-tendermint-244";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-208";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    injective-1: {
                        client_id: "07-tendermint-243";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-206";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    migaloo-1: {
                        client_id: "07-tendermint-234";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-195";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    noble-1: {
                        client_id: "07-tendermint-248";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-210";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    osmosis-1: {
                        client_id: "07-tendermint-6";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-0";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    secret-4: {
                        client_id: "07-tendermint-249";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-213";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                    stride-1: {
                        client_id: "07-tendermint-64";
                        counterparty: {
                            client_id: ...;
                            connection_id: ...;
                        };
                        id: "connection-45";
                        state: 3;
                        transferChannel: {
                            channelId: ...;
                            counterPartyChannelId: ...;
                            counterPartyPortId: ...;
                            ordering: ...;
                            portId: ...;
                            state: ...;
                            version: ...;
                        };
                    };
                };
                icqEnabled: false;
                stakingTokens: readonly [{
                    denom: "uumee";
                }];
            };
        }[C<C>]
        : any> & (C extends "agoric"
        ? AgoricChainMethods
        : object)>);
    getDenomInfo: (<HoldingChain, IssuingChain>(denom: string, srcChainName: HoldingChain) => DenomInfo<HoldingChain, IssuingChain>);
}

Properties

asAmount: ((amount: DenomAmount) => NatAmount)

Convert an amount described in native data to a local, structured Amount.

Type declaration

getChain: (<C>(chainName: C) => Promise<Chain<C extends
        | "agoric"
        | "archway"
        | "celestia"
        | "dydx"
        | "evmos"
        | "haqq"
        | "juno"
        | "kava"
        | "kujira"
        | "migaloo"
        | "neutron"
        | "noble"
        | "nolus"
        | "persistence"
        | "pryzm"
        | "sei"
        | "shido"
        | "stride"
        | "titan"
        | "umee"
        | "beezee"
        | "carbon"
        | "coreum"
        | "cosmoshub"
        | "crescent"
        | "doravota"
        | "dymension"
        | "empowerchain"
        | "injective"
        | "lava"
        | "nibiru"
        | "omniflixhub"
        | "osmosis"
        | "planq"
        | "provenance"
        | "quicksilver"
        | "secretnetwork"
        | "sifchain"
        | "stargaze"
        | "terra2"
    ? {
        agoric: {
            bech32Prefix: "agoric";
            chainId: "agoric-3";
            connections: {
                core-1: {
                    client_id: "07-tendermint-93";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-91";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-72";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-66";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-20";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-78";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-73";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-101";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-99";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-77";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-72";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-73";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-67";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-17";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-17";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-74";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-68";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-18";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-18";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ubld";
            }];
        };
        archway: {
            bech32Prefix: "archway";
            chainId: "archway-1";
            connections: {
                dymension_1100-1: {
                    client_id: "07-tendermint-91";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-89";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-119";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-114";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-51";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-58";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-82";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-83";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-113";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-106";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "aarch";
            }];
        };
        beezee: {
            bech32Prefix: "bze";
            chainId: "beezee-1";
            connections: {
                noble-1: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ubze";
            }];
        };
        carbon: {
            bech32Prefix: "swth";
            chainId: "carbon-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-10";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-16";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-33";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-16";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-36";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-13";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "swth";
            }];
        };
        celestia: {
            bech32Prefix: "celestia";
            chainId: "celestia";
            connections: {
                dymension_1100-1: {
                    client_id: "07-tendermint-82";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-52";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-79";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-49";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-28";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-6";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-49";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-29";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-10";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-53";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-16";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-88";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-57";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-52";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-15";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-86";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-56";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "utia";
            }];
        };
        coreum: {
            bech32Prefix: "core";
            chainId: "coreum-mainnet-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-38";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-26";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-28";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-29";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-32";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-21";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-40";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-27";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ucore";
            }];
        };
        cosmoshub: {
            bech32Prefix: "cosmos";
            chainId: "cosmoshub-4";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-927";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-649";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                carbon-1: {
                    client_id: "07-tendermint-765";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-554";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-1162";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-884";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-724";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-538";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-1205";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-933";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                empowerchain-1: {
                    client_id: "07-tendermint-1151";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-872";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-620";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-480";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                haqq_11235-1: {
                    client_id: "07-tendermint-1153";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-874";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-470";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-388";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-439";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-372";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-769";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-555";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-557";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-460";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                lava-mainnet-1: {
                    client_id: "07-tendermint-1318";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1050";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-1119";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-809";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-1116";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-790";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-656";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-501";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-259";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-257";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-1140";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-827";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-760";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-551";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-994";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-693";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-1304";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1038";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-492";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-401";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-1188";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-918";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-913";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-635";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-1191";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-920";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uatom";
            }];
        };
        crescent: {
            bech32Prefix: "cre";
            chainId: "crescent-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-19";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-14";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-42";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-41";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-10";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-26";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-29";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-78";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-68";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-68";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-63";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-17";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-36";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-37";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-18";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-24";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-27";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-38";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-39";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-56";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-53";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ucre";
            }];
        };
        doravota: {
            bech32Prefix: "dora";
            chainId: "vota-ash";
            connections: {
                archway-1: {
                    client_id: "07-tendermint-22";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-28";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-14";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-16";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-10";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-15";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-23";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-29";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-21";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-27";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pirin-1: {
                    client_id: "07-tendermint-13";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-24";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-30";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "peaka";
            }];
        };
        dydx: {
            bech32Prefix: "dydx";
            chainId: "dydx-mainnet-1";
            connections: {
                core-1: {
                    client_id: "07-tendermint-4";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-14";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-17";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-23";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-7";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-17";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-14";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-29";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-34";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-8";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-15";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-21";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "adydx";
            }];
        };
        dymension: {
            bech32Prefix: "dym";
            chainId: "dymension_1100-1";
            connections: {
                archway-1: {
                    client_id: "07-tendermint-39";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-30";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-31";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-22";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-17";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-10";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-16";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-14";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-29";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "adym";
            }];
        };
        empowerchain: {
            bech32Prefix: "empower";
            chainId: "empowerchain-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "umpwr";
            }];
        };
        evmos: {
            bech32Prefix: "evmos";
            chainId: "evmos_9001-2";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-116";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-70";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                carbon-1: {
                    client_id: "07-tendermint-73";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-29";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-134";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-80";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-117";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-71";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-38";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-15";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-135";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-81";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-138";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-85";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-19";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-53";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-21";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-113";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-67";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                lava-mainnet-1: {
                    client_id: "07-tendermint-142";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-89";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-106";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-63";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-50";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-41";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-17";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-77";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-33";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "aevmos";
            }];
        };
        haqq: {
            bech32Prefix: "haqq";
            chainId: "haqq_11235-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-4";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "aISLM";
            }];
        };
        injective: {
            bech32Prefix: "inj";
            chainId: "injective-1";
            connections: {
                celestia: {
                    client_id: "07-tendermint-226";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-210";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-110";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-91";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-132";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-105";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-112";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-92";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-144";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-116";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-205";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-189";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-154";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-123";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-233";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-220";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-212";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-195";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-19";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-14";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-216";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-202";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-267";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-268";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-126";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-101";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-131";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-103";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-229";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-217";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-245";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-239";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "inj";
            }];
        };
        juno: {
            bech32Prefix: "juno";
            chainId: "juno-1";
            connections: {
                core-1: {
                    client_id: "07-tendermint-89";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-51";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-160";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-107";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-198";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-140";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-310";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-282";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-557";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-524";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-334";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-322";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-185";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-128";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-108";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-68";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-44";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-30";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-263";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-205";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ujuno";
            }];
        };
        kava: {
            bech32Prefix: "kava";
            chainId: "kava_2222-10";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-147";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-182";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-158";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-198";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-148";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-189";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-160";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-200";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-154";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-195";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-162";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-203";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-120";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-157";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                haqq_11235-1: {
                    client_id: "07-tendermint-149";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-193";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-130";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-166";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-119";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-156";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-125";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-162";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-151";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-194";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-172";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-214";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-146";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-181";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-156";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-196";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ukava";
            }];
        };
        kujira: {
            bech32Prefix: "kujira";
            chainId: "kaiyo-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-94";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-64";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                carbon-1: {
                    client_id: "07-tendermint-60";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-40";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-167";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-130";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-163";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-126";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-105";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-75";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-158";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-122";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-169";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-132";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-25";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-77";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-53";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-140";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-106";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-82";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-59";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-112";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-82";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-95";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-65";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-70";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-46";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-37";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-31";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ukuji";
            }];
        };
        lava: {
            bech32Prefix: "lava@";
            chainId: "lava-mainnet-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-7";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-14";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-15";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-8";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ulava";
            }];
        };
        migaloo: {
            bech32Prefix: "migaloo";
            chainId: "migaloo-1";
            connections: {
                archway-1: {
                    client_id: "07-tendermint-138";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-108";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-16";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-90";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-73";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-113";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-89";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-108";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-84";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-118";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-90";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-104";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-83";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uwhale";
            }];
        };
        neutron: {
            bech32Prefix: "neutron";
            chainId: "neutron-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-148";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-108";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                archway-1: {
                    client_id: "07-tendermint-62";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-43";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-48";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-36";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-73";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-52";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-72";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-51";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-82";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-61";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-78";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-58";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-97";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-71";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-54";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-37";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-40";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-31";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-19";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-18";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-89";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-65";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pirin-1: {
                    client_id: "07-tendermint-71";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-50";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-98";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-72";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-85";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-63";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-31";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-23";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-18";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-15";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "untrn";
            }];
        };
        nibiru: {
            bech32Prefix: "nibi";
            chainId: "cataclysm-1";
            connections: {};
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "unibi";
            }];
        };
        noble: {
            bech32Prefix: "noble";
            chainId: "noble-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-32";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-40";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                beezee-1: {
                    client_id: "07-tendermint-112";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-107";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-61";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-59";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-71";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-72";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-4";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-59";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-57";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-79";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-80";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-12";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                haqq_11235-1: {
                    client_id: "07-tendermint-58";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-56";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-57";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-55";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-107";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-102";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                lava-mainnet-1: {
                    client_id: "07-tendermint-120";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-115";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-19";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-28";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-25";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-34";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-68";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-65";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-64";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-61";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-56";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-54";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pio-mainnet-1: {
                    client_id: "07-tendermint-30";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-37";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-103";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-95";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-100";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-92";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-24";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-33";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                shido_9008-1: {
                    client_id: "07-tendermint-106";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-99";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-16";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-25";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                titan_18888-1: {
                    client_id: "07-tendermint-114";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-109";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-73";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-74";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-111";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-106";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
        };
        nolus: {
            bech32Prefix: "nolus";
            chainId: "pirin-1";
            connections: {
                neutron-1: {
                    client_id: "07-tendermint-13";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-18";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-14";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-14";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "unls";
            }];
        };
        omniflixhub: {
            bech32Prefix: "omniflix";
            chainId: "omniflixhub-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-47";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-40";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                beezee-1: {
                    client_id: "07-tendermint-75";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-55";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-23";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-51";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-49";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-8";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-74";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-54";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uflix";
            }];
        };
        osmosis: {
            bech32Prefix: "osmo";
            chainId: "osmosis-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-2109";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1649";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                beezee-1: {
                    client_id: "07-tendermint-2154";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1672";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                carbon-1: {
                    client_id: "07-tendermint-1808";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1412";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-3012";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2503";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-2929";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2426";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-2083";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1624";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-3009";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2500";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-3086";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2566";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                empowerchain-1: {
                    client_id: "07-tendermint-2848";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2360";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-1840";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1440";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                haqq_11235-1: {
                    client_id: "07-tendermint-2871";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2388";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-1703";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1298";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-1457";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1142";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-2017";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1559";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-1735";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1328";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                lava-mainnet-1: {
                    client_id: "07-tendermint-3210";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2668";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-2669";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2171";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-2823";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2338";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-2704";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2241";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-1829";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1431";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-2790";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2288";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-1979";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1536";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pio-mainnet-1: {
                    client_id: "07-tendermint-1899";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1472";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pirin-1: {
                    client_id: "07-tendermint-2791";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2289";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-2318";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1815";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-3206";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2663";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                quicksilver-2: {
                    client_id: "07-tendermint-2400";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1889";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-1588";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1244";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                shido_9008-1: {
                    client_id: "07-tendermint-3198";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2654";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                sifchain-1: {
                    client_id: "07-tendermint-1484";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1159";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-1562";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1223";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-2119";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1657";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-1805";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1410";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-2959";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2454";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: true;
            stakingTokens: readonly [{
                denom: "uosmo";
            }];
        };
        persistence: {
            bech32Prefix: "persistence";
            chainId: "core-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-167";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-210";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-88";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-72";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-159";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-197";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-57";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-53";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-49";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-48";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-162";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-200";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-156";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-195";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-161";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-199";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-160";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-198";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-166";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-207";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-105";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-144";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uxprt";
            }];
        };
        planq: {
            bech32Prefix: "plq";
            chainId: "planq_7070-2";
            connections: {
                archway-1: {
                    client_id: "07-tendermint-561";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-486";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-144";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-151";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-567";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-490";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-545";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-477";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "aplanq";
            }];
        };
        provenance: {
            bech32Prefix: "pb";
            chainId: "pio-mainnet-1";
            connections: {
                noble-1: {
                    client_id: "07-tendermint-36";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-31";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "nhash";
            }];
        };
        pryzm: {
            bech32Prefix: "pryzm";
            chainId: "pryzm-1";
            connections: {
                celestia: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-6";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-4";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-4";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-8";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-8";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "upryzm";
            }];
        };
        quicksilver: {
            bech32Prefix: "quick";
            chainId: "quicksilver-2";
            connections: {
                osmosis-1: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uqck";
            }];
        };
        secretnetwork: {
            bech32Prefix: "secret";
            chainId: "secret-4";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-111";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-80";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-174";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-131";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                coreum-mainnet-1: {
                    client_id: "07-tendermint-186";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-138";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-53";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-31";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-194";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-189";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-42";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-24";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-49";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-30";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-23";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-9";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-48";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-29";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-116";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-87";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-199";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-192";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-170";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-127";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-38";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pirin-1: {
                    client_id: "07-tendermint-201";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-193";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                sifchain-1: {
                    client_id: "07-tendermint-37";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-43";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-25";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-75";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-40";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-193";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-188";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uscrt";
            }];
        };
        sei: {
            bech32Prefix: "sei";
            chainId: "pacific-1";
            connections: {
                cosmoshub-4: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-38";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-33";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-22";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-123";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-157";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-45";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-77";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                planq_7070-2: {
                    client_id: "07-tendermint-21";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-12";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-18";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-109";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-153";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "usei";
            }];
        };
        shido: {
            bech32Prefix: "shido";
            chainId: "shido_9008-1";
            connections: {
                noble-1: {
                    client_id: "07-tendermint-9";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "shido";
            }];
        };
        sifchain: {
            bech32Prefix: "sif";
            chainId: "sifchain-1";
            connections: {
                osmosis-1: {
                    client_id: "07-tendermint-41";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-171";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-98";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "rowan";
            }];
        };
        stargaze: {
            bech32Prefix: "stars";
            chainId: "stargaze-1";
            connections: {
                carbon-1: {
                    client_id: "07-tendermint-224";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-158";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-359";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-296";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-358";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-293";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-320";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-256";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-180";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-114";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-173";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-104";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-13";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-11";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-178";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-111";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                lava-mainnet-1: {
                    client_id: "07-tendermint-366";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-307";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-352";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-287";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-283";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-211";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-287";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-214";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                omniflixhub-1: {
                    client_id: "07-tendermint-370";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-328";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-337";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-275";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-177";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-110";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-195";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-128";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                vota-ash: {
                    client_id: "07-tendermint-368";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-318";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ustars";
            }];
        };
        stride: {
            bech32Prefix: "stride";
            chainId: "stride-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-129";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-118";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                carbon-1: {
                    client_id: "07-tendermint-40";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-27";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-137";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-125";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-44";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-30";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-133";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-123";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dymension_1100-1: {
                    client_id: "07-tendermint-140";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-131";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                evmos_9001-2: {
                    client_id: "07-tendermint-8";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                haqq_11235-1: {
                    client_id: "07-tendermint-143";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-143";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-31";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-19";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-5";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-5";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-125";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-113";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-2";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pacific-1: {
                    client_id: "07-tendermint-130";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-119";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                phoenix-1: {
                    client_id: "07-tendermint-51";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-32";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-145";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-145";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-37";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-25";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-30";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-18";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                umee-1: {
                    client_id: "07-tendermint-32";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-20";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "ustrd";
            }];
        };
        terra2: {
            bech32Prefix: "terra";
            chainId: "phoenix-1";
            connections: {
                carbon-1: {
                    client_id: "07-tendermint-66";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-54";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                celestia: {
                    client_id: "07-tendermint-391";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-381";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                cosmoshub-4: {
                    client_id: "07-tendermint-0";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-1";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-68";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-57";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-390";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-380";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-369";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-311";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                juno-1: {
                    client_id: "07-tendermint-3";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-6";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kaiyo-1: {
                    client_id: "07-tendermint-11";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-13";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                kava_2222-10: {
                    client_id: "07-tendermint-386";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-362";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-105";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-93";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                neutron-1: {
                    client_id: "07-tendermint-274";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-192";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-367";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-302";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-2";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-3";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                pryzm-1: {
                    client_id: "07-tendermint-410";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-414";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-4";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-7";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stargaze-1: {
                    client_id: "07-tendermint-405";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-408";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-87";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-72";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uluna";
            }];
        };
        titan: {
            bech32Prefix: "titan";
            chainId: "titan_18888-1";
            connections: {
                noble-1: {
                    client_id: "07-tendermint-1";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "atkx";
            }];
        };
        umee: {
            bech32Prefix: "umee";
            chainId: "umee-1";
            connections: {
                agoric-3: {
                    client_id: "07-tendermint-152";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-101";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                core-1: {
                    client_id: "07-tendermint-179";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-119";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                crescent-1: {
                    client_id: "07-tendermint-170";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-110";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                dydx-mainnet-1: {
                    client_id: "07-tendermint-244";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-208";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                injective-1: {
                    client_id: "07-tendermint-243";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-206";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                migaloo-1: {
                    client_id: "07-tendermint-234";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-195";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                noble-1: {
                    client_id: "07-tendermint-248";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-210";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                osmosis-1: {
                    client_id: "07-tendermint-6";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-0";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                secret-4: {
                    client_id: "07-tendermint-249";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-213";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
                stride-1: {
                    client_id: "07-tendermint-64";
                    counterparty: {
                        client_id: ...;
                        connection_id: ...;
                    };
                    id: "connection-45";
                    state: 3;
                    transferChannel: {
                        channelId: ...;
                        counterPartyChannelId: ...;
                        counterPartyPortId: ...;
                        ordering: ...;
                        portId: ...;
                        state: ...;
                        version: ...;
                    };
                };
            };
            icqEnabled: false;
            stakingTokens: readonly [{
                denom: "uumee";
            }];
        };
    }[C<C>]
    : any> & (C extends "agoric"
    ? AgoricChainMethods
    : object)>)

Get a Chain object for working with the given chain.

Type declaration

    • <C>(chainName): Promise<Chain<C extends
              | "agoric"
              | "archway"
              | "celestia"
              | "dydx"
              | "evmos"
              | "haqq"
              | "juno"
              | "kava"
              | "kujira"
              | "migaloo"
              | "neutron"
              | "noble"
              | "nolus"
              | "persistence"
              | "pryzm"
              | "sei"
              | "shido"
              | "stride"
              | "titan"
              | "umee"
              | "beezee"
              | "carbon"
              | "coreum"
              | "cosmoshub"
              | "crescent"
              | "doravota"
              | "dymension"
              | "empowerchain"
              | "injective"
              | "lava"
              | "nibiru"
              | "omniflixhub"
              | "osmosis"
              | "planq"
              | "provenance"
              | "quicksilver"
              | "secretnetwork"
              | "sifchain"
              | "stargaze"
              | "terra2"
          ? {
              agoric: {
                  bech32Prefix: "agoric";
                  chainId: "agoric-3";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-93";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-91";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-72";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-66";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-20";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-73";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-101";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-99";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-67";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-74";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ubld";
                  }];
              };
              archway: {
                  bech32Prefix: "archway";
                  chainId: "archway-1";
                  connections: {
                      dymension_1100-1: {
                          client_id: "07-tendermint-91";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-114";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-58";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-83";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aarch";
                  }];
              };
              beezee: {
                  bech32Prefix: "bze";
                  chainId: "beezee-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ubze";
                  }];
              };
              carbon: {
                  bech32Prefix: "swth";
                  chainId: "carbon-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-33";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-16";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "swth";
                  }];
              };
              celestia: {
                  bech32Prefix: "celestia";
                  chainId: "celestia";
                  connections: {
                      dymension_1100-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-52";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-79";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-49";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-28";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-10";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-16";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-88";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-52";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-86";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-56";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "utia";
                  }];
              };
              coreum: {
                  bech32Prefix: "core";
                  chainId: "coreum-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-26";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-28";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ucore";
                  }];
              };
              cosmoshub: {
                  bech32Prefix: "cosmos";
                  chainId: "cosmoshub-4";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-927";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-649";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-765";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-554";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-1162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-884";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-724";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-538";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-1205";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-933";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      empowerchain-1: {
                          client_id: "07-tendermint-1151";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-872";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-620";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-480";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-1153";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-874";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-470";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-388";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-439";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-372";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-769";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-555";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-557";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-460";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-1318";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1050";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-1119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-809";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-1116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-790";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-656";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-501";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-259";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-257";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-1140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-827";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-760";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-551";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-994";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-693";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-1304";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1038";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-492";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-401";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-1188";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-918";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-913";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-635";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-1191";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-920";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uatom";
                  }];
              };
              crescent: {
                  bech32Prefix: "cre";
                  chainId: "crescent-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-42";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-41";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-26";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-39";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-56";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ucre";
                  }];
              };
              doravota: {
                  bech32Prefix: "dora";
                  chainId: "vota-ash";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-22";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-28";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-15";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-21";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "peaka";
                  }];
              };
              dydx: {
                  bech32Prefix: "dydx";
                  chainId: "dydx-mainnet-1";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-23";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-7";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-34";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-15";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "adydx";
                  }];
              };
              dymension: {
                  bech32Prefix: "dym";
                  chainId: "dymension_1100-1";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-39";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-22";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "adym";
                  }];
              };
              empowerchain: {
                  bech32Prefix: "empower";
                  chainId: "empowerchain-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "umpwr";
                  }];
              };
              evmos: {
                  bech32Prefix: "evmos";
                  chainId: "evmos_9001-2";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-70";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-134";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-117";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-71";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-135";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-81";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-138";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-85";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-67";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-142";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-106";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-50";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-41";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aevmos";
                  }];
              };
              haqq: {
                  bech32Prefix: "haqq";
                  chainId: "haqq_11235-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aISLM";
                  }];
              };
              injective: {
                  bech32Prefix: "inj";
                  chainId: "injective-1";
                  connections: {
                      celestia: {
                          client_id: "07-tendermint-226";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-110";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-91";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-132";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-105";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-92";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-144";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-116";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-205";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-123";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-233";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-220";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-212";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-216";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-202";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-267";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-268";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-126";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-101";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-131";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-103";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-229";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-217";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-245";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-239";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "inj";
                  }];
              };
              juno: {
                  bech32Prefix: "juno";
                  chainId: "juno-1";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-89";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-51";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-107";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-198";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-140";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-310";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-282";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-557";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-524";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-334";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-322";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-185";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-128";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-108";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-44";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-263";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-205";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ujuno";
                  }];
              };
              kava: {
                  bech32Prefix: "kava";
                  chainId: "kava_2222-10";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-147";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-182";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-158";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-198";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-148";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-200";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-203";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-120";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-157";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-149";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-193";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-130";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-166";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-156";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-125";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-162";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-151";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-194";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-172";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-214";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-146";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-181";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-156";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-196";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ukava";
                  }];
              };
              kujira: {
                  bech32Prefix: "kujira";
                  chainId: "kaiyo-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-94";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-64";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-60";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-167";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-130";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-163";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-126";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-75";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-158";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-122";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-169";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-132";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-25";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-59";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-82";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-95";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-70";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-46";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ukuji";
                  }];
              };
              lava: {
                  bech32Prefix: "lava@";
                  chainId: "lava-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-7";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ulava";
                  }];
              };
              migaloo: {
                  bech32Prefix: "migaloo";
                  chainId: "migaloo-1";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-138";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-108";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-90";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-73";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-108";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-84";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-118";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-90";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-104";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-83";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uwhale";
                  }];
              };
              neutron: {
                  bech32Prefix: "neutron";
                  chainId: "neutron-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-148";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-108";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      archway-1: {
                          client_id: "07-tendermint-62";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-43";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-48";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-36";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-52";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-72";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-51";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-61";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-58";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-97";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-71";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-54";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-89";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-71";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-50";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-98";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-85";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-23";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "untrn";
                  }];
              };
              nibiru: {
                  bech32Prefix: "nibi";
                  chainId: "cataclysm-1";
                  connections: {};
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "unibi";
                  }];
              };
              noble: {
                  bech32Prefix: "noble";
                  chainId: "noble-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-107";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-61";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-59";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-71";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-59";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-79";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-58";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-56";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-57";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-55";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-107";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-102";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-120";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-115";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-28";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-25";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-34";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-64";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-61";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-56";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pio-mainnet-1: {
                          client_id: "07-tendermint-30";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-103";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-95";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-100";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-92";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      shido_9008-1: {
                          client_id: "07-tendermint-106";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-99";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      titan_18888-1: {
                          client_id: "07-tendermint-114";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-109";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-74";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-111";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
              };
              nolus: {
                  bech32Prefix: "nolus";
                  chainId: "pirin-1";
                  connections: {
                      neutron-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "unls";
                  }];
              };
              omniflixhub: {
                  bech32Prefix: "omniflix";
                  chainId: "omniflixhub-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-47";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-75";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-55";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-49";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-74";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uflix";
                  }];
              };
              osmosis: {
                  bech32Prefix: "osmo";
                  chainId: "osmosis-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-2109";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1649";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-2154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1672";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-1808";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1412";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-3012";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2503";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-2929";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2426";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-2083";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1624";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-3009";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2500";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-3086";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2566";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      empowerchain-1: {
                          client_id: "07-tendermint-2848";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2360";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-1840";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1440";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-2871";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2388";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-1703";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1298";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-1457";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1142";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2017";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1559";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-1735";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1328";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-3210";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2668";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-2669";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2171";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-2823";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2338";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-2704";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2241";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-1829";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1431";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-2790";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2288";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-1979";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1536";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pio-mainnet-1: {
                          client_id: "07-tendermint-1899";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1472";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-2791";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2289";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-2318";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1815";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-3206";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2663";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      quicksilver-2: {
                          client_id: "07-tendermint-2400";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1889";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-1588";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1244";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      shido_9008-1: {
                          client_id: "07-tendermint-3198";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2654";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      sifchain-1: {
                          client_id: "07-tendermint-1484";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1159";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-1562";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1223";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-2119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1657";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-1805";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1410";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-2959";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2454";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: true;
                  stakingTokens: readonly [{
                      denom: "uosmo";
                  }];
              };
              persistence: {
                  bech32Prefix: "persistence";
                  chainId: "core-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-167";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-88";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-159";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-197";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-57";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-48";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-200";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-156";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-161";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-199";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-198";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-166";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-207";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-144";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uxprt";
                  }];
              };
              planq: {
                  bech32Prefix: "plq";
                  chainId: "planq_7070-2";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-561";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-486";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-144";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-151";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-567";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-490";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-545";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-477";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aplanq";
                  }];
              };
              provenance: {
                  bech32Prefix: "pb";
                  chainId: "pio-mainnet-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "nhash";
                  }];
              };
              pryzm: {
                  bech32Prefix: "pryzm";
                  chainId: "pryzm-1";
                  connections: {
                      celestia: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "upryzm";
                  }];
              };
              quicksilver: {
                  bech32Prefix: "quick";
                  chainId: "quicksilver-2";
                  connections: {
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uqck";
                  }];
              };
              secretnetwork: {
                  bech32Prefix: "secret";
                  chainId: "secret-4";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-111";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-174";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-131";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-186";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-138";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-194";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-42";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-24";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-48";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-87";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-199";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-192";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-170";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-127";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-201";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-193";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      sifchain-1: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-43";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-75";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-193";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-188";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uscrt";
                  }];
              };
              sei: {
                  bech32Prefix: "sei";
                  chainId: "pacific-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-22";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-123";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-157";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-45";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-77";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-21";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-109";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-153";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "usei";
                  }];
              };
              shido: {
                  bech32Prefix: "shido";
                  chainId: "shido_9008-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "shido";
                  }];
              };
              sifchain: {
                  bech32Prefix: "sif";
                  chainId: "sifchain-1";
                  connections: {
                      osmosis-1: {
                          client_id: "07-tendermint-41";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-171";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-98";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "rowan";
                  }];
              };
              stargaze: {
                  bech32Prefix: "stars";
                  chainId: "stargaze-1";
                  connections: {
                      carbon-1: {
                          client_id: "07-tendermint-224";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-158";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-359";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-296";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-358";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-293";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-320";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-256";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-180";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-114";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-173";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-104";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-178";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-111";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-366";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-307";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-352";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-287";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-283";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-211";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-287";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-214";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-370";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-328";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-337";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-275";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-177";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-110";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-195";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-128";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-368";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-318";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ustars";
                  }];
              };
              stride: {
                  bech32Prefix: "stride";
                  chainId: "stride-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-129";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-118";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-137";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-125";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-44";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-133";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-123";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-131";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-143";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-143";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-125";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-113";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-130";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-119";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-32";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-145";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-145";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-30";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ustrd";
                  }];
              };
              terra2: {
                  bech32Prefix: "terra";
                  chainId: "phoenix-1";
                  connections: {
                      carbon-1: {
                          client_id: "07-tendermint-66";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-391";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-381";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-390";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-380";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-369";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-311";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-386";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-362";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-93";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-274";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-192";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-367";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-302";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-410";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-414";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-405";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-408";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-87";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uluna";
                  }];
              };
              titan: {
                  bech32Prefix: "titan";
                  chainId: "titan_18888-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "atkx";
                  }];
              };
              umee: {
                  bech32Prefix: "umee";
                  chainId: "umee-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-152";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-101";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-179";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-119";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-170";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-110";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-244";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-208";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-243";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-206";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-234";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-248";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-249";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-213";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-64";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-45";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uumee";
                  }];
              };
          }[C<C>]
          : any> & (C extends "agoric"
          ? AgoricChainMethods
          : object)>
    • Type Parameters

      • C extends string

      Parameters

      • chainName: C

        name of the chain in KnownChains or the ChainHub backing the Orchestrator

      Returns Promise<Chain<C extends
              | "agoric"
              | "archway"
              | "celestia"
              | "dydx"
              | "evmos"
              | "haqq"
              | "juno"
              | "kava"
              | "kujira"
              | "migaloo"
              | "neutron"
              | "noble"
              | "nolus"
              | "persistence"
              | "pryzm"
              | "sei"
              | "shido"
              | "stride"
              | "titan"
              | "umee"
              | "beezee"
              | "carbon"
              | "coreum"
              | "cosmoshub"
              | "crescent"
              | "doravota"
              | "dymension"
              | "empowerchain"
              | "injective"
              | "lava"
              | "nibiru"
              | "omniflixhub"
              | "osmosis"
              | "planq"
              | "provenance"
              | "quicksilver"
              | "secretnetwork"
              | "sifchain"
              | "stargaze"
              | "terra2"
          ? {
              agoric: {
                  bech32Prefix: "agoric";
                  chainId: "agoric-3";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-93";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-91";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-72";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-66";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-20";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-73";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-101";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-99";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-67";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-74";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ubld";
                  }];
              };
              archway: {
                  bech32Prefix: "archway";
                  chainId: "archway-1";
                  connections: {
                      dymension_1100-1: {
                          client_id: "07-tendermint-91";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-114";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-58";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-83";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aarch";
                  }];
              };
              beezee: {
                  bech32Prefix: "bze";
                  chainId: "beezee-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ubze";
                  }];
              };
              carbon: {
                  bech32Prefix: "swth";
                  chainId: "carbon-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-33";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-16";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "swth";
                  }];
              };
              celestia: {
                  bech32Prefix: "celestia";
                  chainId: "celestia";
                  connections: {
                      dymension_1100-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-52";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-79";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-49";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-28";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-10";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-16";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-88";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-52";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-86";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-56";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "utia";
                  }];
              };
              coreum: {
                  bech32Prefix: "core";
                  chainId: "coreum-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-26";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-28";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ucore";
                  }];
              };
              cosmoshub: {
                  bech32Prefix: "cosmos";
                  chainId: "cosmoshub-4";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-927";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-649";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-765";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-554";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-1162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-884";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-724";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-538";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-1205";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-933";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      empowerchain-1: {
                          client_id: "07-tendermint-1151";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-872";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-620";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-480";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-1153";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-874";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-470";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-388";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-439";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-372";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-769";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-555";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-557";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-460";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-1318";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1050";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-1119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-809";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-1116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-790";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-656";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-501";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-259";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-257";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-1140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-827";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-760";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-551";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-994";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-693";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-1304";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1038";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-492";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-401";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-1188";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-918";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-913";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-635";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-1191";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-920";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uatom";
                  }];
              };
              crescent: {
                  bech32Prefix: "cre";
                  chainId: "crescent-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-42";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-41";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-26";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-39";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-56";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ucre";
                  }];
              };
              doravota: {
                  bech32Prefix: "dora";
                  chainId: "vota-ash";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-22";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-28";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-15";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-21";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "peaka";
                  }];
              };
              dydx: {
                  bech32Prefix: "dydx";
                  chainId: "dydx-mainnet-1";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-23";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-7";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-34";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-15";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "adydx";
                  }];
              };
              dymension: {
                  bech32Prefix: "dym";
                  chainId: "dymension_1100-1";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-39";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-22";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-17";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-10";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-29";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "adym";
                  }];
              };
              empowerchain: {
                  bech32Prefix: "empower";
                  chainId: "empowerchain-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "umpwr";
                  }];
              };
              evmos: {
                  bech32Prefix: "evmos";
                  chainId: "evmos_9001-2";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-70";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-134";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-117";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-71";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-135";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-81";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-138";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-85";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-21";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-67";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-142";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-106";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-50";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-41";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-17";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aevmos";
                  }];
              };
              haqq: {
                  bech32Prefix: "haqq";
                  chainId: "haqq_11235-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aISLM";
                  }];
              };
              injective: {
                  bech32Prefix: "inj";
                  chainId: "injective-1";
                  connections: {
                      celestia: {
                          client_id: "07-tendermint-226";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-110";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-91";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-132";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-105";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-92";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-144";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-116";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-205";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-123";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-233";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-220";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-212";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-216";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-202";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-267";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-268";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-126";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-101";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-131";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-103";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-229";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-217";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-245";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-239";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "inj";
                  }];
              };
              juno: {
                  bech32Prefix: "juno";
                  chainId: "juno-1";
                  connections: {
                      core-1: {
                          client_id: "07-tendermint-89";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-51";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-107";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-198";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-140";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-310";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-282";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-557";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-524";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-334";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-322";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-185";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-128";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-108";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-68";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-44";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-263";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-205";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ujuno";
                  }];
              };
              kava: {
                  bech32Prefix: "kava";
                  chainId: "kava_2222-10";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-147";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-182";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-158";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-198";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-148";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-200";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-203";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-120";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-157";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-149";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-193";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-130";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-166";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-156";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-125";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-162";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-151";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-194";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-172";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-214";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-146";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-181";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-156";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-196";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ukava";
                  }];
              };
              kujira: {
                  bech32Prefix: "kujira";
                  chainId: "kaiyo-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-94";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-64";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-60";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-167";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-130";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-163";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-126";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-75";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-158";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-122";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-169";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-132";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-25";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-77";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-59";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-82";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-95";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-70";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-46";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ukuji";
                  }];
              };
              lava: {
                  bech32Prefix: "lava@";
                  chainId: "lava-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-7";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ulava";
                  }];
              };
              migaloo: {
                  bech32Prefix: "migaloo";
                  chainId: "migaloo-1";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-138";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-108";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-90";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-73";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-113";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-89";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-108";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-84";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-118";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-90";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-104";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-83";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uwhale";
                  }];
              };
              neutron: {
                  bech32Prefix: "neutron";
                  chainId: "neutron-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-148";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-108";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      archway-1: {
                          client_id: "07-tendermint-62";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-43";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-48";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-36";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-52";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-72";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-51";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-82";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-61";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-78";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-58";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-97";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-71";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-54";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-89";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-71";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-50";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-98";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-85";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-63";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-23";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-15";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "untrn";
                  }];
              };
              nibiru: {
                  bech32Prefix: "nibi";
                  chainId: "cataclysm-1";
                  connections: {};
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "unibi";
                  }];
              };
              noble: {
                  bech32Prefix: "noble";
                  chainId: "noble-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-112";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-107";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-61";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-59";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-71";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-59";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-79";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-12";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-58";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-56";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-57";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-55";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-107";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-102";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-120";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-115";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-19";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-28";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-25";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-34";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-65";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-64";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-61";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-56";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pio-mainnet-1: {
                          client_id: "07-tendermint-30";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-37";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-103";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-95";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-100";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-92";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-24";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      shido_9008-1: {
                          client_id: "07-tendermint-106";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-99";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-16";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      titan_18888-1: {
                          client_id: "07-tendermint-114";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-109";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-73";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-74";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-111";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-106";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
              };
              nolus: {
                  bech32Prefix: "nolus";
                  chainId: "pirin-1";
                  connections: {
                      neutron-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-14";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-14";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "unls";
                  }];
              };
              omniflixhub: {
                  bech32Prefix: "omniflix";
                  chainId: "omniflixhub-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-47";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-75";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-55";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-49";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-74";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uflix";
                  }];
              };
              osmosis: {
                  bech32Prefix: "osmo";
                  chainId: "osmosis-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-2109";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1649";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      beezee-1: {
                          client_id: "07-tendermint-2154";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1672";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-1808";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1412";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-3012";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2503";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-2929";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2426";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-2083";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1624";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-3009";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2500";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-3086";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2566";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      empowerchain-1: {
                          client_id: "07-tendermint-2848";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2360";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-1840";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1440";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-2871";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2388";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-1703";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1298";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-1457";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1142";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-2017";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1559";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-1735";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1328";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-3210";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2668";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-2669";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2171";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-2823";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2338";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-2704";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2241";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-1829";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1431";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-2790";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2288";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-1979";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1536";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pio-mainnet-1: {
                          client_id: "07-tendermint-1899";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1472";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-2791";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2289";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-2318";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1815";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-3206";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2663";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      quicksilver-2: {
                          client_id: "07-tendermint-2400";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1889";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-1588";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1244";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      shido_9008-1: {
                          client_id: "07-tendermint-3198";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2654";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      sifchain-1: {
                          client_id: "07-tendermint-1484";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1159";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-1562";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1223";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-2119";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1657";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-1805";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1410";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-2959";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2454";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: true;
                  stakingTokens: readonly [{
                      denom: "uosmo";
                  }];
              };
              persistence: {
                  bech32Prefix: "persistence";
                  chainId: "core-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-167";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-88";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-159";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-197";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-57";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-53";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-48";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-162";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-200";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-156";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-161";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-199";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-160";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-198";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-166";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-207";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-144";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uxprt";
                  }];
              };
              planq: {
                  bech32Prefix: "plq";
                  chainId: "planq_7070-2";
                  connections: {
                      archway-1: {
                          client_id: "07-tendermint-561";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-486";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-144";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-151";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-567";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-490";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-545";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-477";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "aplanq";
                  }];
              };
              provenance: {
                  bech32Prefix: "pb";
                  chainId: "pio-mainnet-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-36";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "nhash";
                  }];
              };
              pryzm: {
                  bech32Prefix: "pryzm";
                  chainId: "pryzm-1";
                  connections: {
                      celestia: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-4";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-8";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "upryzm";
                  }];
              };
              quicksilver: {
                  bech32Prefix: "quick";
                  chainId: "quicksilver-2";
                  connections: {
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uqck";
                  }];
              };
              secretnetwork: {
                  bech32Prefix: "secret";
                  chainId: "secret-4";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-111";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-80";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-174";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-131";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      coreum-mainnet-1: {
                          client_id: "07-tendermint-186";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-138";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-53";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-31";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-194";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-189";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-42";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-24";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-49";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-23";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-9";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-48";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-29";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-116";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-87";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-199";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-192";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-170";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-127";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pirin-1: {
                          client_id: "07-tendermint-201";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-193";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      sifchain-1: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-43";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-75";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-40";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-193";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-188";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uscrt";
                  }];
              };
              sei: {
                  bech32Prefix: "sei";
                  chainId: "pacific-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-38";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-33";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-22";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-123";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-157";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-45";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-77";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      planq_7070-2: {
                          client_id: "07-tendermint-21";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-12";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-18";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-109";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-153";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "usei";
                  }];
              };
              shido: {
                  bech32Prefix: "shido";
                  chainId: "shido_9008-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-9";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "shido";
                  }];
              };
              sifchain: {
                  bech32Prefix: "sif";
                  chainId: "sifchain-1";
                  connections: {
                      osmosis-1: {
                          client_id: "07-tendermint-41";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-171";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-98";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "rowan";
                  }];
              };
              stargaze: {
                  bech32Prefix: "stars";
                  chainId: "stargaze-1";
                  connections: {
                      carbon-1: {
                          client_id: "07-tendermint-224";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-158";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-359";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-296";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-358";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-293";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-320";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-256";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-180";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-114";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-173";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-104";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-13";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-11";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-178";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-111";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      lava-mainnet-1: {
                          client_id: "07-tendermint-366";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-307";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-352";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-287";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-283";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-211";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-287";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-214";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      omniflixhub-1: {
                          client_id: "07-tendermint-370";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-328";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-337";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-275";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-177";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-110";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-195";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-128";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      vota-ash: {
                          client_id: "07-tendermint-368";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-318";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ustars";
                  }];
              };
              stride: {
                  bech32Prefix: "stride";
                  chainId: "stride-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-129";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-118";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      carbon-1: {
                          client_id: "07-tendermint-40";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-27";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-137";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-125";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-44";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-30";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-133";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-123";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dymension_1100-1: {
                          client_id: "07-tendermint-140";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-131";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      evmos_9001-2: {
                          client_id: "07-tendermint-8";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      haqq_11235-1: {
                          client_id: "07-tendermint-143";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-143";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-31";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-19";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-5";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-5";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-125";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-113";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-2";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pacific-1: {
                          client_id: "07-tendermint-130";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-119";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      phoenix-1: {
                          client_id: "07-tendermint-51";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-32";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-145";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-145";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-37";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-25";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-30";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-18";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      umee-1: {
                          client_id: "07-tendermint-32";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-20";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "ustrd";
                  }];
              };
              terra2: {
                  bech32Prefix: "terra";
                  chainId: "phoenix-1";
                  connections: {
                      carbon-1: {
                          client_id: "07-tendermint-66";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-54";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      celestia: {
                          client_id: "07-tendermint-391";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-381";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      cosmoshub-4: {
                          client_id: "07-tendermint-0";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-1";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-68";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-57";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-390";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-380";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-369";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-311";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      juno-1: {
                          client_id: "07-tendermint-3";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-6";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kaiyo-1: {
                          client_id: "07-tendermint-11";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-13";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      kava_2222-10: {
                          client_id: "07-tendermint-386";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-362";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-105";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-93";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      neutron-1: {
                          client_id: "07-tendermint-274";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-192";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-367";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-302";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-2";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-3";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      pryzm-1: {
                          client_id: "07-tendermint-410";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-414";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-4";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-7";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stargaze-1: {
                          client_id: "07-tendermint-405";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-408";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-87";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-72";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uluna";
                  }];
              };
              titan: {
                  bech32Prefix: "titan";
                  chainId: "titan_18888-1";
                  connections: {
                      noble-1: {
                          client_id: "07-tendermint-1";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "atkx";
                  }];
              };
              umee: {
                  bech32Prefix: "umee";
                  chainId: "umee-1";
                  connections: {
                      agoric-3: {
                          client_id: "07-tendermint-152";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-101";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      core-1: {
                          client_id: "07-tendermint-179";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-119";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      crescent-1: {
                          client_id: "07-tendermint-170";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-110";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      dydx-mainnet-1: {
                          client_id: "07-tendermint-244";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-208";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      injective-1: {
                          client_id: "07-tendermint-243";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-206";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      migaloo-1: {
                          client_id: "07-tendermint-234";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-195";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      noble-1: {
                          client_id: "07-tendermint-248";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-210";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      osmosis-1: {
                          client_id: "07-tendermint-6";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-0";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      secret-4: {
                          client_id: "07-tendermint-249";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-213";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                      stride-1: {
                          client_id: "07-tendermint-64";
                          counterparty: {
                              client_id: ...;
                              connection_id: ...;
                          };
                          id: "connection-45";
                          state: 3;
                          transferChannel: {
                              channelId: ...;
                              counterPartyChannelId: ...;
                              counterPartyPortId: ...;
                              ordering: ...;
                              portId: ...;
                              state: ...;
                              version: ...;
                          };
                      };
                  };
                  icqEnabled: false;
                  stakingTokens: readonly [{
                      denom: "uumee";
                  }];
              };
          }[C<C>]
          : any> & (C extends "agoric"
          ? AgoricChainMethods
          : object)>

getDenomInfo: (<HoldingChain, IssuingChain>(denom: string, srcChainName: HoldingChain) => DenomInfo<HoldingChain, IssuingChain>)

For a denom, return information about a denom including the equivalent local Brand, the Chain on which the denom is held, and the Chain that issues the corresponding asset.