From 83c7d8518c8bc72d8830a3f430cf1cf1d1c1461b Mon Sep 17 00:00:00 2001 From: Christian Baroni <7061887+christianbaroni@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:33:17 +0000 Subject: [PATCH] Bump NFT query key version --- src/resources/nfts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/nfts/index.ts b/src/resources/nfts/index.ts index dc2979eefc7..c56ca050562 100644 --- a/src/resources/nfts/index.ts +++ b/src/resources/nfts/index.ts @@ -14,7 +14,7 @@ const NFTS_STALE_TIME = 600000; // 10 minutes const NFTS_CACHE_TIME_EXTERNAL = 3600000; // 1 hour const NFTS_CACHE_TIME_INTERNAL = 604800000; // 1 week -export const nftsQueryKey = ({ address }: { address: string }) => createQueryKey('nfts', { address }, { persisterVersion: 2 }); +export const nftsQueryKey = ({ address }: { address: string }) => createQueryKey('nfts', { address }, { persisterVersion: 3 }); export const nftListingQueryKey = ({ contractAddress,