UNPKG

hardhat-deployed

Version:

Hardhat plugin for saving deployed contract address.

5 lines (3 loc) 174 B
import { scope } from "hardhat/config"; import { TASK_SCOPE_DEPLOYED } from "../constants"; export const deployedTaskScope = scope(TASK_SCOPE_DEPLOYED, "'deployed' tasks");