Add authorizedMint and whitelist Reservoir Relay EOA#146
Conversation
|
If that EOA is compromised or the relationship with the EOA changes I'm not seeing any protections that can ever remove it. I think the What is the motivation for setting the EoA as a constant if it can be passed as a constructor param? |
Good suggestion. My initial intention is to make Reservior Relay fixed so it cannot be modified. But after some thoughts I think it's better to make the list mutable (by owner only). |
|
Should work. In the future what do you think about something like |
tenthirtyone
left a comment
There was a problem hiding this comment.
See comments about AuthorizedMinter.sol in the future. There could probably be some zero address checks but it should be benign/caught by the underlying standard.
I think we could switch to use OZ's Access Control / |
|
worth refactoring later, but yeah, lgtm for now, that we delay the introduction of another Roles dependency |
* Add authorizedMint and whitelist Reservoir Relay EOA * Add ability to change authorizedMinter list * pump version
authorizedMintin 1155 and 721