hardhat-deployed-records
Version:
Hardhat plugin for deploying records
6 lines (5 loc) • 310 B
JavaScript
;
// If your plugin extends types from another plugin, you should import the plugin here.
Object.defineProperty(exports, "__esModule", { value: true });
// To extend one of Hardhat's types, you need to import the module where it has been defined, and redeclare it.
require("hardhat/types/config");