From 76a00ba35bf49c851a69ceea3bc210a4127d4eb2 Mon Sep 17 00:00:00 2001 From: 0xAA Date: Wed, 6 Sep 2023 17:11:08 +0800 Subject: [PATCH] Update eip-7511.md author add @Vectorized to co-author, the first person who optimized the Minimal Proxy Contract with PUSH0, https://github.com/Vectorized/solady/blob/main/src/utils/LibClone.sol --- EIPS/eip-7511.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-7511.md b/EIPS/eip-7511.md index 318ba9967bf880..15f734bbfe9bb1 100644 --- a/EIPS/eip-7511.md +++ b/EIPS/eip-7511.md @@ -1,8 +1,8 @@ --- eip: 7511 title: Minimal Proxy Contract with `PUSH0` -description: Optimize the previous Minimal Proxy Contract (ERC-1167) with newly introduced `PUSH0` opcode -author: 0xAA (@AmazingAng) +description: Optimize the previous Minimal Proxy Contract (ERC-1167) with the newly introduced `PUSH0` opcode +author: 0xAA (@AmazingAng), vectorized (@Vectorized) discussions-to: https://ethereum-magicians.org/t/proposal-for-a-new-eip-minimal-proxy-contract-with-push0/15662 status: Draft type: Standards Track