Skip to content

Commit d3e51cd

Browse files
committed
adding changes from #949
1 parent 0aa9f56 commit d3e51cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cron/cache-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const v3UntrackedUsdThreshold = 25000 // Pools need at least 25K USD (untracked)
160160

161161
export const v2TrackedEthThreshold = 0.025 // Pairs need at least 0.025 of trackedEth to be selected
162162
export const v2BaseTrackedEthThreshold = 0.1 // Pairs on Base need at least 0.1 of trackedEth to be selected
163-
const v2UntrackedUsdThreshold = Number.MAX_VALUE // Pairs need at least 1K USD (untracked) to be selected (for metrics only)
163+
const v2UntrackedUsdThreshold = 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.
164164

165165
export interface ChainProtocol {
166166
protocol: Protocol

0 commit comments

Comments
 (0)