diff --git a/packages/indexer-common/src/subgraphs.ts b/packages/indexer-common/src/subgraphs.ts index 3406b43bf..f0d218fcb 100644 --- a/packages/indexer-common/src/subgraphs.ts +++ b/packages/indexer-common/src/subgraphs.ts @@ -274,10 +274,7 @@ export function isDeploymentWorthAllocatingTowards( ) } else if ( deploymentRule.minSignal && - signalledTokens.gte(deploymentRule.minSignal) && - deploymentRule.maxSignal - ? signalledTokens.lte(deploymentRule.maxSignal) - : true + signalledTokens.gte(deploymentRule.minSignal) ) { return new AllocationDecision( deployment.id,