tensaikit
Version:
An autonomous DeFi AI Agent Kit on Katana enabling AI agents to plan and execute on-chain financial operations.
13 lines (12 loc) • 651 B
TypeScript
export declare const MORPHO_SUPPORTED_SUB_GRAPH: string[];
export declare const MORPHO_SUPPORTED_PROTOCOL: string[];
/**
* Returns the on-chain contract address for the Morpho Blue protocol
* for a given supported network's chain ID.
*
* @param chainId - The numeric Chain ID of the network
* @returns The contract address for Morpho Blue on that network
* @throws If the chain ID is not supported
*/
export declare const getMorphoBlueContractAddress: (chainId: number) => "0xC263190b99ceb7e2b7409059D24CB573e3bB9021" | "0xD50F2DffFd62f94Ee4AEd9ca05C61d0753268aBc";
export declare const MORPHO_GRAPH_API_URL = "https://api.morpho.org/graphql";