Skip to content

getAddress and getNetwork methods don't behave as expected #104

@hugo-heer

Description

@hugo-heer

Hi !

While integrating this wallet using Stellar Wallets Kit for Scaffold Stellar, we ran into two blocking issues:

  1. getAddress() always triggers a connection/permission popup, even when the user is already connected.
  2. getNetwork() is not supported, making it impossible to know which Stellar network is currently active.

Because of this:

  • It is not possible to integrate Stellar Wallets Kit without making an exception for your wallet
  • There is no reliable way to check whether the user is still connected
  • dApps cannot reliably know which Stellar network is currently active

These behaviors force developers to avoid calling standard wallet methods or to implement wallet-specific workarounds.

Supporting a silent getAddress() once permission is granted and implementing getNetwork() would greatly improve developer experience and user safety.

Thanks for looking into this !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions