@pear-protocol/hyperliquid-sdk 0.0.73-beta.7 → 0.0.73-beta.8
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 +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8196,7 +8196,6 @@ function useAuth() {
|
|
|
8196
8196
|
return;
|
|
8197
8197
|
}
|
|
8198
8198
|
if (address) {
|
|
8199
|
-
refreshTokens();
|
|
8200
8199
|
// If we already have an address in state, use it to load the session
|
|
8201
8200
|
const accessTokenKey = `${address}_accessToken`;
|
|
8202
8201
|
const refreshTokenKey = `${address}_refreshToken`;
|