UNPKG

@foundry-rs/hardhat-anvil

Version:

Hardhat plugin for managing Anvil

8 lines 289 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; declare module "mocha" { interface Context { env: HardhatRuntimeEnvironment; } } export declare function useEnvironment(fixtureProjectName: string, networkName?: string): void; //# sourceMappingURL=helpers.d.ts.map