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
Some NTT implementations may wish to make the program immutable, for example in the case of a governance program that itself can update an NTT deployment.
To do this, the upgrade authority of the Solana contract should be revoked (set to None).
The configuration-verification tooling should warn when that he upgrade authority should be revoked. If an integrator wants a mutable program, they can ignore the warning.
The text was updated successfully, but these errors were encountered:
johnsaigle
changed the title
solana: Ensure that the upgrade authority on the Goverance program after deployment
solana: Warn when the upgrade authority is not revoked following deployment
May 1, 2024
Some NTT implementations may wish to make the program immutable, for example in the case of a governance program that itself can update an NTT deployment.
To do this, the upgrade authority of the Solana contract should be revoked (set to None).
The configuration-verification tooling should warn when that he upgrade authority should be revoked. If an integrator wants a mutable program, they can ignore the warning.
The text was updated successfully, but these errors were encountered: