diff --git a/src/dex/dexalot/constants.ts b/src/dex/dexalot/constants.ts index f45bc8cf0..c587d8056 100644 --- a/src/dex/dexalot/constants.ts +++ b/src/dex/dexalot/constants.ts @@ -6,7 +6,7 @@ export const DEXALOT_PRICES_CACHES_TTL_S = 3; export const DEXALOT_PAIRS_CACHES_TTL_S = 21 * 60; // 21 mins -export const DEXALOT_TOKENS_CACHES_TTL_S = 11; +export const DEXALOT_TOKENS_CACHES_TTL_S = 21 * 60; // 21 mins export const DEXALOT_BLACKLIST_CACHES_TTL_S = 3 * 60; // 3 hours