plasma-applet-bitcoin-price icon indicating copy to clipboard operation
plasma-applet-bitcoin-price copied to clipboard

usd/sats support

Open outusuke opened this issue 3 years ago • 3 comments

add support for 1 usd/sat

outusuke avatar Mar 25 '21 23:03 outusuke

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;

MakG10 avatar Mar 26 '21 08:03 MakG10

something similar to 1 usd / 1,828 sats

outusuke avatar Mar 27 '21 03:03 outusuke

if possible it would be nice to add fiat brl

outusuke avatar Mar 27 '21 03:03 outusuke