lockMinter vs setMinter #402
Answered
by
solimander
cdt-eth
asked this question in
Solidity / smart contracts
-
Question about lockMinter: When is this intended to be called? Since minter is the auction proxy address, which can change its implementation, what's the difference between setMinter and changing that implementation? |
Beta Was this translation helpful? Give feedback.
Answered by
solimander
Mar 30, 2022
Replies: 1 comment
-
We wanted to build as much optionality into the protocol as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
solimander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We wanted to build as much optionality into the protocol as possible.
setMinter
could be called if a more efficient or otherwise improved proxy implementation comes along, or we decide we don't need a proxy at all.lockMinter
could be called to ensure full immutability in the Nouns distribution mechanism, if ever desired.