Variable CosmosChainInfoShapeConst
CosmosChainInfoShape: TypedPattern<Readonly<{ bech32Prefix?: string; chainId: string; connections?: Record<string, IBCConnectionInfo>; icqEnabled?: boolean; pfmEnabled?: boolean; stakingTokens?: readonly { denom: string; }[]; }>> = ...