From a77c0f76227ad152b6e3d62f3ad015b0d7f8c8ac Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Fri, 8 Mar 2019 09:57:23 -0500 Subject: [PATCH] Automatically merged updates to draft EIP(s) 1822 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-1822.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1822.md b/EIPS/eip-1822.md index e9b10f68..40daeaf9 100644 --- a/EIPS/eip-1822.md +++ b/EIPS/eip-1822.md @@ -2,7 +2,7 @@ eip: 1822 title: Universal Upgradeable Proxy Standard (UUPS) author: Gabriel Barros , Patrick Gallagher -discussions-to: https://ethereum-magicians.org/t/eip-universal-upgradeable-proxy-standard-uups +discussions-to: https://ethereum-magicians.org/t/eip-1822-universal-upgradeable-proxy-standard-uups status: Draft type: Standards Track category: ERC @@ -339,7 +339,7 @@ contract MyToken is ERC20DataLayout, ERC20, Owned, Proxiable, LibraryLock { ## References -- "Escape-hatch" proxy Medium Post (TBA) +- ["Escape-hatch" proxy Medium Post](https://medium.com/terminaldotco/escape-hatch-proxy-efb681de108d) ## Copyright