From 9f5d01a3d89b52fdeb57e8216c1d10c5e86b4d57 Mon Sep 17 00:00:00 2001 From: Hemanth Soni Date: Tue, 10 Oct 2023 18:07:14 -0400 Subject: [PATCH] Update ensip-16 to address typo (GodSky > Goldsky) --- ens-improvement-proposals/ensip-16-offchain-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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