Skip to content

Commit

Permalink
update prices url
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Aug 2, 2023
1 parent 7c8e035 commit a7a741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/api/komodo_prices/komodo.prices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace
{
constexpr const char* g_komodo_prices_endpoint = "https://prices.komodo.earth:1313";
constexpr const char* g_komodo_prices_endpoint = "https://prices.komodo.earth";
constexpr const char* g_komodo_prices_endpoint_fallback = "https://prices.cipig.net:1717";

web::http::client::http_client_config g_komodo_prices_cfg{[]()
Expand Down

0 comments on commit a7a741c

Please sign in to comment.