@rabby-wallet/hyperliquid-sdk 1.0.3 → 1.0.4

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.
@@ -325,7 +325,7 @@ export interface WebData2 {
325
325
  clearinghouseState: ClearinghouseState;
326
326
  assetCtxs: AssetCtx[];
327
327
  meta: Meta;
328
- openOrders: WsOrder[];
328
+ openOrders: OpenOrder[];
329
329
  serverTime: number;
330
330
  user: string;
331
331
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/hyperliquid-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Simplified Hyperliquid Perpetuals Trading SDK for Frontend Applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",