We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a5c0c commit c78612cCopy full SHA for c78612c
app/src/lib/components/TransferFrom/index.svelte
@@ -62,7 +62,7 @@ const quoteToken: Readable<Nullable<QuoteData>> = derived<
62
return
63
}
64
65
- const cacheKey = `${$source}-${JSON.stringify(channel)}-${$asset}`
+ const cacheKey = `${$source}-${JSON.stringify(channel)}-${$asset}-v1`
66
const cachedResult = get(quoteResults)[cacheKey] ?? null
67
68
if (cachedResult) {
0 commit comments