From 10a820327bc42dbfc7ec6924e69f7a55960583b8 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:05:41 +0100 Subject: [PATCH 1/3] Update tags.md --- docs/squid-cli/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/squid-cli/tags.md b/docs/squid-cli/tags.md index 9efc6bbb..067667f9 100644 --- a/docs/squid-cli/tags.md +++ b/docs/squid-cli/tags.md @@ -1,7 +1,7 @@ `sqd tags` ============= -Manage squid deployements' tags. See the [slots and tags guide](/cloud/resources/slots-and-tags). +Manage squid deployments' tags. See the [slots and tags guide](/cloud/resources/slots-and-tags). * [`sqd tags add`](#sqd-tags-add) * [`sqd tags remove`](#sqd-tags-remove) From dcf13bcec1e325bb0677775507130dfa8f3694d8 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:07:38 +0100 Subject: [PATCH 2/3] Update gear.md --- docs/sdk/resources/substrate/gear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/resources/substrate/gear.md b/docs/sdk/resources/substrate/gear.md index 4d3da63c..4fc01132 100644 --- a/docs/sdk/resources/substrate/gear.md +++ b/docs/sdk/resources/substrate/gear.md @@ -7,7 +7,7 @@ description: >- # Gear support :::info -SQD Network has gateways for two networks that use Gear Protocol: **Vara** and **Vara Testnet**. Here are their endopint URLs: +SQD Network has gateways for two networks that use Gear Protocol: **Vara** and **Vara Testnet**. Here are their endpoint URLs: ``` https://v2.archive.subsquid.io/network/vara ``` From 5ba7dc0bb2fff64a9dc0349c7379675a35a49df5 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:10:53 +0100 Subject: [PATCH 3/3] Update logs.md --- docs/tron-indexing/tron-batch-processor/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tron-indexing/tron-batch-processor/logs.md b/docs/tron-indexing/tron-batch-processor/logs.md index c0d666da..9754223c 100644 --- a/docs/tron-indexing/tron-batch-processor/logs.md +++ b/docs/tron-indexing/tron-batch-processor/logs.md @@ -36,7 +36,7 @@ Omit the `where` field to subscribe to all logs network-wide. **Related data** can be requested via the `include` field: -- `transaction = true`: will retrieve the parent transacton for each selected log. +- `transaction = true`: will retrieve the parent transaction for each selected log. The data will be added to the `.transactions` iterable within [block data](/tron-indexing/tron-batch-processor/context-interfaces) and made available via the `.transaction` field of each log item.