diff --git a/src/providers/constants.ts b/src/providers/constants.ts index 3ae6ec0a..bf0287f8 100644 --- a/src/providers/constants.ts +++ b/src/providers/constants.ts @@ -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;