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