-
There is a check whether the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @kraikov, good question! PRBProxy prevents the There is no check for |
Beta Was this translation helpful? Give feedback.
Hey @kraikov, good question!
PRBProxy prevents the
owner
from being modified due to security reasons. If the owner really wants to transfer ownership, they can call the transferOwnership function.There is no check for
minGasReserve
because that variable is not involved in access control. If a malicious scripts overrides the gas reserve, the owner can just reset it back to whatever value they want via the setMinGasReserve function.