about gov impl?
#14515
Replies: 1 comment
-
Hi, I came across your discussion and wanted to provide some insights that might help locate the governance contracts within the Optimism codebase. From what you mentioned, you’ve already found the governance token contract under contracts-bedrock/src, but you’re specifically looking for contracts that handle proposal creation and voting mechanisms, possibly for the Citizen House governance model. Here are some ways to track them down:
"Governor", "Voting", "Proposal", "Timelock" You can do this directly on GitHub using the search bar.
Let me know if you find anything useful, or if you need help digging deeper! Best regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
about the gov, I can find gov token contract under contracts-bedrock/src. But where is the citizen-house-gov contracts like add proposal, vote for proposal?
Beta Was this translation helpful? Give feedback.
All reactions