@web3auth/modal 10.11.0 → 10.12.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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  var noModal = require('@web3auth/no-modal');
4
4
 
5
- const version = "10.11.0";
5
+ const version = "10.12.0";
6
6
  const defaultConnectorsModalConfig = {
7
7
  hideWalletDiscovery: false,
8
8
  connectors: {
@@ -81,7 +81,7 @@ function Widget(props) {
81
81
  } = params;
82
82
  setModalState(prevState => _objectSpread(_objectSpread({}, prevState), {}, {
83
83
  detailedLoaderConnector: connector,
84
- detailedLoaderAdapterName: noModal.CONNECTOR_NAMES[connector]
84
+ detailedLoaderConnectorName: noModal.CONNECTOR_NAMES[connector]
85
85
  }));
86
86
  // Call the passed-in handler with the params
87
87
  if (handleExternalWalletClick) handleExternalWalletClick(params);
@@ -1,6 +1,6 @@
1
1
  import { EVM_CONNECTORS } from '@web3auth/no-modal';
2
2
 
3
- const version = "10.11.0";
3
+ const version = "10.12.0";
4
4
  const defaultConnectorsModalConfig = {
5
5
  hideWalletDiscovery: false,
6
6
  connectors: {
@@ -79,7 +79,7 @@ function Widget(props) {
79
79
  } = params;
80
80
  setModalState(prevState => _objectSpread(_objectSpread({}, prevState), {}, {
81
81
  detailedLoaderConnector: connector,
82
- detailedLoaderAdapterName: CONNECTOR_NAMES[connector]
82
+ detailedLoaderConnectorName: CONNECTOR_NAMES[connector]
83
83
  }));
84
84
 
85
85
  // Call the passed-in handler with the params