Docs

DAppMetaData

the metadata to pass to wallet connection dialog (may show up during the wallet-connection process)

this is only used for wallet connect and wallet link, metamask does not support it

type DAppMetaData = {
  description: string;
  isDarkMode: boolean;
  logoUrl: string;
  name: string;
  url: string;
};