From d8da6c9dea0f0200b1a674d4a372cbf51e01ad2d Mon Sep 17 00:00:00 2001 From: Miguel Cervera Date: Fri, 17 May 2024 09:50:39 -0700 Subject: [PATCH] chore(cron): Reduce untracked threshold (#700) Reduce V2Untracked threshold --- 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 9882192e81..8636f6c71e 100644 --- a/lib/cron/cache-config.ts +++ b/lib/cron/cache-config.ts @@ -48,7 +48,7 @@ const v3TrackedEthThreshold = 0.01 // Pools need at least 0.01 of trackedEth to const v3UntrackedUsdThreshold = 25000 // Pools need at least 25K USD (untracked) to be selected (for metrics only) const v2TrackedEthThreshold = 0.025 // Pairs need at least 0.025 of trackedEth to be selected -const v2UntrackedUsdThreshold = 5000 // Pairs need at least 5K USD (untracked) to be selected (for metrics only) +const v2UntrackedUsdThreshold = 1000 // Pairs need at least 1K USD (untracked) to be selected (for metrics only) export const chainProtocols = [ // V3.