Skip to content

Commit

Permalink
Merge pull request #364 from ben46/master
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
abernatskiy authored Feb 19, 2024
2 parents fa1e9b5 + 7823893 commit b31aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here is an incomplete list:

### How does Squid SDK handle unfinalized blocks?

The Subsquid Network only serves finalized blocks and is typically ~1000 blocks behind the tip. The most recent blocks, as well as the unfinalized blocks are seemlesly handled by the SDK from a complementary RPC data source, set by the `chain` config. Potential chain reorgs are automatically handled under the hood. See [Indexing unfinalized blocks](/sdk/resources/basics/unfinalized-blocks) for details.
The Subsquid Network only serves finalized blocks and is typically ~1000 blocks behind the tip. The most recent blocks, as well as the unfinalized blocks are seamlessly handled by the SDK from a complementary RPC data source, set by the `chain` config. Potential chain reorgs are automatically handled under the hood. See [Indexing unfinalized blocks](/sdk/resources/basics/unfinalized-blocks) for details.

### What is the latency for the data served by the squid?

Expand Down

0 comments on commit b31aab9

Please sign in to comment.