diff --git a/src/dex/bebop/constants.ts b/src/dex/bebop/constants.ts index b446d8c7c..847c67dba 100644 --- a/src/dex/bebop/constants.ts +++ b/src/dex/bebop/constants.ts @@ -6,7 +6,7 @@ export const BEBOP_API_URL = 'https://api.bebop.xyz'; export const BEBOP_WS_API_URL = 'wss://api.bebop.xyz'; export const BEBOP_GAS_COST = 120_000; export const BEBOP_AUTH_NAME = 'paraswap'; -export const BEBOP_QUOTE_TIMEOUT_MS = 2000; +export const BEBOP_QUOTE_TIMEOUT_MS = 3000; export const BEBOP_ERRORS_CACHE_KEY = 'errors'; export const BEBOP_RESTRICTED_CACHE_KEY = 'restricted'; // Restrict for BEBOP_RESTRICT_TTL_S if an error occured >= BEBOP_RESTRICT_COUNT_THRESHOLD times within BEBOP_RESTRICT_CHECK_INTERVAL_S interval