mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Merge pull request #54 from MSFTserver/patch-23
change default currency to BTC[price.js]
This commit is contained in:
commit
1184be1dd6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ exports.price = {
|
||||||
var ChannelID = '369896313082478594'
|
var ChannelID = '369896313082478594'
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
defaultCurrency: 'USD',
|
defaultCurrency: 'BTC',
|
||||||
|
|
||||||
// supported currencies and api steps to arrive at the final value
|
// supported currencies and api steps to arrive at the final value
|
||||||
currencies: {
|
currencies: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue