@idle-finance/hardhat-proposals-plugin
Version:
Hardhat plugin for governance proposals
13 lines (11 loc) • 495 B
text/typescript
export const PACKAGE_NAME = "hardhat-proposals-plugin"
export const 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"
}