-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exploratory code for protocol rewards
because we hit the contract size limit, this commit has a POC for reducing it. all the admin functions are replaced with a fallback function that delegate calls the admin lib.
- Loading branch information
Showing
13 changed files
with
1,141 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
516 changes: 265 additions & 251 deletions
516
packages/nouns-contracts/contracts/governance/NounsDAOLogicV3.sol
Large diffs are not rendered by default.
Oops, something went wrong.
237 changes: 115 additions & 122 deletions
237
packages/nouns-contracts/contracts/governance/NounsDAOV3Admin.sol
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.