Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
disable minswap fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
reqlez authored Aug 1, 2024
1 parent be89195 commit 0af9480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/service/minswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export namespace MinswapService {
url: MIN_PAIRS_API,
timeout: 10000,
};
prices = (await axios(axiosRequestConfig)).data;
shortTermCache.set("prices", prices);
// prices = (await axios(axiosRequestConfig)).data;
// shortTermCache.set("prices", prices);
} catch (error: unknown) {
LoggerService.warn("Fail to fetch price info from minswap");
prices = {};
Expand Down

0 comments on commit 0af9480

Please sign in to comment.