diff --git a/ens-improvement-proposals/ensip-16-offchain-metadata.md b/ens-improvement-proposals/ensip-16-offchain-metadata.md index b6b57c8c..dc64c510 100644 --- a/ens-improvement-proposals/ensip-16-offchain-metadata.md +++ b/ens-improvement-proposals/ensip-16-offchain-metadata.md @@ -122,7 +122,7 @@ const dataLocation = await.resolver.graphqlUrl() ##### GraphQL schema -[GraphQL](https://graphql.org) is a query language for APIs and a runtime for fulfilling those queries with onchain event data. You can use the hosted/decentralised indexing service such as [The Graph](https://thegraph.com), [GodSky](https://docs.goldsky.com/indexing), [QuickNode](https://marketplace.quicknode.com/add-on/subgraph-hosting) or host your own using The Graph, or [ponder](https://ponder.sh) +[GraphQL](https://graphql.org) is a query language for APIs and a runtime for fulfilling those queries with onchain event data. You can use the hosted/decentralised indexing service such as [The Graph](https://thegraph.com), [Goldsky](https://docs.goldsky.com/indexing), [QuickNode](https://marketplace.quicknode.com/add-on/subgraph-hosting) or host your own using The Graph, or [ponder](https://ponder.sh) ##### L1