@rabby-wallet/hyperliquid-sdk 1.0.0-beta.10 → 1.0.0-beta.11

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.
@@ -521,7 +521,7 @@ class ExchangeClient {
521
521
  signatureChainId: this.isTestnet ? '0x66eee' : '0xa4b1',
522
522
  destination: params.destination,
523
523
  amount: params.amount,
524
- time: Date.now(),
524
+ time: nonce,
525
525
  };
526
526
  const { domain, types, primaryType, message } = (0, signer_1.prepareMasterSignData)({
527
527
  action,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/hyperliquid-sdk",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Simplified Hyperliquid Perpetuals Trading SDK for Frontend Applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",