contracts-wizard
contracts-wizard copied to clipboard
Use onlyGovernance for Governor with UUPS
Governor with UUPS currently uses onlyOwner for the _authorizeUpgrade function. Instead, change this to onlyGovernance.