hardhat-deployed
Version:
Hardhat plugin for saving deployed contract address.
11 lines (10 loc) • 530 B
TypeScript
export declare const PLUGIN_NAME = "hardhat-deployed";
export declare const TASK_SCOPE_DEPLOYED: string;
export declare const TASK_DEPLOYED_INIT: string;
export declare const TASK_DEPLOYED_ADD: string;
export declare const TASK_DEPLOYED_MIGRATE: string;
export declare const TASK_DEPLOYED_LIST: string;
export declare const DEFAULT_DEPLOYED_DIR = "scripts/deployed";
export declare const INDEX_TS_FILE = "index.ts";
export declare const CONTRACTS_JSON_FILE = "contracts.json";
export declare const DEFAULT_DEPLOYED_ADDRESS = "_";