From 25c2e6c3e3413e1e8f6ed9d159d1272f2fe44916 Mon Sep 17 00:00:00 2001
From: Carl Cervone <42869436+ccerv1@users.noreply.github.com>
Date: Tue, 1 Oct 2024 11:38:12 -0400
Subject: [PATCH] feat(docs): EAS datasets (#2281)
---
apps/docs/docs/integrate/overview/index.mdx | 36 +++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/apps/docs/docs/integrate/overview/index.mdx b/apps/docs/docs/integrate/overview/index.mdx
index 78aad8aca..4d008e6cb 100644
--- a/apps/docs/docs/integrate/overview/index.mdx
+++ b/apps/docs/docs/integrate/overview/index.mdx
@@ -533,6 +533,42 @@ where i = 5650
**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
+### Ethereum Attestation Service
+
+
+
+{" "}
+
+- [Reference documentation](https://models.opensource.observer/#!/source_list/ethereum_attestation_service_optimism)
+- [Updated weekly](https://dagster.opensource.observer/assets/ethereum_attestation_service_optimism)
+
+[Ethereum Attestation Service (EAS)](https://attest.org/) is an infrastructure public good for making attestations onchain or offchain about anything.
+
+This dataset mirrors the dataset offered by [EAS](https://attest.org/) for use in the OSO data pipeline, currenty showing all attestations on the Optimism network.
+
+For example, you can get a list of all * official * RetroPGF badgeholders:
+
+```sql
+select
+ recipient as badgeholder,
+ json_value(decoded_data_json, "$[0].value.value") as rpgfRound
+from `ethereum_attestation_service_optimism.attestations`
+where
+ revoked = False
+ and schema_id = '0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b'
+ and attester = '0x621477dBA416E12df7FF0d48E14c4D20DC85D7D9'
+```
+
+**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
+
## Subscribe to a dataset
### 1. Data exchange listings