UNPKG

@idle-finance/hardhat-proposals-plugin

Version:
15 lines 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errors = exports.PACKAGE_NAME = void 0; exports.PACKAGE_NAME = "hardhat-proposals-plugin"; exports.errors = { ALREADY_SIMULATED: "Proposal has already been simulated", PROPOSAL_NOT_SUBMITTED: "Proposal has not been submitted yet", TOO_MANY_ACTIONS: "Proposal has too many actions", NOT_ENOUGH_VOTES: "Signer does not have enough votes to reach quorem", NO_SIGNER: "No signer", NO_PROPOSER: "Proposal has no proposer", NO_GOVERNOR: "Proposal has no governor", NO_VOTING_TOKEN: "Proposal has no voting token" }; //# sourceMappingURL=constants.js.map