@rabby-wallet/hyperliquid-sdk 1.1.4-beta.4 → 1.1.4-beta.5

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.
@@ -318,6 +318,7 @@ export interface WsFill {
318
318
  sz: string;
319
319
  side: Side;
320
320
  time: number;
321
+ builderFee?: string;
321
322
  startPosition: string;
322
323
  dir: string;
323
324
  closedPnl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/hyperliquid-sdk",
3
- "version": "1.1.4-beta.4",
3
+ "version": "1.1.4-beta.5",
4
4
  "description": "Simplified Hyperliquid Perpetuals Trading SDK for Frontend Applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",