diff --git a/lib/cron/cache-config.ts b/lib/cron/cache-config.ts index 98e026e99..0418db5bf 100644 --- a/lib/cron/cache-config.ts +++ b/lib/cron/cache-config.ts @@ -78,7 +78,7 @@ export const v3TrackedEthThreshold = 0.01 // Pools need at least 0.01 of tracked const v3UntrackedUsdThreshold = 25000 // Pools need at least 25K USD (untracked) to be selected (for metrics only) export const v2TrackedEthThreshold = 0.025 // Pairs need at least 0.025 of trackedEth to be selected -const v2UntrackedUsdThreshold = Number.MAX_VALUE // Pairs need at least 1K USD (untracked) to be selected (for metrics only) +const v2UntrackedUsdThreshold = Number.MAX_VALUE // Pairs are effectively excluded due to an untracked USD threshold of Number.MAX_VALUE export const chainProtocols = [ // V3.