export declare const ASSET_LOGO_SRCS: Record; /** Generic fallback logo when a symbol isn't in the map. */ export declare const FALLBACK_ASSET_LOGO = "https://sdk-cdn.fun.xyz/images/dollar_circle.png"; /** * Verbatim mirror of `@funkit/fun-relay`'s `getAssetLogoSrc`: resolve a token's * logo URL by symbol (case-insensitive), falling back to a generic dollar-circle. * This is web's *wallet-assets* resolver. NOTE: the deposit/transfer token list * does NOT use this — it uses {@link tokenLogoUri} (web's `getTokenIconUrl`), * which falls back to `.svg` rather than the dollar-circle. */ export declare function getAssetLogoSrc(symbol: string): string; //# sourceMappingURL=assetLogos.d.ts.map