From 337ffe09b547d45de2757652963937509ac85d73 Mon Sep 17 00:00:00 2001 From: Nick Mudge Date: Mon, 26 Oct 2020 11:54:44 -0400 Subject: [PATCH] Automatically merged updates to draft EIP(s) 2535 (#3073) 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-2535.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2535.md b/EIPS/eip-2535.md index 29980e78..10f261e2 100644 --- a/EIPS/eip-2535.md +++ b/EIPS/eip-2535.md @@ -50,7 +50,7 @@ The loupe functions can be used for many things including: 1. To be used by user interfaces to show information about diamonds. 1. To be used by user interfaces to enable users to call functions on diamonds. -Diamonds support another form of transparency which is a historical record of all upgrades on a diamond. This is done with the DiamondCut event which is used to record all functions that are added, replaced or removed on diamond. +Diamonds support another form of transparency which is a historical record of all upgrades on a diamond. This is done with the DiamondCut event which is used to record all functions that are added, replaced or removed on a diamond. This standard is an improvement of [EIP-1538 Transparent Contract Standard](https://eips.ethereum.org/EIPS/eip-1538). The same motivations of that standard apply to this standard. @@ -611,4 +611,4 @@ This standard was also inspired by the design and implementation of the [Mokens ## Copyright -Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).. +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).