Make TransparentUpgradeableProxy admin immutable (#4354)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -9,7 +9,7 @@ pragma solidity ^0.8.19;
|
||||
contract ClashingImplementation {
|
||||
event ClashingImplementationCall();
|
||||
|
||||
function changeAdmin(address) external payable {
|
||||
function upgradeTo(address) external payable {
|
||||
emit ClashingImplementationCall();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user