global: snapshot

This commit is contained in:
nym21
2026-03-18 21:04:12 +01:00
parent 92e1a0ccaf
commit d8b55340f7
16 changed files with 215 additions and 143 deletions

View File

@@ -44,7 +44,7 @@ export function buildCohortData() {
color: colors.bitcoin,
tree: utxoCohorts.all,
addressCount: {
inner: addrs.funded.all,
base: addrs.funded.all,
delta: addrs.delta.all,
},
};
@@ -170,7 +170,7 @@ export function buildCohortData() {
color: colors.at(i, arr.length),
tree: utxoCohorts.type[key],
addressCount: {
inner: addrs.funded[key],
base: addrs.funded[key],
delta: addrs.delta[key],
},
};