From 78114f2a2e91a876bf43b7d824a0e2fe8f525eb7 Mon Sep 17 00:00:00 2001 From: Emily Furlong Date: Fri, 23 Aug 2024 15:20:47 +0200 Subject: [PATCH 1/2] Update schemas.mdx adding a clarification that the refUID field for the retro funding award attestation refers to the application UID --- pages/chain/identity/schemas.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/chain/identity/schemas.mdx b/pages/chain/identity/schemas.mdx index a4e04b651..822fe28ba 100644 --- a/pages/chain/identity/schemas.mdx +++ b/pages/chain/identity/schemas.mdx @@ -75,7 +75,8 @@ Used to identify the reward amount each approved project received in a Retro Fun | Schema UID | `0x670ad6e6ffb842d37e050ea6d3a5ab308195c6f584cf2121076067e0d8adde18` | | ------------- | ---------------------------------------------------------------------------------------------------------------------------- | | Issuer | Currently, the Optimism Foundation issues these from one the following address: `0xE4553b743E74dA3424Ac51f8C1E586fd43aE226F` | -| Recipient | Null | +| Recipient | Null | +| refUID | The UID of the Retro Funding application | | projectRefUID | The unique identifier of the project | | round | The retro round for which the project was rewarded | | OPamount | The amount of OP awarded to the project | From d3ce92410aec95116c0a8eaf0b891cd6ce62b961 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Fri, 23 Aug 2024 15:19:44 +0100 Subject: [PATCH 2/2] fix lint issues --- pages/chain/identity/schemas.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chain/identity/schemas.mdx b/pages/chain/identity/schemas.mdx index 822fe28ba..45ae13baa 100644 --- a/pages/chain/identity/schemas.mdx +++ b/pages/chain/identity/schemas.mdx @@ -75,7 +75,7 @@ Used to identify the reward amount each approved project received in a Retro Fun | Schema UID | `0x670ad6e6ffb842d37e050ea6d3a5ab308195c6f584cf2121076067e0d8adde18` | | ------------- | ---------------------------------------------------------------------------------------------------------------------------- | | Issuer | Currently, the Optimism Foundation issues these from one the following address: `0xE4553b743E74dA3424Ac51f8C1E586fd43aE226F` | -| Recipient | Null | +| Recipient | Null | | refUID | The UID of the Retro Funding application | | projectRefUID | The unique identifier of the project | | round | The retro round for which the project was rewarded |