mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-22 00:18:10 -07:00
global: replace most bps with ppm
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user