mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 09:21:34 +00:00
change default currency to BTC[price.js]
This commit is contained in:
parent
faf6fa6274
commit
276488c7a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ exports.price = {
|
|||
var ChannelID = '369896313082478594'
|
||||
|
||||
var options = {
|
||||
defaultCurrency: 'USD',
|
||||
defaultCurrency: 'BTC',
|
||||
|
||||
// supported currencies and api steps to arrive at the final value
|
||||
currencies: {
|
||||
|
|
Loading…
Add table
Reference in a new issue