**Describe the bug** Calling the following, throws the error `JsonRpcError: Invalid parameters.` ``` const response = await connect({ forceWalletSelect: true, network: "mainnet", }); ``` **Expected behavior** The option should work
Describe the bug
Calling the following, throws the error
JsonRpcError: Invalid parameters.Expected behavior
The option should work