You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new isPlatformWrapper logic so modules can check if they are the ones that will be used by the user without the need of the user manually picking it.
Include a new sep43Modules function that returns a list of only wallets that follow all the SEP-0043 methods
Add a new filterBy parameter for both allowAllModules and sep43Modules
Change
Make optional providing the default module when starting the kit and instead throw an error if someone tries to use one module before it has been selected.