ChancellorCountingSimple
Extension for voting management
To handle the voting process, the Chancellor contract must implement a voting extension.
The ChancellorCountingSimple extension is a simple way to handle the voting process.
The module uses for+abstain to check quorum.
You can check the ChancellorCompatibilityBravo extension that also handles voting and is more complex.
The ChancellorCountingSimple extension was built upon Openzeppelin's GovernorCountingSimple extension and changed to be an extension for the Chancellor
Last updated