mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
global: utxos part 2
This commit is contained in:
@@ -739,7 +739,8 @@ function createUtils() {
|
||||
id.includes("fee") ||
|
||||
id.includes("coinbase") ||
|
||||
id.includes("subsidy") ||
|
||||
id.endsWith("stack")
|
||||
id.endsWith("stack") ||
|
||||
id.includes("supply")
|
||||
) {
|
||||
unit = "Sats";
|
||||
} else if (
|
||||
@@ -752,7 +753,8 @@ function createUtils() {
|
||||
id.includes("ath") ||
|
||||
id.includes("-sma") ||
|
||||
id.endsWith("-price") ||
|
||||
id.startsWith("price-")
|
||||
id.startsWith("price-") ||
|
||||
id.startsWith("realized-")
|
||||
) {
|
||||
unit = "USD";
|
||||
} else if (id.includes("count") || id.match(/v[1-3]/g)) {
|
||||
|
||||
Reference in New Issue
Block a user