Docs

walletConnectConfig

Integrate WalletConnect connection in ConnectButton or ConnectEmbed by configuring it in ThirdwebProvider .

Example

import { ThirdwebProvider, walletConnect } from "thirdweb/react";
function Example() {
return (
<ThirdwebProvider client={client} wallets={[walletConnect()]}>
<App />
</ThirdwebProvider>
);
}

Parameters

Returns

WalletConfig object to be passed into ThirdwebProvider