Skip to content

Commit 2e27a0c

Browse files
authored
Update governor docs (#5420)
1 parent 352ab13 commit 2e27a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/governance/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For a written walkthrough, check out our guide on xref:ROOT:governance.adoc[How
2020

2121
Votes modules determine the source of voting power, and sometimes quorum number.
2222

23-
* {GovernorVotes}: Extracts voting weight from an {ERC20Votes}, or since v4.5 an {ERC721Votes} token.
23+
* {GovernorVotes}: Extracts voting weight from an {IVotes} contract.
2424

2525
* {GovernorVotesQuorumFraction}: Combines with `GovernorVotes` to set the quorum as a fraction of the total token supply.
2626

@@ -30,7 +30,7 @@ Counting modules determine valid voting options.
3030

3131
* {GovernorCountingFractional}: A more modular voting system that allows a user to vote with only part of its voting power, and to split that weight arbitrarily between the 3 different options (Against, For and Abstain).
3232

33-
* {GovernorCountingOverridable}: An extended version of `GovernorCountingSimple` which allows delegatees to override their delegates while the vote is live.
33+
* {GovernorCountingOverridable}: An extended version of `GovernorCountingSimple` which allows delegatees to override their delegates while the vote is live. Must be used in conjunction with {VotesExtended}.
3434

3535
Timelock extensions add a delay for governance decisions to be executed. The workflow is extended to require a `queue` step before execution. With these modules, proposals are executed by the external timelock contract, thus it is the timelock that has to hold the assets that are being governed.
3636

0 commit comments

Comments
 (0)