From a3cc739d56493761c3c111f8d0c7d00f0bf6afa1 Mon Sep 17 00:00:00 2001 From: Arsenii Petrovich <23522179+ArseniiPetrovich@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:34:42 +0100 Subject: [PATCH] Update fevm-indexers.md --- smart-contracts/advanced/fevm-indexers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-contracts/advanced/fevm-indexers.md b/smart-contracts/advanced/fevm-indexers.md index 569b24165..cf8243ce2 100644 --- a/smart-contracts/advanced/fevm-indexers.md +++ b/smart-contracts/advanced/fevm-indexers.md @@ -86,5 +86,5 @@ One of the popular subgraphs is a subgraph containing information about all the ``` - Click "Execute query" (alternatively Ctrl+Enter, the icon with white triangle in the red square) and adjust query if needed. -- Copy "Queries (HTTP)" URL on the top of the Playground as well as resulting query to your code. The subgraph querying is free so far, although it requires an [API key](#deploying-your-own-subgraph). +- Copy "Queries (HTTP)" URL on the top of the Playground as well as resulting query to your code. The subgraph querying is free so far, although it requires an API key.