UNPKG

hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

10 lines 457 B
import './type-extensions'; import { getNetworkName } from './utils'; export { getNetworkName }; export declare const TASK_DEPLOY = "deploy"; export declare const TASK_DEPLOY_MAIN = "deploy:main"; export declare const TASK_DEPLOY_RUN_DEPLOY = "deploy:runDeploy"; export declare const TASK_EXPORT = "export"; export declare const TASK_ETHERSCAN_VERIFY = "etherscan-verify"; export declare const TASK_SOURCIFY = "sourcify"; //# sourceMappingURL=index.d.ts.map