UNPKG

@ledgerhq/live-common

Version:
12 lines (9 loc) 279 B
export const DEFAULT_SWAP_TIMEOUT_MS = 10000; /** * Default to 20 seconds for quotes refresh interval in millisecond */ export const DEFAULT_SWAP_RATES_INTERVAL_MS = 20 * 1000; /** * Default to 30 seconds LLM */ export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 60 * 1000;