@graphprotocol/graph-cli
Version:
CLI for building for and deploying to The Graph
4 lines (3 loc) • 374 B
TypeScript
export declare const updateSubgraphNetwork: (manifest: any, network: string, networksFile: string, identifierName: string) => Promise<any>;
export declare const initNetworksConfig: (directory: string, identifierName: string) => Promise<any>;
export declare function updateNetworksFile(network: string, dataSource: any, address: string, networksFile: string): Promise<void>;