UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

7 lines 249 B
import { IToken } from "../types"; export declare const SEI_RPC_URL = "https://evm-rpc.sei-apis.com/"; export declare const MAX_BLOCK_AGE = 2000; export declare const TOKENS: { [key: `0x${string}`]: IToken; }; //# sourceMappingURL=index.d.ts.map