global: renames part 2

This commit is contained in:
nym21
2026-03-13 22:42:43 +01:00
parent 0795c1bbf8
commit a0d378d06d
117 changed files with 3024 additions and 3189 deletions

View File

@@ -26,7 +26,7 @@ export const INDEX_LABEL = /** @type {const} */ ({
day1: "1d", day3: "3d", week1: "1w",
month1: "1m", month3: "3m", month6: "6m",
year1: "1y", year10: "10y",
halvingepoch: "halv", difficultyepoch: "diff",
halving: "halv", epoch: "diff",
});
/** @typedef {typeof INDEX_LABEL} IndexLabelMap */