UNPKG

mcp-eth-test-subgraph-9

Version:

MCP server for ethereum_transactions_test subgraph - Track all Ethereum ERC20 transfers for testing

12 lines (11 loc) 271 B
export interface QueryConfig { queryEndpoint: string; subgraphId: string; } export interface ServerConfig { SUBGRAPH_ID: string; SUBGRAPH_NAME: string; SUBGRAPH_DESCRIPTION: string; QUERY: QueryConfig; } export declare const CONFIG: ServerConfig;