@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:
|
|
524
|
+
time: nonce,
|
|
525
525
|
};
|
|
526
526
|
const { domain, types, primaryType, message } = (0, signer_1.prepareMasterSignData)({
|
|
527
527
|
action,
|
package/package.json
CHANGED