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
12 lines • 543 B
TypeScript
export declare const MIGRATION_URL = "https://rocketh.dev/hardhat-deploy/migration-from-v1";
export declare const V1_INSTALL_CMD = "npm install hardhat-deploy@1";
export interface V1DetectionResult {
isV1Environment: boolean;
reasons: string[];
}
export declare function detectV1Patterns(projectRoot?: string): V1DetectionResult;
export declare class V1PatternError extends Error {
constructor(reasons: string[]);
}
export declare function throwV1MigrationError(reasons: string[]): never;
//# sourceMappingURL=v1-detection.d.ts.map