Skip to content

Commit

Permalink
nit: remove unneeded constant
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Sep 5, 2024
1 parent 53547a6 commit 2320bb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/providers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ export const BLOCK_NUMBER_TTL = 60;
// This is the TTL for the provider cache.
export const PROVIDER_CACHE_TTL = 3600;
export const PROVIDER_CACHE_TTL_MODIFIER = 0.15;

/**
* A default timeout for requests of 60 seconds.
*/
export const defaultTimeout = 60 * 1000;

0 comments on commit 2320bb2

Please sign in to comment.