@pear-protocol/symmio-client 0.2.34 → 0.2.35

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.
@@ -883,11 +883,11 @@ function useSymmAuth(params) {
883
883
  await refreshAuthRef.current(accountAddress);
884
884
  }
885
885
  }
886
- void bootstrapAuth();
886
+ bootstrapAuth();
887
887
  return () => {
888
888
  cancelled = true;
889
889
  };
890
- }, [address, walletClient, chainId, clearToken, symmCoreClient]);
890
+ }, [address, walletClient, chainId]);
891
891
  return {
892
892
  accessToken: token,
893
893
  authToken: token,