From ea6e26fe9a02470337fac65f28e2fa863515f580 Mon Sep 17 00:00:00 2001 From: Chidubem Okeke Date: Thu, 27 Oct 2022 14:59:31 +0100 Subject: [PATCH] Update CryptoPunks.md --- docs/docs/CryptoPunks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/CryptoPunks.md b/docs/docs/CryptoPunks.md index c84c0c6..17b0fba 100644 --- a/docs/docs/CryptoPunks.md +++ b/docs/docs/CryptoPunks.md @@ -13,7 +13,7 @@ CryptoPunks has a GraphQL API Endpoint hosted by [The Graph](https://thegraph.co This subgraph can be used to query on-chain CryptoPunks data. The subgraph data is serviced by a decentralized group of server operators called [Indexers](https://thegraph.com/docs/en/network/indexing/). -The CryptoPunks subgraph works by listening for events emitted by one or more data sources (Smart Contracts) on the various chains. It handles the indexing and caching of data which can later be queried using the GraphQL API Endpoint, providing an excellent developer experience. +The CryptoPunks subgraph works by listening for events emitted by one or more data sources (Smart Contracts) on Ethereum mainnet. It handles the indexing and caching of data which can later be queried using the GraphQL API Endpoint, providing an excellent developer experience. ### Get Started