@web3auth/no-modal 8.10.1 → 8.11.0

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.
@@ -217,7 +217,7 @@ class Web3AuthNoModal extends openlogin_jrpc_namespaceObject.SafeEventEmitter {
217
217
  }
218
218
  return this.walletAdapters[adapterName].init({
219
219
  autoConnect: this.cachedAdapter === adapterName
220
- }).catch(e => base_namespaceObject.log.error(e));
220
+ }).catch(e => base_namespaceObject.log.error(e, adapterName));
221
221
  });
222
222
  await Promise.all(initPromises);
223
223
  if (this.status === base_namespaceObject.ADAPTER_STATUS.NOT_READY) {
@@ -141,7 +141,7 @@ class Web3AuthNoModal extends SafeEventEmitter {
141
141
  }
142
142
  return this.walletAdapters[adapterName].init({
143
143
  autoConnect: this.cachedAdapter === adapterName
144
- }).catch(e => log.error(e));
144
+ }).catch(e => log.error(e, adapterName));
145
145
  });
146
146
  await Promise.all(initPromises);
147
147
  if (this.status === ADAPTER_STATUS.NOT_READY) {