@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
12 lines • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZkSyncVerifyPluginError = void 0;
const plugins_1 = require("hardhat/plugins");
const constants_1 = require("./constants");
class ZkSyncVerifyPluginError extends plugins_1.HardhatPluginError {
constructor(message, parentError) {
super(constants_1.PLUGIN_NAME, message, parentError);
}
}
exports.ZkSyncVerifyPluginError = ZkSyncVerifyPluginError;
//# sourceMappingURL=errors.js.map