website: snapshot

This commit is contained in:
nym21
2026-02-04 17:26:35 +01:00
parent 0d5d7da70f
commit 0437ce1bb4
33 changed files with 5752 additions and 995 deletions

View File

@@ -415,7 +415,7 @@ export function createMiningSection() {
},
{
name: "Distribution",
title: "Coinbase Rewards Distribution",
title: "Coinbase Rewards per Block Distribution",
bottom: distributionBtcSatsUsd(blocks.rewards.coinbase),
},
{
@@ -476,7 +476,7 @@ export function createMiningSection() {
tree: [
{
name: "Sum",
title: "Transaction Fee Revenue",
title: "Transaction Fee Revenue per Block",
bottom: satsBtcUsdFrom({
source: transactions.fees.fee,
key: "sum",
@@ -485,7 +485,7 @@ export function createMiningSection() {
},
{
name: "Distribution",
title: "Transaction Fee Revenue Distribution",
title: "Transaction Fee Revenue per Block Distribution",
bottom: distributionBtcSatsUsd(transactions.fees.fee),
},
{