connect icon indicating copy to clipboard operation
connect copied to clipboard

[Xverse] Passing `network` to `connect` throws an error `JsonRpcError: Invalid parameters.`

Open pradel opened this issue 4 months ago • 0 comments

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

pradel avatar Aug 22 '25 09:08 pradel