UNPKG

@azuro-org/sdk

Version:

One-stop solution for building betting dApps on the Azuro Protocol.

13 lines (12 loc) 425 B
export declare const DEFAULT_CACHE_TIME: number; export declare const DEFAULT_DEADLINE = 300; export declare const LIVE_STATISTICS_SUPPORTED_SPORTS: number[]; export declare const LIVE_STATISTICS_SUPPORTED_PROVIDERS: number[]; export declare const cookieKeys: { readonly appChainId: "appChainId"; readonly live: "live"; }; export declare const localStorageKeys: { betslipItems: string; authPrefix: string; };