global: snapshot part 14

This commit is contained in:
nym21
2026-03-21 14:58:33 +01:00
parent 1ed4f258b4
commit 4b3aaee03b
7 changed files with 313 additions and 247 deletions

View File

@@ -8,7 +8,6 @@ import {
createCohortFolderLongTerm,
createCohortFolderAgeRangeWithMatured,
createCohortFolderBasicWithMarketCap,
createCohortFolderBasicWithoutMarketCap,
createCohortFolderWithoutRelative,
createCohortFolderAddress,
createAddressCohortFolder,
@@ -16,7 +15,6 @@ import {
createGroupedCohortFolderWithNupl,
createGroupedCohortFolderAgeRangeWithMatured,
createGroupedCohortFolderBasicWithMarketCap,
createGroupedCohortFolderBasicWithoutMarketCap,
createGroupedCohortFolderAddress,
createGroupedAddressCohortFolder,
createUtxoProfitabilitySection,
@@ -160,14 +158,14 @@ export function createPartialOptions() {
{
name: "Range",
tree: [
createGroupedCohortFolderBasicWithoutMarketCap({
createGroupedCohortFolderBasicWithMarketCap({
name: "Compare",
title: "Amount Ranges",
list: utxosAmountRange,
all: cohortAll,
}),
...utxosAmountRange.map(
createCohortFolderBasicWithoutMarketCap,
createCohortFolderBasicWithMarketCap,
),
],
},