walletConnect

function walletConnect(

Parameters

Optional configuration options for the wallet

projectId (optional)

When connecting Trust using the QR Code - Wallet Connect connector is used which requires a project id. This project id is Your project’s unique identifier for wallet connect that can be obtained at cloud.walletconnect.com.

qrModal (optional)

Specify wheher a custom QR Modal or the Official WalletConnect Modal should be used on desktop. The custom screen has an option to open the official WalletConnect Modal too.

Note that the official WalletConnect Modal is always used on mobile devices.

The default is "custom" ( for desktop )

qrModalOptions (optional)

The WalletConnect Modal options to customize the official WalletConnect Modal.

recommended (optional)

If true, the wallet will be tagged as "recommended" in ConnectWallet Modal UI

Type

Returns

let returnType: WalletConfig<WalletConnect>;