global: metrics -> series rename

This commit is contained in:
nym21
2026-03-16 14:31:50 +01:00
parent bc06567bb0
commit ae2dd43073
95 changed files with 8907 additions and 8415 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import urllib.request
import concurrent.futures
from pathlib import Path
API_BASE = "https://bitview.space/api/metric"
API_BASE = "https://bitview.space/api/series"
POOLSLUG_PATH = Path(__file__).resolve().parent.parent / "crates/brk_types/src/poolslug.rs"
HEADERS = {"User-Agent": "pool-threshold-script"}
WINDOWS = {"1w": 7, "1m": 30, "1y": 365}