From bbd83a927843b9011c2a0ac495627de00f58c265 Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:52:37 +0200 Subject: [PATCH] Fix Comment Mismatch Update cache-config.ts --- lib/cron/cache-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cron/cache-config.ts b/lib/cron/cache-config.ts index 98e026e993..0418db5bff 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.