global: snapshot

This commit is contained in:
nym21
2026-03-05 16:11:25 +01:00
parent 6f2a87be4f
commit eedb8d22c1
61 changed files with 2035 additions and 2757 deletions

View File

@@ -51,7 +51,7 @@ export function createPartialOptions() {
addressesAmountRanges,
typeAddressable,
typeOther,
year,
class: class_,
} = buildCohortData();
return [
@@ -263,10 +263,10 @@ export function createPartialOptions() {
createGroupedCohortFolderBasicWithoutMarketCap({
name: "Compare",
title: "Years",
list: year,
list: class_,
all: cohortAll,
}),
...year.map(createCohortFolderBasicWithoutMarketCap),
...class_.map(createCohortFolderBasicWithoutMarketCap),
],
},
],