Make the Currency Conversion Service URLs configurable and log when queried

This commit is contained in:
Felipe Knorr Kuhn
2022-02-04 22:48:16 -08:00
parent b1dde4d8b1
commit 452375aaf7
6 changed files with 57 additions and 5 deletions

View File

@@ -68,5 +68,9 @@
"PORT": 9050,
"USERNAME": "",
"PASSWORD": ""
},
"PRICENODE": {
"TOR_URL": "http://wizpriceje6q5tdrxkyiazsgu7irquiqjy2dptezqhrtu7l2qelqktid.onion/getAllMarketPrices",
"CLEARNET_URL": "https://price.bisq.wiz.biz/getAllMarketPrices"
}
}