@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. 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`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.73-beta.7",
3
+ "version": "0.0.73-beta.8",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",