Update proxies.md

This commit is contained in:
bt3gl 2022-09-17 18:06:41 -07:00 committed by GitHub
parent c461ed0682
commit 618fa82c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
## Proxies
## 🐊 Proxies
<br>
@ -21,8 +21,23 @@
<br>
---
### Unitialized proxy bug
<br>
* Developers might leave proxies unitialized - this can be a problem when it leads to changes such as granting ownership to the caller
* the owners of the contract can upgrade the implementation contract
* this bug can lead to the self-destruction of the implementation contract (proxy contract is bricked)
---
### Resources
<br>
* [Wormhole bridge protocol](https://github.com/immunefi-team/wormhole-uninitialized)