@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 312 B
JavaScript
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;
//# sourceMappingURL=timeout.js.map