UNPKG

@ledgerhq/ledger-cal-service

Version:
17 lines 481 B
export type SwapProviderConfig = { needsKYC: boolean; needsBearerToken?: boolean; }; export type AdditionalProviderConfig = SwapProviderConfig & { type: "DEX" | "CEX"; } & { version?: number; termsOfUseUrl: string; supportUrl: string; mainUrl: string; useInExchangeApp: boolean; displayName: string; usefulUrls?: string[]; }; export declare const SWAP_DATA_CDN: Record<string, AdditionalProviderConfig>; //# sourceMappingURL=default.d.ts.map