Skip to content

Commit

Permalink
adjust constants
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Sep 29, 2023
1 parent 78cb9eb commit 53b73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/dexalot/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 53b73f3

Please sign in to comment.