UNPKG

tensaikit

Version:

An autonomous DeFi AI Agent Kit on Katana enabling AI agents to plan and execute on-chain financial operations.

48 lines (47 loc) 1.58 kB
/** * Returns a Katana chain definition compatible with viem's client setup. * * @returns A `Chain` object for the Katana Network. */ export declare const katana: () => { blockExplorers: { readonly default: { readonly name: "Katana Explorer"; readonly url: "https://explorer.katanarpc.com/"; readonly apiUrl: ""; }; }; blockTime?: number | undefined | undefined; contracts: { readonly ensRegistry: { readonly address: "0x0000000000000000000000000000000000000000"; }; readonly ensUniversalResolver: { readonly address: "0x0000000000000000000000000000000000000000"; readonly blockCreated: 0; }; readonly multicall3: { readonly address: "0x0000000000000000000000000000000000000000"; readonly blockCreated: 0; }; }; ensTlds?: readonly string[] | undefined; id: 747474; name: "Katana"; nativeCurrency: { readonly name: "Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.katana.network/"]; }; }; sourceId?: number | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; };