From 91b978cb2b8df73a4be1dc0e9eb4585a80c30f05 Mon Sep 17 00:00:00 2001 From: Poafs1 Date: Thu, 27 Feb 2025 16:51:04 +0700 Subject: [PATCH] feat(utils): invalidte queries --- src/lib/pages/evm-contract-verify/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/pages/evm-contract-verify/index.tsx b/src/lib/pages/evm-contract-verify/index.tsx index 63405d3d0..4fafb8181 100644 --- a/src/lib/pages/evm-contract-verify/index.tsx +++ b/src/lib/pages/evm-contract-verify/index.tsx @@ -213,11 +213,7 @@ export const EvmContractVerifyBody = ({ { onSuccess: () => { queryClient.invalidateQueries({ - queryKey: [ - CELATONE_QUERY_KEYS.EVM_VERIFY_INFOS, - currentChainId, - contractAddress, - ], + queryKey: [CELATONE_QUERY_KEYS.EVM_VERIFY_INFOS, currentChainId], }); }, }