@txnlab/use-wallet 1.1.5 → 1.1.6

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.
package/dist/cjs/index.js CHANGED
@@ -1582,7 +1582,8 @@ class ExodusClient extends BaseClient {
1582
1582
  });
1583
1583
  }
1584
1584
  catch (e) {
1585
- console.error("Error initializing...", e);
1585
+ console.warn(e);
1586
+ console.warn(`Error initializing ${ExodusClient.metadata.name}.`, "Do you have the extension installed?", "https://www.exodus.com/web3-wallet");
1586
1587
  return null;
1587
1588
  }
1588
1589
  }
@@ -1731,7 +1732,8 @@ class AlgoSignerClient extends BaseClient {
1731
1732
  });
1732
1733
  }
1733
1734
  catch (e) {
1734
- console.error("Error initializing...", e);
1735
+ console.warn(e);
1736
+ console.warn(`Error initializing ${AlgoSignerClient.metadata.name}.`, "Do you have the extension installed?", "https://www.purestake.com/technology/algosigner");
1735
1737
  return null;
1736
1738
  }
1737
1739
  }