diff --git a/website/src/pages/it/substreams/developing/solana/account-changes.mdx b/website/src/pages/it/substreams/developing/solana/account-changes.mdx index 6f19b0c346e3..8a1bdb86a7b4 100644 --- a/website/src/pages/it/substreams/developing/solana/account-changes.mdx +++ b/website/src/pages/it/substreams/developing/solana/account-changes.mdx @@ -11,7 +11,7 @@ This guide walks you through the process of setting up your environment, configu > NOTE: History for the Solana Account Changes dates as of 2025, block 310629601. -For each Substreams Solana account block, only the latest update per account is recorded, see the [Protobuf Referece](https://buf.build/streamingfast/firehose-solana/file/main:sf/solana/type/v1/account.proto). If an account is deleted, a payload with `deleted == True` is provided. Additionally, events of low importance ware omitted, such as those with the special owner “Vote11111111…” account or changes that do not affect the account data (ex: lamport changes). +For each Substreams Solana account block, only the latest update per account is recorded, see the [Protobuf Reference](https://buf.build/streamingfast/firehose-solana/file/main:sf/solana/type/v1/account.proto). If an account is deleted, a payload with `deleted == True` is provided. Additionally, events of low importance ware omitted, such as those with the special owner “Vote11111111…” account or changes that do not affect the account data (ex: lamport changes). > NOTE: To test Substreams latency for Solana accounts, measured as block-head drift, install the [Substreams CLI](https://docs.substreams.dev/reference-material/substreams-cli/installing-the-cli) and running `substreams run solana-common blocks_without_votes -s -1 -o clock`. diff --git a/website/src/pages/it/substreams/publishing.mdx b/website/src/pages/it/substreams/publishing.mdx index d8904a49d38d..a7e3be2068bc 100644 --- a/website/src/pages/it/substreams/publishing.mdx +++ b/website/src/pages/it/substreams/publishing.mdx @@ -44,7 +44,7 @@ A Substreams package is a precompiled binary file that defines the specific data ![confirm](/img/4_confirm.png) -That's it! You have succesfully published a package in the Substreams registry. +That's it! You have successfully published a package in the Substreams registry. ![success](/img/5_success.png)