WalletConnectReceiverConfig
type WalletConnectReceiverConfig = {  walletConnectReceiver?:    | {        walletConnectV2ProjectId?: string;        walletConnectV2RelayUrl?: string;      }    | true;};
type walletConnectReceiver =  | {      walletConnectV2ProjectId?: string;      walletConnectV2RelayUrl?: string;    }  | true;