import { ChainInfo } from "@keplr-wallet/types"; export type ChainInfoWithSuggestedOptions = ChainInfo & { readonly updateFromRepoDisabled?: boolean; }; export type ChainInfoWithCoreTypes = ChainInfoWithSuggestedOptions & { readonly embedded?: boolean; };