@coinbase/agentkit
Version:
Coinbase AgentKit core primitives
12 lines (11 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFILLAMA_PRICES_URL = exports.DEFILLAMA_BASE_URL = void 0;
/**
* Base URL for the DefiLlama API
*/
exports.DEFILLAMA_BASE_URL = "https://api.llama.fi";
/**
* URL for the DefiLlama price API
*/
exports.DEFILLAMA_PRICES_URL = "https://coins.llama.fi";