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
On Solana, it's currently impossible to transfer the mint authority back from the NTT Manager, since the manager doesn't expose a function for this.
We should be careful when implementing this change, and perhaps require that the contract is paused -- transferring mint authority away from the manager will break token transfers, at least until the mint authority is returned.
The text was updated successfully, but these errors were encountered:
On Solana, it's currently impossible to transfer the mint authority back from the NTT Manager, since the manager doesn't expose a function for this.
We should be careful when implementing this change, and perhaps require that the contract is paused -- transferring mint authority away from the manager will break token transfers, at least until the mint authority is returned.
The text was updated successfully, but these errors were encountered: