Current Behavior
selectAccounts(existingWallet.provider) always throws errors, because the provider implementations.
As I can see, all of it just implement the following:
eth_selectAccounts: UNSUPPORTED_METHOD
According to this, the actionRequired value will be true and the modal appears.
Expected Behavior
Just because the provider does not have a eth_selectAccounts method, don't show the modal every time.
Steps To Reproduce
No response
Onboard Version
core: 2.0.11, injected: 2.0.2
Node Version
16
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Anything else?
No response