hardhat-graph-protocol
Version:
A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.
5 lines • 410 B
TypeScript
import type { GraphDeploymentName } from '@graphprotocol/toolshed/deployments';
import type { HardhatRuntimeEnvironment } from 'hardhat/types';
import type { GraphRuntimeEnvironmentOptions } from './types';
export declare function getAddressBookPath(deployment: GraphDeploymentName, hre: HardhatRuntimeEnvironment, opts: GraphRuntimeEnvironmentOptions): string | undefined;
//# sourceMappingURL=config.d.ts.map