From f43a35a163b4a4f44a6ee6ecfb35b6c62b4cd130 Mon Sep 17 00:00:00 2001 From: umba <95478197+oxbau@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:42:47 +0300 Subject: [PATCH] Update subgraph-example.md Hi, I have two suggestions for this text: 1- "R" appears after "transaction array.R" in the "Swap Data" section, which seems like an unintended character. I removed it. 2- "the the" appears in the "Token Data" section, where the word "the" is repeated. I also removed it. Thanks. --- docs/api/subgraph/guides/subgraph-example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/subgraph/guides/subgraph-example.md b/docs/api/subgraph/guides/subgraph-example.md index 4c163aa33..e8cd9fe4a 100644 --- a/docs/api/subgraph/guides/subgraph-example.md +++ b/docs/api/subgraph/guides/subgraph-example.md @@ -166,7 +166,7 @@ This query returns daily aggregated data for the first 10 days since the given t ### General Swap Data -To query data about a particular swap, input the transaction hash + "#" + the index in the swaps the transaction array.R +To query data about a particular swap, input the transaction hash + "#" + the index in the swaps the transaction array. This is the reference for the full [swap schema](https://github.com/Uniswap/v3-subgraph/blob/main/schema.graphql#L353). This query fetches data about the sender, receiver, amounts, transaction data, and timestamp for a particular swap. @@ -226,7 +226,7 @@ swaps(orderBy: timestamp, orderDirection: desc, where: ## Token Data -Input the the token contract address to fetch token data. Any token that exists in at least one Uniswap V3 pool can be queried. The output will aggregate data across all v3 pools that include the token. +Input the token contract address to fetch token data. Any token that exists in at least one Uniswap V3 pool can be queried. The output will aggregate data across all v3 pools that include the token. ### General Token Data