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.

10 lines 463 B
import type { HardhatRuntimeEnvironment } from 'hardhat/types'; declare module 'mocha' { interface Context { hre: HardhatRuntimeEnvironment; } } export declare function useHardhatProject(fixtureProjectName: string, network?: string): void; export declare function loadHardhatContext(fixtureProjectName: string, network?: string): HardhatRuntimeEnvironment; export declare function resetHardhatContext(): void; //# sourceMappingURL=helpers.d.ts.map