UNPKG

hardhat-graph-protocol

Version:

A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.

4 lines 328 B
import type { HardhatConfig, HardhatRuntimeEnvironment, HardhatUserConfig } from 'hardhat/types'; export declare const greExtendConfig: (config: HardhatConfig, userConfig: Readonly<HardhatUserConfig>) => void; export declare const greExtendEnvironment: (hre: HardhatRuntimeEnvironment) => void; //# sourceMappingURL=gre.d.ts.map