We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ba0ce + 8294a2d commit 9cb6155Copy full SHA for 9cb6155
packages/plugins/wallet-services-plugin/src/plugin.ts
@@ -100,7 +100,7 @@ export class WalletServicesPlugin extends SafeEventEmitter implements IPlugin {
100
if (!connectedChainConfig.tickerName) throw WalletServicesPluginError.invalidParams("tickerName is required in chainConfig");
101
102
const enableAccountAbstraction =
103
- web3auth.coreOptions.useAAWithExternalWallet &&
+ web3auth.coreOptions.accountAbstractionProvider &&
104
(web3auth.connectedAdapterName === WALLET_ADAPTERS.AUTH ||
105
(web3auth.connectedAdapterName !== WALLET_ADAPTERS.AUTH && web3auth.coreOptions.useAAWithExternalWallet));
106
0 commit comments