Skip to content

Commit

Permalink
Docs/eas 2 (#2284)
Browse files Browse the repository at this point in the history
* feat(docs): EAS datasets

* fix: add logo

* fix: add YOUR_PROJECT_NAME back
  • Loading branch information
ccerv1 authored Oct 1, 2024
1 parent e6245a2 commit a0becfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/integrate/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ For example, you can get a list of all * official * RetroPGF badgeholders:
select
recipient as badgeholder,
json_value(decoded_data_json, "$[0].value.value") as rpgfRound
from `ethereum_attestation_service_optimism.attestations`
from YOUR_PROJECT_NAME.ethereum_attestation_service_optimism.attestations
where
revoked = False
and schema_id = '0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b'
Expand Down

0 comments on commit a0becfe

Please sign in to comment.