@hashgraphonline/hashinal-wc 1.0.92-canary-1 → 1.0.92-canary-2

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.
@@ -4880,13 +4880,12 @@ class DAppSigner {
4880
4880
  }
4881
4881
  if (this.extensionId)
4882
4882
  extensionOpen(this.extensionId);
4883
- const currentDate = Date.now();
4884
4883
  const dAppRequest = {
4885
4884
  topic: this.topic,
4886
4885
  request,
4887
4886
  chainId: ledgerIdToCAIPChainId(this.ledgerId),
4888
4887
  // hardcode expiry to 5 minutes
4889
- expiry: currentDate + 300
4888
+ expiry: 300
4890
4889
  };
4891
4890
  this.logger.debug("Sending request to wallet", dAppRequest);
4892
4891
  return this.signClient.request(dAppRequest);