We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913b243 commit a2725bcCopy full SHA for a2725bc
packages/thirdweb/src/pay/convert/cryptoToFiat.ts
@@ -107,7 +107,7 @@ export async function convertCryptoToFiat(
107
},
108
}),
109
{
110
- cacheKey: `convert-fiat-to-crypto-${to}-${chain.id}`,
+ cacheKey: `convert-fiat-to-crypto-${fromTokenAddress}-${chain.id}`,
111
cacheTime: 1000 * 60, // 1 minute cache
112
113
);
0 commit comments