In the current method we use const myProvider = providers[0]; to select an account. We can make this dynamic. Massa Station Wallet sets a master account and providers returns the master account. For account changes it is necessary to change the main account. We can do this by creating a function in wallet-provider. changeAccount() example.