connect
connect copied to clipboard
[Xverse] Passing `network` to `connect` throws an error `JsonRpcError: Invalid parameters.`
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