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 1c27cc3 commit a24f833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Minimal Proxy Contract with `PUSH0`

**Minimal Proxy Contract with `PUSH0`, or `Clone0` in short, optimize the previous minimal proxy contract ([eip-3855](https://eips.ethereum.org/EIPS/eip-3855)) by 200 gas at deployment, 5 gas at runtime, while remaining the same functionalities.**
**Minimal Proxy Contract with `PUSH0`, or `Clone0` in short, optimize the previous minimal proxy contract ([eip-1167](https://eips.ethereum.org/EIPS/eip-1167)) by 200 gas at deployment, 5 gas at runtime, while remaining the same functionalities.**

## Motivation

Expand Down Expand Up @@ -211,7 +211,7 @@ Because the new proxy contract standard uses the `PUSH0` opcode, it can only be

## Security Considerations

The new proxy contract standard is identical to the previous one (eip-3855). Here are the security considerations when using minimal proxy contracts:
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:

Expand Down

0 comments on commit a24f833

Please # to comment.