@hashgraph/hedera-wallet-connect 1.3.7-canary.519a0db.0 → 1.3.7-canary.813a6d2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -355,7 +355,7 @@ export class DAppConnector {
355
355
  // Filter out any existing signers with duplicate AccountIds
356
356
  for (const newSigner of newSigners) {
357
357
  // We check if any signers have the same account, extension + metadata name.
358
- const existingSigners = this.signers.filter(async (currentSigner) => {
358
+ const existingSigners = this.signers.filter((currentSigner) => {
359
359
  var _a, _b;
360
360
  const matchingAccountId = ((_a = currentSigner === null || currentSigner === void 0 ? void 0 : currentSigner.getAccountId()) === null || _a === void 0 ? void 0 : _a.toString()) === ((_b = newSigner === null || newSigner === void 0 ? void 0 : newSigner.getAccountId()) === null || _b === void 0 ? void 0 : _b.toString());
361
361
  const matchingExtensionId = newSigner.extensionId === currentSigner.extensionId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraph/hedera-wallet-connect",
3
- "version": "1.3.7-canary.519a0db.0",
3
+ "version": "1.3.7-canary.813a6d2.0",
4
4
  "description": "A library to facilitate integrating Hedera with WalletConnect",
5
5
  "repository": {
6
6
  "type": "git",