global: replace most bps with ppm

This commit is contained in:
nym21
2026-07-20 18:28:12 +02:00
parent 3af673132a
commit 00984112d8
110 changed files with 3320 additions and 3220 deletions
+2 -1
View File
@@ -3,9 +3,10 @@
"url": "https://github.com/bitcoinresearchkit/brk/issues"
},
"scripts": {
"test": "node tests/basic.js && node tests/tree.js",
"test": "node tests/hash_prefix.js && node tests/basic.js && node tests/metric_data.js && node tests/tree.js",
"test:basic": "node tests/basic.js",
"test:hash-prefix": "node tests/hash_prefix.js",
"test:metric-data": "node tests/metric_data.js",
"test:tree": "node tests/tree.js"
},
"description": "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index",