@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 330 B
TypeScript
export declare const DEFAULT_SWAP_TIMEOUT_MS = 10000;
/**
* Default to 20 seconds for quotes refresh interval in millisecond
*/
export declare const DEFAULT_SWAP_RATES_INTERVAL_MS: number;
/**
* Default to 30 seconds LLM
*/
export declare const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS: number;
//# sourceMappingURL=timeout.d.ts.map