Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Dec 18, 2024
1 parent 168918f commit 5765b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_dexes/uniswap/swap-router-02.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function indicativeQuotePriceCache(swap: Swap, tradeType: TradeType) {
swap.tokenIn.symbol,
swap.tokenOut.symbol
);
const ttl = 30;
const ttl = 60;
const fetchFn = async () => {
const quote = await getUniswapClassicIndicativeQuoteFromApi(
{ ...swap, swapper: swap.recipient },
Expand Down

0 comments on commit 5765b8b

Please sign in to comment.