@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface TenantConfig

    Per-tenant config: EVE token package ID (Sui) and Datahub API host. v0.0.18

    interface TenantConfig {
        packageId: string;
        evePackageId: string;
        datahubHost: string;
    }
    Index

    Properties

    packageId: string
    evePackageId: string
    datahubHost: string