@pear-protocol/hyperliquid-sdk 0.0.60-beta.2 → 0.0.60-beta.3
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7057,11 +7057,10 @@ function useAuth() {
|
|
|
7057
7057
|
setAccessToken(storedAccessToken);
|
|
7058
7058
|
setRefreshToken(storedRefreshToken);
|
|
7059
7059
|
setIsAuthenticated(true);
|
|
7060
|
-
setIsReady(true);
|
|
7061
7060
|
return;
|
|
7062
7061
|
}
|
|
7062
|
+
setIsReady(true);
|
|
7063
7063
|
}
|
|
7064
|
-
setIsReady(true);
|
|
7065
7064
|
}, [
|
|
7066
7065
|
setAccessToken,
|
|
7067
7066
|
setRefreshToken,
|