Keeping Multiple Adaptors Connected?

Hi,

I can see that the various walletAdapters are loaded, and that there is a cachedAdapter and a connectedAdapterName

Is there a way to switch between the current adaptor?

These functions of Web3AuthNoModal class do not take a parameter so it seems that only the current adaptor can be accessed.

getUserInfo(): Promise<Partial<UserInfo>>;
authenticateUser(): Promise<UserAuthInfo>;

@ishmael Thanks for reaching out.

Could you elaborate what you are trying to accomplish ?

The current SDK only allows one adapter to be connected at a time.
If you need multiple adapter connections, just create multiple web3auth instances and use it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.