Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed Sep 4, 2023
1 parent 9d2b74a commit 83d8fd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ Because the new proxy contract standard uses the `PUSH0` opcode, it can only be

The new proxy contract standard is identical to the previous one (eip-1167). Here are the security considerations when using minimal proxy contracts:

Certainly, here's a concise summary of the security considerations for Minimal Proxy Contracts:

**Security Considerations for Minimal Proxy Contracts:**

1. **Non-Upgradability**: Minimal Proxy Contracts delegate their logic to another contract (often termed the "implementation" or "logic" contract). This delegation is fixed upon deployment, meaning you can't change which implementation contract the proxy delegates to after its creation.
Expand Down

0 comments on commit 83d8fd4

Please # to comment.