@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.
package/dist/react/index.mjs
CHANGED
|
@@ -881,11 +881,11 @@ function useSymmAuth(params) {
|
|
|
881
881
|
await refreshAuthRef.current(accountAddress);
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
|
-
|
|
884
|
+
bootstrapAuth();
|
|
885
885
|
return () => {
|
|
886
886
|
cancelled = true;
|
|
887
887
|
};
|
|
888
|
-
}, [address, walletClient, chainId
|
|
888
|
+
}, [address, walletClient, chainId]);
|
|
889
889
|
return {
|
|
890
890
|
accessToken: token,
|
|
891
891
|
authToken: token,
|