plasma-applet-bitcoin-price
plasma-applet-bitcoin-price copied to clipboard
usd/sats support
add support for 1 usd/sat
You want to be able to show prices for 1 satoshi, right? I guess I could add a checkbox to configure that later. If you need it right now, then I guess you could just change the line 92 here: https://github.com/MakG10/plasma-applet-bitcoin-price/blob/master/package/contents/code/bitcoin.js#L92
to:
var rate = source.getRate(data) / 100000000;
something similar to 1 usd / 1,828 sats
if possible it would be nice to add fiat brl