We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa93739 commit cfa8678Copy full SHA for cfa8678
routes/v1/getAllGauges.js
@@ -853,7 +853,7 @@ const getAllGauges = fn(async () => {
853
}
854
855
const passesSanityCheck2 = (
856
- allGaugesLcAddresses.length > 1400 // Ugly hard limit to try to tame down that issue for good for now
+ allGaugesLcAddresses.length >= 1704 // Ugly hard limit to try to tame down that issue for good for now
857
);
858
if (!passesSanityCheck2) {
859
console.log('Gauges are too few to be complete from the tentatively returned value from getAllGauges: throwing instead to serve old accurate data')
0 commit comments