UNPKG

hardhat-deploy

Version:

Hardhat plugin for replicable smart contract deployments and easy testing across multiple EVM chains, with support for proxies, diamonds, named accounts, and deployment fixtures

5 lines 229 B
import type { ArtifactGenerationConfig } from './types.js'; export declare function generateTypes(paths: { artifacts: string[]; }, config: ArtifactGenerationConfig): Promise<void>; //# sourceMappingURL=generate-types.d.ts.map