update MIN_VOLUME_THRESHOLD

This commit is contained in:
jejolare 2025-07-30 18:04:09 +07:00
parent 70d2c8b9f4
commit ba64126cd8

View file

@ -16,7 +16,7 @@ interface PairWithFirstCurrency extends Pair {
first_currency: Currency;
}
const MIN_VOLUME_THRESHOLD = 10; // volume in zano
const MIN_VOLUME_THRESHOLD = -1; // volume in zano
class StatsController {
async getAssetStats(req: Request, res: Response) {