ConnectButtonProps
ConnectButtonProps =
WcAppearanceProps&object
Props for ConnectButton.
Type Declaration
Section titled “Type Declaration”chains?
Section titled “chains?”
optionalchains?: readonlystring[]
CAIP-2 chain IDs used to filter Explorer wallets. Defaults to configured wagmi chains.
getWalletConnect?
Section titled “getWalletConnect?”
optionalgetWalletConnect?: () =>Promise<Connector>
Lazily registers and returns the Konekt wagmi connector when the config does not already contain one.
Returns
Section titled “Returns”Promise<Connector>
onDismiss?
Section titled “onDismiss?”
optionalonDismiss?: () =>void
Cancels pending connection work owned by the connector when the user dismisses pairing.
Returns
Section titled “Returns”void
projectId?
Section titled “projectId?”
optionalprojectId?:string
Project ID for Wallet Explorer listings, needed only with getWalletConnect: a registered
Konekt connector already carries its own.
wallets?
Section titled “wallets?”
optionalwallets?:WalletFilter
Include, exclude, and featured lists of WalletConnect Explorer IDs.