mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
website: snapshot
This commit is contained in:
@@ -618,7 +618,6 @@ export function createNetworkSection(ctx) {
|
||||
pattern: transactions.volume.receivedSum,
|
||||
name: "Received",
|
||||
color: colors.cyan,
|
||||
defaultActive: false,
|
||||
}),
|
||||
],
|
||||
},
|
||||
@@ -794,7 +793,6 @@ export function createNetworkSection(ctx) {
|
||||
...fromBaseStatsPattern({
|
||||
pattern: blocks.interval,
|
||||
unit: Unit.secs,
|
||||
avgActive: false,
|
||||
}),
|
||||
priceLine({ ctx, unit: Unit.secs, name: "Target", number: 600 }),
|
||||
],
|
||||
@@ -1003,8 +1001,8 @@ export function createNetworkSection(ctx) {
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: "Throughput",
|
||||
title: "Throughput",
|
||||
name: "Activity Rate",
|
||||
title: "Activity Rate",
|
||||
bottom: [
|
||||
dots({
|
||||
metric: transactions.volume.txPerSec,
|
||||
|
||||
Reference in New Issue
Block a user