timelock-sdk 0.0.94 → 0.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.cjs CHANGED
@@ -943,6 +943,7 @@ const useSetOperatorPerms = (marketAddr) => {
943
943
  address.toLowerCase(),
944
944
  marketAddr.toLowerCase()
945
945
  ] });
946
+ queryClient.invalidateQueries({ queryKey: ["readContract"] });
946
947
  return hash;
947
948
  };
948
949
  return (0, __tanstack_react_query.useMutation)({ mutationFn: setOperatorPerms });