Skip to content

useProviderPairing

useProviderPairing(provider?, __namedParameters?): Pairing

Creates a Pairing for a Konekt provider without wagmi.

Starting the pairing calls provider.connect({ signal }) and subscribes to display_uri. Running the returned teardown aborts the connection and removes the listener. Provider chains become the modal’s default Explorer filter.

Pass sources to list injected wallets alongside WalletConnect pairing. Connecting an injected wallet goes to its source and never touches the provider.

PairingProvider

Provider to connect. It may be undefined while application setup is loading; the returned pairing reports a readable error if started before the provider exists.

ProviderPairingOptions = {}

Pairing