StandaloneWCConnectOptions

type StandaloneWCConnectOptions =
WCConnectOptions["walletConnect"] & {
chain?: Chain;
client: ThirdwebClient;
};