general: snapshot

This commit is contained in:
k
2024-10-02 10:48:05 +02:00
parent 9d2c2f7945
commit 669205aa4d
22 changed files with 236 additions and 83 deletions

View File

@@ -5896,6 +5896,40 @@ signalsPromise.then((signals) => {
},
],
},
{
name: "Blockchain",
values: [
{
name: "Height",
path: "last-height",
},
{
name: "Cumulative size",
path: "cumulative-block-size",
},
],
},
{
name: "Blocks Mined",
values: [
{
name: "Since UTC",
path: "blocks-mined",
},
{
name: "Weekly Avg.",
path: "blocks-mined-1w-sma",
},
{
name: "Monthly Avg.",
path: "blocks-mined-1m-sma",
},
{
name: "Target",
path: "blocks-mined-1d-target",
},
],
},
],
},
],