Skip to content

Commit

Permalink
4.0.3-Cables.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut authored and KanievskyiDanylo committed Dec 16, 2024
1 parent ea968af commit 05e4d54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/dex/cables/cables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
CABLES_API_PRICES_POLLING_INTERVAL_MS,
CABLES_API_TOKENS_POLLING_INTERVAL_MS,
CABLES_API_URL,
CABLES_BLACKLIST_CACHE_KEY,
CABLES_BLACKLIST_CACHES_TTL_S,
CABLES_ERRORS_CACHE_KEY,
CABLES_FIRM_QUOTE_TIMEOUT_MS,
Expand Down Expand Up @@ -116,7 +115,7 @@ export class Cables extends SimpleExchange implements IDex<any> {

blacklistIntervalMs: CABLES_API_BLACKLIST_POLLING_INTERVAL_MS,
blacklistCacheTTLSecs: CABLES_BLACKLIST_CACHES_TTL_S,
blacklistCacheKey: CABLES_BLACKLIST_CACHE_KEY,
blacklistCacheKey: 'blacklist',
},
},
);
Expand Down
2 changes: 0 additions & 2 deletions src/dex/cables/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const CABLES_API_TOKENS_POLLING_INTERVAL_MS = 30000; // 30 sec

export const CABLES_FIRM_QUOTE_TIMEOUT_MS = 2000;

export const CABLES_BLACKLIST_CACHE_KEY = 'cablesBlacklistCacheKey';

export const CABLES_RESTRICTED_CACHE_KEY = 'restricted';

export const CABLES_ERRORS_CACHE_KEY = 'errors';
Expand Down

0 comments on commit 05e4d54

Please sign in to comment.