feat: похуй 2.0

This commit is contained in:
2026-05-13 22:33:14 +03:00
parent 16b7e9794b
commit 2ccf99017c
3 changed files with 6 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ export function usePaymentQuote(usdtAmount: number) {
queryFn: () => getPaymentQuote(usdtAmount),
enabled: usdtAmount > 0,
staleTime: 30_000,
retry: false,
})
}