mirror of https://github.com/status-im/EIPs.git
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
This commit is contained in:
parent
6b75cfa150
commit
a77c0f7622
|
@ -2,7 +2,7 @@
|
|||
eip: 1822
|
||||
title: Universal Upgradeable Proxy Standard (UUPS)
|
||||
author: Gabriel Barros <gabriel@terminal.co>, Patrick Gallagher <patrick@terminal.co>
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue