@matchain/matchid-sdk-react 0.1.53-alpha.26 → 0.1.53-alpha.27

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.
@@ -7828,10 +7828,10 @@ function useContactSearch(keyword, options) {
7828
7828
  });
7829
7829
  }
7830
7830
  function useContactInfo(options) {
7831
- const { token } = useUserInfo();
7831
+ const { address } = useUserInfo();
7832
7832
  return useQuery11({
7833
- queryKey: ["matchid-contacts-info", token],
7834
- enabled: !!token,
7833
+ queryKey: ["matchid-contacts-info", address],
7834
+ enabled: !!address,
7835
7835
  queryFn: async () => {
7836
7836
  return (await getContractsInfoApi()).data;
7837
7837
  },
@@ -7931,4 +7931,4 @@ export {
7931
7931
  MatchProvider,
7932
7932
  useMatch
7933
7933
  };
7934
- //# sourceMappingURL=chunk-L6N4WRWG.mjs.map
7934
+ //# sourceMappingURL=chunk-ZPBHHXEE.mjs.map