diff --git a/gas/evaluation/resolution_tiers.py b/gas/evaluation/resolution_tiers.py index 98cde6dc..8f806fa3 100644 --- a/gas/evaluation/resolution_tiers.py +++ b/gas/evaluation/resolution_tiers.py @@ -39,9 +39,9 @@ # probed (top tiers are the most expensive for miners to serve). CHALLENGE_TIER_WEIGHTS: Dict[str, Dict[str, float]] = { VIDEO_MODALITY: { - "480p": 0.20, + "480p": 0.40, "720p": 0.40, - "1080p": 0.40, + "1080p": 0.20, }, IMAGE_MODALITY: { "1K": 0.40,