Léo Pradel
Léo Pradel
**Describe the bug** The types in this package are defined like this ``` export interface AddressEntry { symbol?: string; address: string; publicKey: string; } export interface GetAddressesResult { addresses: AddressEntry[];...
**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
**Is your feature request related to a problem? Please describe.** If you have a Stacks application on testnet / mainnet, signing a message depends on the current chain selected in...