From 53b73f333b94ea80a29f38ca5ae17c6b6fb3f488 Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Sat, 30 Sep 2023 00:42:44 +0300 Subject: [PATCH] adjust constants --- src/dex/dexalot/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dex/dexalot/constants.ts b/src/dex/dexalot/constants.ts index c587d8056..8161eface 100644 --- a/src/dex/dexalot/constants.ts +++ b/src/dex/dexalot/constants.ts @@ -8,7 +8,7 @@ export const DEXALOT_PAIRS_CACHES_TTL_S = 21 * 60; // 21 mins export const DEXALOT_TOKENS_CACHES_TTL_S = 21 * 60; // 21 mins -export const DEXALOT_BLACKLIST_CACHES_TTL_S = 3 * 60; // 3 hours +export const DEXALOT_BLACKLIST_CACHES_TTL_S = 180 * 60; // 3 hours export const DEXALOT_API_PRICES_POLLING_INTERVAL_MS = 1000;