Skip to content

Commit

Permalink
feat(utils): invalidte queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Poafs1 committed Feb 27, 2025
1 parent a093750 commit 91b978c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/pages/evm-contract-verify/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
});
},
}
Expand Down

0 comments on commit 91b978c

Please sign in to comment.