UNPKG

hardhat-deployed

Version:

Hardhat plugin for saving deployed contract address.

7 lines (6 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deployedTaskScope = void 0; const config_1 = require("hardhat/config"); const constants_1 = require("../constants"); exports.deployedTaskScope = (0, config_1.scope)(constants_1.TASK_SCOPE_DEPLOYED, "'deployed' tasks");