contracts-wizard icon indicating copy to clipboard operation
contracts-wizard copied to clipboard

Use onlyGovernance for Governor with UUPS

Open ericglau opened this issue 3 years ago • 0 comments

Governor with UUPS currently uses onlyOwner for the _authorizeUpgrade function. Instead, change this to onlyGovernance.

ericglau avatar Jul 01 '22 01:07 ericglau