Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/lcw' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 13, 2023
2 parents c2052f0 + c8b6af5 commit 7e1bc4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/core/atomicdex/api/komodo_prices/komodo.prices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ namespace atomic_dex::komodo_prices::api
{
x = provider::forex;
}
else if (j == "livecoinwatch")
{
x = provider::livecoinwatch;
}
else
{
x = provider::unknown;
Expand Down
3 changes: 2 additions & 1 deletion src/core/atomicdex/api/komodo_prices/komodo.prices.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace atomic_dex::komodo_prices::api
coingecko,
coinpaprika,
forex,
livecoinwatch,
unknown
};

Expand Down Expand Up @@ -40,4 +41,4 @@ namespace atomic_dex::komodo_prices::api
namespace atomic_dex::komodo_prices::api
{
ENTT_API pplx::task<web::http::http_response> async_market_infos(bool fallback = false);
}
}

0 comments on commit 7e1bc4c

Please sign in to comment.