@hashgraph/hedera-wallet-connect 1.3.7-canary.689bd9f.0 → 1.3.7-canary.6c7f07a.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,9 +49,8 @@ export class DAppSigner {
49
49
  return allNodes.slice(0, numberOfNodes);
50
50
  }
51
51
  request(request) {
52
- if (this.extensionId) {
52
+ if (this.extensionId)
53
53
  extensionOpen(this.extensionId);
54
- }
55
54
  return this.signClient.request({
56
55
  topic: this.topic,
57
56
  request,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraph/hedera-wallet-connect",
3
- "version": "1.3.7-canary.689bd9f.0",
3
+ "version": "1.3.7-canary.6c7f07a.0",
4
4
  "description": "A library to facilitate integrating Hedera with WalletConnect",
5
5
  "repository": {
6
6
  "type": "git",