Skip to content

Commit

Permalink
Bump NFT query key version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jun 6, 2024
1 parent 9275314 commit 83c7d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/nfts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83c7d85

Please sign in to comment.