UNPKG

@toruslabs/torus-embed

Version:
39 lines (38 loc) 1.21 kB
import { EMBED_TRANSLATION_ITEM, IPaymentProvider, LocaleLinks } from "./interfaces"; declare const _default: { supportedVerifierList: ("google" | "facebook" | "twitch" | "reddit" | "discord" | "torus-auth0-email-passwordless")[]; paymentProviders: { moonpay: IPaymentProvider; rampnetwork: IPaymentProvider; mercuryo: IPaymentProvider; transak: IPaymentProvider; banxa: { line1: string; line2: string; line3: string; supportPage: string; minOrderValue: number; maxOrderValue: number; validCurrencies: string[]; validCryptoCurrenciesByChain: { mainnet: { value: string; display: string; }[]; matic: { value: string; display: string; }[]; }; includeFees: boolean; enforceMax: boolean; }; }; api: string; translations: LocaleLinks<{ embed: EMBED_TRANSLATION_ITEM; }>; prodTorusUrl: string; localStorageKeyPrefix: string; }; export default _default;