interface BaseConfiguration {
    publishableKey: string;
    ecosystemId: string;
    supportedChains?: number[];
    thirdPartyAuthentication?: boolean;
}

Properties

publishableKey: string
ecosystemId: string
supportedChains?: number[]
thirdPartyAuthentication?: boolean