WagmiPairingOptions
WagmiPairingOptions =
object
Options for useWagmiPairing.
Properties
Section titled “Properties”getWalletConnect?
Section titled “getWalletConnect?”
optionalgetWalletConnect?: () =>Promise<Connector>
Registers and returns the Konekt connector on demand when the wagmi config does not already contain one.
Returns
Section titled “Returns”Promise<Connector>
projectId?
Section titled “projectId?”
optionalprojectId?:string
Project ID for Wallet Explorer listings when no Konekt connector is registered at the time the
modal opens, which happens with getWalletConnect. A registered connector supplies its own.