interface AppMetadata {
    appName?: string;
    appLogoUrl?: null | string;
    appChainIds?: number[];
}

Properties

appName?: string

Application name

appLogoUrl?: null | string

Application logo image URL; favicon is used if unspecified

appChainIds?: number[]

Array of chainIds your dapp supports