You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when users are deploying new tokens they have the option to set an address as a minter role. The issue is that on the contract we have also have the operator role and this text field for the minter address also sets the operator role, which is unclear for users. The bigger problem is we don't have anywhere else on the frontend that can set the operator role. So users might deploy without setting this mintable address thinking there will be somewhere else for the operator and now they have a token deployed with no operator.
The text was updated successfully, but these errors were encountered:
Currently when users are deploying new tokens they have the option to set an address as a
minter
role. The issue is that on the contract we have also have theoperator
role and this text field for theminter
address also sets theoperator
role, which is unclear for users. The bigger problem is we don't have anywhere else on the frontend that can set theoperator
role. So users might deploy without setting thismintable
address thinking there will be somewhere else for theoperator
and now they have a token deployed with nooperator
.The text was updated successfully, but these errors were encountered: