Skip to content

Commit

Permalink
update SWAAP_RESTRICT_TTL_S from 24 hours to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jun 9, 2023
1 parent 80be45f commit 08e0762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/swaap-v2/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SWAAP_RFQ_TOKENS_ENDPOINT = 'tokens';

export const SWAAP_BLACKLIST_TTL_S = 60 * 60 * 24; // 24 hours

export const SWAAP_RESTRICT_TTL_S = 60 * 60 * 24; // 24 hours
export const SWAAP_RESTRICT_TTL_S = 60 * 60 * 2; // 2 hours

export const SWAAP_RESTRICTED_CACHE_KEY = 'restricted';

Expand Down

0 comments on commit 08e0762

Please sign in to comment.