UNPKG

@xtools-at/hardhat-sourcify

Version:

Improved fork of zoey-t's Sourcify contract verification plugin for Hardhat

7 lines 387 B
"use strict"; // 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"); require("hardhat/types/runtime"); //# sourceMappingURL=type-extensions.js.map