You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/cron/cache-config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ const v3UntrackedUsdThreshold = 25000 // Pools need at least 25K USD (untracked)
160
160
161
161
exportconstv2TrackedEthThreshold=0.025// Pairs need at least 0.025 of trackedEth to be selected
162
162
exportconstv2BaseTrackedEthThreshold=0.1// Pairs on Base need at least 0.1 of trackedEth to be selected
163
-
constv2UntrackedUsdThreshold=Number.MAX_VALUE// Pairs need at least 1K USD (untracked) to be selected (for metrics only)
163
+
constv2UntrackedUsdThreshold=Number.MAX_VALUE// Pairs need untracked TVL higher than this value to be selected (for metrics only). Currently excludes all V2 pools with untracked TVL.
0 commit comments