@matchain/matchid-sdk-react 0.1.53-alpha.22 → 0.1.53-alpha.23

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.
@@ -6542,11 +6542,11 @@ var import_react_query13 = require("@tanstack/react-query");
6542
6542
  var import_last = __toESM(require("lodash/last"));
6543
6543
  var import_react43 = require("react");
6544
6544
  function useContactList(page_size = 10, type = "Friend") {
6545
- const { token } = useLocalStore_default();
6545
+ const { address } = useUserInfo();
6546
6546
  const limitIdRef = (0, import_react43.useRef)(0);
6547
6547
  const queryClient2 = (0, import_react_query13.useQueryClient)();
6548
6548
  const contactQuery = (0, import_react_query13.useInfiniteQuery)({
6549
- queryKey: ["matchid-contacts-list", type, token],
6549
+ queryKey: ["matchid-contacts-list", type, address],
6550
6550
  initialPageParam: 1,
6551
6551
  queryFn: async (args) => {
6552
6552
  console.log(args);