diff --git a/src/docs/identity/atst-v1.md b/src/docs/identity/atst-v1.md index 5f07aff45..0410b87c6 100644 --- a/src/docs/identity/atst-v1.md +++ b/src/docs/identity/atst-v1.md @@ -12,11 +12,13 @@ The AttestationStation v1 uses [the Ethereum Attestation service standard](https You can read and write attestations in several ways: -- [EAS scan user interface](https://optimism-goerli.easscan.org/) +- [EAS scan user interface (OP Mainnet)](https://optimism.easscan.org/) +- [EAS scan user interface (OP Goerli)](https://optimism-goerli-bedrock.easscan.org/) - [JavaScript SDK](https://docs.attest.sh/docs/getting--started/javascript) - [Access directly onchain](https://github.com/ethereum-attestation-service/eas-contracts/blob/master/contracts/EAS.sol) (if you need to attest from a smart contract) Indexing is available via: -- [GraphQL endpoint](https://optimism-goerli.easscan.org/graphql) +- [GraphQL endpoint (OP Mainnet)](https://optimism.easscan.org/graphql) +- [GraphQL endpoint (OP Goerli)](https://optimism-goerli-bedrock.easscan.org/graphql) - [Ponder graph]( https://github.com/ethereum-attestation-service/eas-ponder-graph) - [Open source indexer]( https://github.com/ethereum-attestation-service/eas-indexing-service)