Use immutable beacon address in BeaconProxy (#4435)

Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
Eric Lau
2023-07-08 18:24:12 -04:00
committed by GitHub
parent 6d74b91388
commit 5229b75785
3 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`BeaconProxy`: Use an immutable variable to store the address of the beacon. It is no longer possible for a `BeaconProxy` to upgrade by changing to another beacon.