secretType
when creating the web3 Venly provider.
When you are connected to one network and want to switch to a different network:changeSecretType(secretType)
on the provider, this returns a new instance of the providerweb3 = new Web3(provider);
web3.eth.getAccounts()
(a user can have different wallets depending on the selected chain)