mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
website: snapshot
This commit is contained in:
@@ -9,6 +9,11 @@ export const Unit = /** @type {const} */ ({
|
||||
btc: { id: "btc", name: "Bitcoin" },
|
||||
usd: { id: "usd", name: "US Dollars" },
|
||||
|
||||
// Cumulative value units (running totals)
|
||||
satsCumulative: { id: "sats-total", name: "Satoshis (Total)" },
|
||||
btcCumulative: { id: "btc-total", name: "Bitcoin (Total)" },
|
||||
usdCumulative: { id: "usd-total", name: "US Dollars (Total)" },
|
||||
|
||||
// Ratios & percentages
|
||||
percentage: { id: "percentage", name: "Percentage" },
|
||||
ratio: { id: "ratio", name: "Ratio" },
|
||||
@@ -30,6 +35,7 @@ export const Unit = /** @type {const} */ ({
|
||||
|
||||
// Counts
|
||||
count: { id: "count", name: "Count" },
|
||||
countCumulative: { id: "count-total", name: "Count (Total)" },
|
||||
blocks: { id: "blocks", name: "Blocks" },
|
||||
|
||||
// Size
|
||||
|
||||
Reference in New Issue
Block a user