Skip to content

ConnectButtonProps

ConnectButtonProps = WcAppearanceProps & object

Props for ConnectButton.

optional chains?: readonly string[]

CAIP-2 chain IDs used to filter Explorer wallets. Defaults to configured wagmi chains.

optional getWalletConnect?: () => Promise<Connector>

Lazily registers and returns the Konekt wagmi connector when the config does not already contain one.

Promise<Connector>

optional onDismiss?: () => void

Cancels pending connection work owned by the connector when the user dismisses pairing.

void

optional projectId?: string

Project ID for Wallet Explorer listings, needed only with getWalletConnect: a registered Konekt connector already carries its own.

optional wallets?: WalletFilter

Include, exclude, and featured lists of WalletConnect Explorer IDs.