UNPKG

pharos-agent-kit

Version:
18 lines 550 B
/** * Base URL for the DefiLlama API */ export declare const DEFILLAMA_BASE_URL = "https://api.llama.fi"; /** * URL for the DefiLlama price API */ export declare const DEFILLAMA_PRICES_URL = "https://coins.llama.fi"; /** * Mapping of network IDs to DefiLlama network slugs */ export declare const DEFILLAMA_NETWORK_MAPPING: Record<number, string>; /** * Array of DefiLlama network slugs */ export declare const DEFILLAMA_NETWORK_SLUGS: string[]; export declare const DEFILLAMA_PROTOCOL_SLUGS: string[]; //# sourceMappingURL=constants.d.ts.map