global: snapshot

This commit is contained in:
nym21
2026-03-14 15:53:40 +01:00
parent f705cc04a9
commit 9d365f4bbb
18 changed files with 456 additions and 516 deletions

View File

@@ -819,12 +819,12 @@ export function createNetworkSection() {
title: "Transaction Velocity",
bottom: [
line({
metric: supply.velocity.btc,
metric: supply.velocity.native,
name: "BTC",
unit: Unit.ratio,
}),
line({
metric: supply.velocity.usd,
metric: supply.velocity.fiat,
name: "USD",
color: colors.usd,
unit: Unit.ratio,