Provided in the callback to orchestrate().

interface Orchestrator {
    asAmount: ((amount: DenomAmount) => NatAmount);
    getChain: (<C>(chainName: C) => Promise<Chain<C extends
            | "agoric"
            | "base"
            | "solana"
            | "celestia"
            | "cosmoshub"
            | "juno"
            | "neutron"
            | "noble"
            | "omniflixhub"
            | "osmosis"
            | "secretnetwork"
            | "stargaze"
            | "stride"
            | "umee"
            | "dydx"
            | "archway"
            | "evmos"
            | "haqq"
            | "kava"
            | "kujira"
            | "migaloo"
            | "nolus"
            | "persistence"
            | "pryzm"
            | "sei"
            | "shido"
            | "titan"
            | "beezee"
            | "carbon"
            | "coreum"
            | "crescent"
            | "doravota"
            | "dymension"
            | "empowerchain"
            | "injective"
            | "lava"
            | "nibiru"
            | "planq"
            | "provenance"
            | "quicksilver"
            | "sifchain"
            | "terra2"
            | "ethereum"
            | "avalanche"
            | "optimism"
            | "arbitrum"
            | "polygon"
        ? {
            agoric: {
                bech32Prefix: "agoric";
                chainId: "agoric-3";
                connections: {
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "agoric-3";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            arbitrum: {
                cctpDestinationDomain: 3;
                namespace: "eip155";
                reference: "42161";
            };
            archway: {
                bech32Prefix: "archway";
                chainId: "archway-1";
                connections: {
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "archway-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            avalanche: {
                cctpDestinationDomain: 1;
                namespace: "eip155";
                reference: "43114";
            };
            base: {
                cctpDestinationDomain: 6;
                namespace: "eip155";
                reference: "8453";
            };
            beezee: {
                bech32Prefix: "bze";
                chainId: "beezee-1";
                connections: {
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "beezee-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            carbon: {
                bech32Prefix: "swth";
                chainId: "carbon-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "carbon-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            celestia: {
                bech32Prefix: "celestia";
                chainId: "celestia";
                connections: {
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "celestia";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            coreum: {
                bech32Prefix: "core";
                chainId: "coreum-mainnet-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "coreum-mainnet-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            cosmoshub: {
                bech32Prefix: "cosmos";
                chainId: "cosmoshub-4";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    empowerchain-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    haqq_11235-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    lava-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "cosmoshub-4";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            crescent: {
                bech32Prefix: "cre";
                chainId: "crescent-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "crescent-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            doravota: {
                bech32Prefix: "dora";
                chainId: "vota-ash";
                connections: {
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pirin-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "vota-ash";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            dydx: {
                bech32Prefix: "dydx";
                chainId: "dydx-mainnet-1";
                connections: {
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "dydx-mainnet-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            dymension: {
                bech32Prefix: "dym";
                chainId: "dymension_1100-1";
                connections: {
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "dymension_1100-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            empowerchain: {
                bech32Prefix: "empower";
                chainId: "empowerchain-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "empowerchain-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            ethereum: {
                cctpDestinationDomain: 0;
                namespace: "eip155";
                reference: "1";
            };
            evmos: {
                bech32Prefix: "evmos";
                chainId: "evmos_9001-2";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    lava-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "evmos_9001-2";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            haqq: {
                bech32Prefix: "haqq";
                chainId: "haqq_11235-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "haqq_11235-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            injective: {
                bech32Prefix: "inj";
                chainId: "injective-1";
                connections: {
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "injective-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            juno: {
                bech32Prefix: "juno";
                chainId: "juno-1";
                connections: {
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "juno-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            kava: {
                bech32Prefix: "kava";
                chainId: "kava_2222-10";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    haqq_11235-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "kava_2222-10";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            kujira: {
                bech32Prefix: "kujira";
                chainId: "kaiyo-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "kaiyo-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            lava: {
                bech32Prefix: "lava@";
                chainId: "lava-mainnet-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "lava-mainnet-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            migaloo: {
                bech32Prefix: "migaloo";
                chainId: "migaloo-1";
                connections: {
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "migaloo-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            neutron: {
                bech32Prefix: "neutron";
                chainId: "neutron-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pirin-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "neutron-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            nibiru: {
                bech32Prefix: "nibi";
                chainId: "cataclysm-1";
                connections: {};
                icqEnabled: false;
                namespace: "cosmos";
                reference: "cataclysm-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            noble: {
                bech32Prefix: "noble";
                chainId: "noble-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    beezee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    haqq_11235-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    lava-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pio-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    shido_9008-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    titan_18888-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "noble-1";
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            nolus: {
                bech32Prefix: "nolus";
                chainId: "pirin-1";
                connections: {
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "pirin-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            omniflixhub: {
                bech32Prefix: "omniflix";
                chainId: "omniflixhub-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    beezee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "omniflixhub-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            optimism: {
                cctpDestinationDomain: 2;
                namespace: "eip155";
                reference: "10";
            };
            osmosis: {
                bech32Prefix: "osmo";
                chainId: "osmosis-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    beezee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    empowerchain-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    haqq_11235-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    lava-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pio-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pirin-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    shido_9008-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    sifchain-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: true;
                namespace: "cosmos";
                reference: "osmosis-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            persistence: {
                bech32Prefix: "persistence";
                chainId: "core-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "core-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            planq: {
                bech32Prefix: "plq";
                chainId: "planq_7070-2";
                connections: {
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "planq_7070-2";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            polygon: {
                cctpDestinationDomain: 7;
                namespace: "eip155";
                reference: "137";
            };
            provenance: {
                bech32Prefix: "pb";
                chainId: "pio-mainnet-1";
                connections: {
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "pio-mainnet-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            pryzm: {
                bech32Prefix: "pryzm";
                chainId: "pryzm-1";
                connections: {
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "pryzm-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            quicksilver: {
                bech32Prefix: "quick";
                chainId: "quicksilver-2";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    archway-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "quicksilver-2";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            secretnetwork: {
                bech32Prefix: "secret";
                chainId: "secret-4";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    coreum-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pirin-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    sifchain-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "secret-4";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            sei: {
                bech32Prefix: "sei";
                chainId: "pacific-1";
                connections: {
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    planq_7070-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "pacific-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            shido: {
                bech32Prefix: "shido";
                chainId: "shido_9008-1";
                connections: {
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "shido_9008-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            sifchain: {
                bech32Prefix: "sif";
                chainId: "sifchain-1";
                connections: {
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "sifchain-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            solana: {
                cctpDestinationDomain: 5;
                namespace: "solana";
                reference: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
            };
            stargaze: {
                bech32Prefix: "stars";
                chainId: "stargaze-1";
                connections: {
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    lava-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    omniflixhub-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    vota-ash: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "stargaze-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            stride: {
                bech32Prefix: "stride";
                chainId: "stride-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dymension_1100-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    evmos_9001-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    haqq_11235-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pacific-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    phoenix-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    umee-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "stride-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            terra2: {
                bech32Prefix: "terra";
                chainId: "phoenix-1";
                connections: {
                    carbon-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    celestia: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    cosmoshub-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    juno-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kaiyo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    kava_2222-10: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    neutron-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    pryzm-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stargaze-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "phoenix-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            titan: {
                bech32Prefix: "titan";
                chainId: "titan_18888-1";
                connections: {
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "titan_18888-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
            umee: {
                bech32Prefix: "umee";
                chainId: "umee-1";
                connections: {
                    agoric-3: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    core-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    crescent-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    dydx-mainnet-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    injective-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    migaloo-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    noble-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    osmosis-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    quicksilver-2: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    secret-4: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                    stride-1: {
                        client_id: ...;
                        counterparty: ...;
                        id: ...;
                        state: ...;
                        transferChannel: ...;
                    };
                };
                icqEnabled: false;
                namespace: "cosmos";
                reference: "umee-1";
                stakingTokens: readonly [{
                    denom: ...;
                }];
            } & {
                cctpDestinationDomain?: number;
                icaEnabled: boolean;
                icqEnabled: boolean;
                pfmEnabled: boolean;
            };
        }[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"
        | "base"
        | "solana"
        | "celestia"
        | "cosmoshub"
        | "juno"
        | "neutron"
        | "noble"
        | "omniflixhub"
        | "osmosis"
        | "secretnetwork"
        | "stargaze"
        | "stride"
        | "umee"
        | "dydx"
        | "archway"
        | "evmos"
        | "haqq"
        | "kava"
        | "kujira"
        | "migaloo"
        | "nolus"
        | "persistence"
        | "pryzm"
        | "sei"
        | "shido"
        | "titan"
        | "beezee"
        | "carbon"
        | "coreum"
        | "crescent"
        | "doravota"
        | "dymension"
        | "empowerchain"
        | "injective"
        | "lava"
        | "nibiru"
        | "planq"
        | "provenance"
        | "quicksilver"
        | "sifchain"
        | "terra2"
        | "ethereum"
        | "avalanche"
        | "optimism"
        | "arbitrum"
        | "polygon"
    ? {
        agoric: {
            bech32Prefix: "agoric";
            chainId: "agoric-3";
            connections: {
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "agoric-3";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        arbitrum: {
            cctpDestinationDomain: 3;
            namespace: "eip155";
            reference: "42161";
        };
        archway: {
            bech32Prefix: "archway";
            chainId: "archway-1";
            connections: {
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "archway-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        avalanche: {
            cctpDestinationDomain: 1;
            namespace: "eip155";
            reference: "43114";
        };
        base: {
            cctpDestinationDomain: 6;
            namespace: "eip155";
            reference: "8453";
        };
        beezee: {
            bech32Prefix: "bze";
            chainId: "beezee-1";
            connections: {
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "beezee-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        carbon: {
            bech32Prefix: "swth";
            chainId: "carbon-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "carbon-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        celestia: {
            bech32Prefix: "celestia";
            chainId: "celestia";
            connections: {
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "celestia";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        coreum: {
            bech32Prefix: "core";
            chainId: "coreum-mainnet-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "coreum-mainnet-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        cosmoshub: {
            bech32Prefix: "cosmos";
            chainId: "cosmoshub-4";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                empowerchain-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                haqq_11235-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                lava-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "cosmoshub-4";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        crescent: {
            bech32Prefix: "cre";
            chainId: "crescent-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "crescent-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        doravota: {
            bech32Prefix: "dora";
            chainId: "vota-ash";
            connections: {
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pirin-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "vota-ash";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        dydx: {
            bech32Prefix: "dydx";
            chainId: "dydx-mainnet-1";
            connections: {
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "dydx-mainnet-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        dymension: {
            bech32Prefix: "dym";
            chainId: "dymension_1100-1";
            connections: {
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "dymension_1100-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        empowerchain: {
            bech32Prefix: "empower";
            chainId: "empowerchain-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "empowerchain-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        ethereum: {
            cctpDestinationDomain: 0;
            namespace: "eip155";
            reference: "1";
        };
        evmos: {
            bech32Prefix: "evmos";
            chainId: "evmos_9001-2";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                lava-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "evmos_9001-2";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        haqq: {
            bech32Prefix: "haqq";
            chainId: "haqq_11235-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "haqq_11235-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        injective: {
            bech32Prefix: "inj";
            chainId: "injective-1";
            connections: {
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "injective-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        juno: {
            bech32Prefix: "juno";
            chainId: "juno-1";
            connections: {
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "juno-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        kava: {
            bech32Prefix: "kava";
            chainId: "kava_2222-10";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                haqq_11235-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "kava_2222-10";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        kujira: {
            bech32Prefix: "kujira";
            chainId: "kaiyo-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "kaiyo-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        lava: {
            bech32Prefix: "lava@";
            chainId: "lava-mainnet-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "lava-mainnet-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        migaloo: {
            bech32Prefix: "migaloo";
            chainId: "migaloo-1";
            connections: {
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "migaloo-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        neutron: {
            bech32Prefix: "neutron";
            chainId: "neutron-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pirin-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "neutron-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        nibiru: {
            bech32Prefix: "nibi";
            chainId: "cataclysm-1";
            connections: {};
            icqEnabled: false;
            namespace: "cosmos";
            reference: "cataclysm-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        noble: {
            bech32Prefix: "noble";
            chainId: "noble-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                beezee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                haqq_11235-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                lava-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pio-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                shido_9008-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                titan_18888-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "noble-1";
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        nolus: {
            bech32Prefix: "nolus";
            chainId: "pirin-1";
            connections: {
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "pirin-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        omniflixhub: {
            bech32Prefix: "omniflix";
            chainId: "omniflixhub-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                beezee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "omniflixhub-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        optimism: {
            cctpDestinationDomain: 2;
            namespace: "eip155";
            reference: "10";
        };
        osmosis: {
            bech32Prefix: "osmo";
            chainId: "osmosis-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                beezee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                empowerchain-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                haqq_11235-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                lava-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pio-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pirin-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                shido_9008-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                sifchain-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: true;
            namespace: "cosmos";
            reference: "osmosis-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        persistence: {
            bech32Prefix: "persistence";
            chainId: "core-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "core-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        planq: {
            bech32Prefix: "plq";
            chainId: "planq_7070-2";
            connections: {
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "planq_7070-2";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        polygon: {
            cctpDestinationDomain: 7;
            namespace: "eip155";
            reference: "137";
        };
        provenance: {
            bech32Prefix: "pb";
            chainId: "pio-mainnet-1";
            connections: {
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "pio-mainnet-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        pryzm: {
            bech32Prefix: "pryzm";
            chainId: "pryzm-1";
            connections: {
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "pryzm-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        quicksilver: {
            bech32Prefix: "quick";
            chainId: "quicksilver-2";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                archway-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "quicksilver-2";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        secretnetwork: {
            bech32Prefix: "secret";
            chainId: "secret-4";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                coreum-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pirin-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                sifchain-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "secret-4";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        sei: {
            bech32Prefix: "sei";
            chainId: "pacific-1";
            connections: {
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                planq_7070-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "pacific-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        shido: {
            bech32Prefix: "shido";
            chainId: "shido_9008-1";
            connections: {
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "shido_9008-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        sifchain: {
            bech32Prefix: "sif";
            chainId: "sifchain-1";
            connections: {
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "sifchain-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        solana: {
            cctpDestinationDomain: 5;
            namespace: "solana";
            reference: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
        };
        stargaze: {
            bech32Prefix: "stars";
            chainId: "stargaze-1";
            connections: {
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                lava-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                omniflixhub-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                vota-ash: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "stargaze-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        stride: {
            bech32Prefix: "stride";
            chainId: "stride-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dymension_1100-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                evmos_9001-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                haqq_11235-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pacific-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                phoenix-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                umee-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "stride-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        terra2: {
            bech32Prefix: "terra";
            chainId: "phoenix-1";
            connections: {
                carbon-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                celestia: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                cosmoshub-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                juno-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kaiyo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                kava_2222-10: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                neutron-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                pryzm-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stargaze-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "phoenix-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        titan: {
            bech32Prefix: "titan";
            chainId: "titan_18888-1";
            connections: {
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "titan_18888-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
        umee: {
            bech32Prefix: "umee";
            chainId: "umee-1";
            connections: {
                agoric-3: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                core-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                crescent-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                dydx-mainnet-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                injective-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                migaloo-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                noble-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                osmosis-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                quicksilver-2: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                secret-4: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
                stride-1: {
                    client_id: ...;
                    counterparty: ...;
                    id: ...;
                    state: ...;
                    transferChannel: ...;
                };
            };
            icqEnabled: false;
            namespace: "cosmos";
            reference: "umee-1";
            stakingTokens: readonly [{
                denom: ...;
            }];
        } & {
            cctpDestinationDomain?: number;
            icaEnabled: boolean;
            icqEnabled: boolean;
            pfmEnabled: boolean;
        };
    }[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"
              | "base"
              | "solana"
              | "celestia"
              | "cosmoshub"
              | "juno"
              | "neutron"
              | "noble"
              | "omniflixhub"
              | "osmosis"
              | "secretnetwork"
              | "stargaze"
              | "stride"
              | "umee"
              | "dydx"
              | "archway"
              | "evmos"
              | "haqq"
              | "kava"
              | "kujira"
              | "migaloo"
              | "nolus"
              | "persistence"
              | "pryzm"
              | "sei"
              | "shido"
              | "titan"
              | "beezee"
              | "carbon"
              | "coreum"
              | "crescent"
              | "doravota"
              | "dymension"
              | "empowerchain"
              | "injective"
              | "lava"
              | "nibiru"
              | "planq"
              | "provenance"
              | "quicksilver"
              | "sifchain"
              | "terra2"
              | "ethereum"
              | "avalanche"
              | "optimism"
              | "arbitrum"
              | "polygon"
          ? {
              agoric: {
                  bech32Prefix: "agoric";
                  chainId: "agoric-3";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "agoric-3";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              arbitrum: {
                  cctpDestinationDomain: 3;
                  namespace: "eip155";
                  reference: "42161";
              };
              archway: {
                  bech32Prefix: "archway";
                  chainId: "archway-1";
                  connections: {
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "archway-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              avalanche: {
                  cctpDestinationDomain: 1;
                  namespace: "eip155";
                  reference: "43114";
              };
              base: {
                  cctpDestinationDomain: 6;
                  namespace: "eip155";
                  reference: "8453";
              };
              beezee: {
                  bech32Prefix: "bze";
                  chainId: "beezee-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "beezee-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              carbon: {
                  bech32Prefix: "swth";
                  chainId: "carbon-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "carbon-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              celestia: {
                  bech32Prefix: "celestia";
                  chainId: "celestia";
                  connections: {
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "celestia";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              coreum: {
                  bech32Prefix: "core";
                  chainId: "coreum-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "coreum-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              cosmoshub: {
                  bech32Prefix: "cosmos";
                  chainId: "cosmoshub-4";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      empowerchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "cosmoshub-4";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              crescent: {
                  bech32Prefix: "cre";
                  chainId: "crescent-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "crescent-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              doravota: {
                  bech32Prefix: "dora";
                  chainId: "vota-ash";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "vota-ash";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              dydx: {
                  bech32Prefix: "dydx";
                  chainId: "dydx-mainnet-1";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "dydx-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              dymension: {
                  bech32Prefix: "dym";
                  chainId: "dymension_1100-1";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "dymension_1100-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              empowerchain: {
                  bech32Prefix: "empower";
                  chainId: "empowerchain-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "empowerchain-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              ethereum: {
                  cctpDestinationDomain: 0;
                  namespace: "eip155";
                  reference: "1";
              };
              evmos: {
                  bech32Prefix: "evmos";
                  chainId: "evmos_9001-2";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "evmos_9001-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              haqq: {
                  bech32Prefix: "haqq";
                  chainId: "haqq_11235-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "haqq_11235-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              injective: {
                  bech32Prefix: "inj";
                  chainId: "injective-1";
                  connections: {
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "injective-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              juno: {
                  bech32Prefix: "juno";
                  chainId: "juno-1";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "juno-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              kava: {
                  bech32Prefix: "kava";
                  chainId: "kava_2222-10";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "kava_2222-10";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              kujira: {
                  bech32Prefix: "kujira";
                  chainId: "kaiyo-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "kaiyo-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              lava: {
                  bech32Prefix: "lava@";
                  chainId: "lava-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "lava-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              migaloo: {
                  bech32Prefix: "migaloo";
                  chainId: "migaloo-1";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "migaloo-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              neutron: {
                  bech32Prefix: "neutron";
                  chainId: "neutron-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "neutron-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              nibiru: {
                  bech32Prefix: "nibi";
                  chainId: "cataclysm-1";
                  connections: {};
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "cataclysm-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              noble: {
                  bech32Prefix: "noble";
                  chainId: "noble-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pio-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      shido_9008-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      titan_18888-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "noble-1";
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              nolus: {
                  bech32Prefix: "nolus";
                  chainId: "pirin-1";
                  connections: {
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pirin-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              omniflixhub: {
                  bech32Prefix: "omniflix";
                  chainId: "omniflixhub-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "omniflixhub-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              optimism: {
                  cctpDestinationDomain: 2;
                  namespace: "eip155";
                  reference: "10";
              };
              osmosis: {
                  bech32Prefix: "osmo";
                  chainId: "osmosis-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      empowerchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pio-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      shido_9008-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      sifchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: true;
                  namespace: "cosmos";
                  reference: "osmosis-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              persistence: {
                  bech32Prefix: "persistence";
                  chainId: "core-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "core-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              planq: {
                  bech32Prefix: "plq";
                  chainId: "planq_7070-2";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "planq_7070-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              polygon: {
                  cctpDestinationDomain: 7;
                  namespace: "eip155";
                  reference: "137";
              };
              provenance: {
                  bech32Prefix: "pb";
                  chainId: "pio-mainnet-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pio-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              pryzm: {
                  bech32Prefix: "pryzm";
                  chainId: "pryzm-1";
                  connections: {
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pryzm-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              quicksilver: {
                  bech32Prefix: "quick";
                  chainId: "quicksilver-2";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "quicksilver-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              secretnetwork: {
                  bech32Prefix: "secret";
                  chainId: "secret-4";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      sifchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "secret-4";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              sei: {
                  bech32Prefix: "sei";
                  chainId: "pacific-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pacific-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              shido: {
                  bech32Prefix: "shido";
                  chainId: "shido_9008-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "shido_9008-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              sifchain: {
                  bech32Prefix: "sif";
                  chainId: "sifchain-1";
                  connections: {
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "sifchain-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              solana: {
                  cctpDestinationDomain: 5;
                  namespace: "solana";
                  reference: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
              };
              stargaze: {
                  bech32Prefix: "stars";
                  chainId: "stargaze-1";
                  connections: {
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "stargaze-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              stride: {
                  bech32Prefix: "stride";
                  chainId: "stride-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "stride-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              terra2: {
                  bech32Prefix: "terra";
                  chainId: "phoenix-1";
                  connections: {
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "phoenix-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              titan: {
                  bech32Prefix: "titan";
                  chainId: "titan_18888-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "titan_18888-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              umee: {
                  bech32Prefix: "umee";
                  chainId: "umee-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "umee-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
          }[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"
              | "base"
              | "solana"
              | "celestia"
              | "cosmoshub"
              | "juno"
              | "neutron"
              | "noble"
              | "omniflixhub"
              | "osmosis"
              | "secretnetwork"
              | "stargaze"
              | "stride"
              | "umee"
              | "dydx"
              | "archway"
              | "evmos"
              | "haqq"
              | "kava"
              | "kujira"
              | "migaloo"
              | "nolus"
              | "persistence"
              | "pryzm"
              | "sei"
              | "shido"
              | "titan"
              | "beezee"
              | "carbon"
              | "coreum"
              | "crescent"
              | "doravota"
              | "dymension"
              | "empowerchain"
              | "injective"
              | "lava"
              | "nibiru"
              | "planq"
              | "provenance"
              | "quicksilver"
              | "sifchain"
              | "terra2"
              | "ethereum"
              | "avalanche"
              | "optimism"
              | "arbitrum"
              | "polygon"
          ? {
              agoric: {
                  bech32Prefix: "agoric";
                  chainId: "agoric-3";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "agoric-3";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              arbitrum: {
                  cctpDestinationDomain: 3;
                  namespace: "eip155";
                  reference: "42161";
              };
              archway: {
                  bech32Prefix: "archway";
                  chainId: "archway-1";
                  connections: {
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "archway-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              avalanche: {
                  cctpDestinationDomain: 1;
                  namespace: "eip155";
                  reference: "43114";
              };
              base: {
                  cctpDestinationDomain: 6;
                  namespace: "eip155";
                  reference: "8453";
              };
              beezee: {
                  bech32Prefix: "bze";
                  chainId: "beezee-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "beezee-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              carbon: {
                  bech32Prefix: "swth";
                  chainId: "carbon-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "carbon-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              celestia: {
                  bech32Prefix: "celestia";
                  chainId: "celestia";
                  connections: {
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "celestia";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              coreum: {
                  bech32Prefix: "core";
                  chainId: "coreum-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "coreum-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              cosmoshub: {
                  bech32Prefix: "cosmos";
                  chainId: "cosmoshub-4";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      empowerchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "cosmoshub-4";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              crescent: {
                  bech32Prefix: "cre";
                  chainId: "crescent-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "crescent-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              doravota: {
                  bech32Prefix: "dora";
                  chainId: "vota-ash";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "vota-ash";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              dydx: {
                  bech32Prefix: "dydx";
                  chainId: "dydx-mainnet-1";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "dydx-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              dymension: {
                  bech32Prefix: "dym";
                  chainId: "dymension_1100-1";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "dymension_1100-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              empowerchain: {
                  bech32Prefix: "empower";
                  chainId: "empowerchain-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "empowerchain-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              ethereum: {
                  cctpDestinationDomain: 0;
                  namespace: "eip155";
                  reference: "1";
              };
              evmos: {
                  bech32Prefix: "evmos";
                  chainId: "evmos_9001-2";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "evmos_9001-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              haqq: {
                  bech32Prefix: "haqq";
                  chainId: "haqq_11235-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "haqq_11235-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              injective: {
                  bech32Prefix: "inj";
                  chainId: "injective-1";
                  connections: {
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "injective-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              juno: {
                  bech32Prefix: "juno";
                  chainId: "juno-1";
                  connections: {
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "juno-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              kava: {
                  bech32Prefix: "kava";
                  chainId: "kava_2222-10";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "kava_2222-10";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              kujira: {
                  bech32Prefix: "kujira";
                  chainId: "kaiyo-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "kaiyo-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              lava: {
                  bech32Prefix: "lava@";
                  chainId: "lava-mainnet-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "lava-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              migaloo: {
                  bech32Prefix: "migaloo";
                  chainId: "migaloo-1";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "migaloo-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              neutron: {
                  bech32Prefix: "neutron";
                  chainId: "neutron-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "neutron-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              nibiru: {
                  bech32Prefix: "nibi";
                  chainId: "cataclysm-1";
                  connections: {};
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "cataclysm-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              noble: {
                  bech32Prefix: "noble";
                  chainId: "noble-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pio-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      shido_9008-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      titan_18888-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "noble-1";
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              nolus: {
                  bech32Prefix: "nolus";
                  chainId: "pirin-1";
                  connections: {
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pirin-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              omniflixhub: {
                  bech32Prefix: "omniflix";
                  chainId: "omniflixhub-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "omniflixhub-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              optimism: {
                  cctpDestinationDomain: 2;
                  namespace: "eip155";
                  reference: "10";
              };
              osmosis: {
                  bech32Prefix: "osmo";
                  chainId: "osmosis-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      beezee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      empowerchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pio-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      shido_9008-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      sifchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: true;
                  namespace: "cosmos";
                  reference: "osmosis-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              persistence: {
                  bech32Prefix: "persistence";
                  chainId: "core-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "core-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              planq: {
                  bech32Prefix: "plq";
                  chainId: "planq_7070-2";
                  connections: {
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "planq_7070-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              polygon: {
                  cctpDestinationDomain: 7;
                  namespace: "eip155";
                  reference: "137";
              };
              provenance: {
                  bech32Prefix: "pb";
                  chainId: "pio-mainnet-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pio-mainnet-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              pryzm: {
                  bech32Prefix: "pryzm";
                  chainId: "pryzm-1";
                  connections: {
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pryzm-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              quicksilver: {
                  bech32Prefix: "quick";
                  chainId: "quicksilver-2";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      archway-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "quicksilver-2";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              secretnetwork: {
                  bech32Prefix: "secret";
                  chainId: "secret-4";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      coreum-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pirin-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      sifchain-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "secret-4";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              sei: {
                  bech32Prefix: "sei";
                  chainId: "pacific-1";
                  connections: {
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      planq_7070-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "pacific-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              shido: {
                  bech32Prefix: "shido";
                  chainId: "shido_9008-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "shido_9008-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              sifchain: {
                  bech32Prefix: "sif";
                  chainId: "sifchain-1";
                  connections: {
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "sifchain-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              solana: {
                  cctpDestinationDomain: 5;
                  namespace: "solana";
                  reference: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
              };
              stargaze: {
                  bech32Prefix: "stars";
                  chainId: "stargaze-1";
                  connections: {
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      lava-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      omniflixhub-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      vota-ash: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "stargaze-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              stride: {
                  bech32Prefix: "stride";
                  chainId: "stride-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dymension_1100-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      evmos_9001-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      haqq_11235-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pacific-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      phoenix-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      umee-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "stride-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              terra2: {
                  bech32Prefix: "terra";
                  chainId: "phoenix-1";
                  connections: {
                      carbon-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      celestia: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      cosmoshub-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      juno-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kaiyo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      kava_2222-10: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      neutron-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      pryzm-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stargaze-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "phoenix-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              titan: {
                  bech32Prefix: "titan";
                  chainId: "titan_18888-1";
                  connections: {
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "titan_18888-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
              umee: {
                  bech32Prefix: "umee";
                  chainId: "umee-1";
                  connections: {
                      agoric-3: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      core-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      crescent-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      dydx-mainnet-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      injective-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      migaloo-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      noble-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      osmosis-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      quicksilver-2: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      secret-4: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                      stride-1: {
                          client_id: ...;
                          counterparty: ...;
                          id: ...;
                          state: ...;
                          transferChannel: ...;
                      };
                  };
                  icqEnabled: false;
                  namespace: "cosmos";
                  reference: "umee-1";
                  stakingTokens: readonly [{
                      denom: ...;
                  }];
              } & {
                  cctpDestinationDomain?: number;
                  icaEnabled: boolean;
                  icqEnabled: boolean;
                  pfmEnabled: boolean;
              };
          }[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.