From 266e43e4b8b733c6669adcc5e6b85a1cd7b60829 Mon Sep 17 00:00:00 2001 From: Pavel Shuvalov Date: Fri, 11 Oct 2024 16:05:39 +0400 Subject: [PATCH] Hoftix for UI --- seasons/s6.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seasons/s6.py b/seasons/s6.py index 4587788..f4743f1 100644 --- a/seasons/s6.py +++ b/seasons/s6.py @@ -271,7 +271,7 @@ AquaProtocol, Hipo, TonStakersTokenStaking ], score_model=DeFiTVLContribution(squads=[ - (lambda tvl: tvl >= 5e6, "5M$+"), + (lambda tvl: tvl >= 5e6, "Over 5M$"), (lambda tvl: tvl >= 1e6, "Under 5M$"), (lambda tvl: True, "Under 1M$"), ]), @@ -289,7 +289,7 @@ TONDiamonds ], score_model=DeFiVolumeContribution(squads=[ - (lambda tvl: tvl >= 50 * 1e6, "50M$+"), + (lambda tvl: tvl >= 50 * 1e6, "Over 50M$"), (lambda tvl: tvl >= 10 * 1e6, "Under 50M$"), (lambda tvl: True, "Under 10M$"), ])