From 2861d0b3f9f43b10e3aaf3310d808c5a1b3b6fe3 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:18:37 +0000 Subject: [PATCH] [docs-agent] Weekly style audit fixes 2026-09-02 Fix ERROR-level style violations found in this week's merged content PRs. * simulation-faqs.mdx: ERC721 -> ERC-721 (x3), ERC155 -> ERC-1155 * custom-webhook-filters.mdx: on-chain -> onchain (x2) Only ERROR-level terminology repeats in the same file were addressed; warning-level issues were noted separately and left for author judgment. --- .../transaction-simulation/simulation-faqs.mdx | 6 +++--- .../custom-webhooks-quickstart/custom-webhook-filters.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx b/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx index 8a98bdb70..03018bf53 100644 --- a/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx +++ b/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx @@ -30,11 +30,11 @@ slug: reference/simulation-faqs *** -## Do you support NFTs that predate ERC721? +## Do you support NFTs that predate ERC-721? Yes. -We recently added support for the following NFTs that predate the ERC721 standard: +We recently added support for the following NFTs that predate the ERC-721 standard: * CryptoKitties * Cryptopunks @@ -50,7 +50,7 @@ This is consistent with our [Transfers API](/docs/reference/transfers-api-quicks *** -## How can I get metadata for NFTs (ERC721, ERC155)? +## How can I get metadata for NFTs (ERC-721, ERC-1155)? You can use the collection address (`contractAddress`) and token id (`tokenId`) returned in the response to call our getNFTMetadata endpoint - see [here](/docs/reference/getnftmetadata). diff --git a/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx b/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx index 9fbb8dc73..c9813c5a7 100644 --- a/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx +++ b/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx @@ -5,11 +5,11 @@ subtitle: Understand what filters are available for Custom Webhooks and how to u slug: reference/custom-webhook-filters --- -Alchemy's Custom Webhooks allow you to access any on-chain activity while also precisely defining filters to control your data pipelines. With Alchemy's filters, you are able to set up logic for when you want blockchain data, whether that's for token movement, transactions of interest, or full blocks of data! Additionally, they allow you to easily filter down the data to exactly what you need, saving you on data ingestion costs and reducing infrastructure overhead. +Alchemy's Custom Webhooks allow you to access any onchain activity while also precisely defining filters to control your data pipelines. With Alchemy's filters, you are able to set up logic for when you want blockchain data, whether that's for token movement, transactions of interest, or full blocks of data! Additionally, they allow you to easily filter down the data to exactly what you need, saving you on data ingestion costs and reducing infrastructure overhead. To get started with the filters head over to the [Custom Webhook playground](https://dashboard.alchemy.com/notify) and test them out! -Alchemy's Custom Webhooks currently feature filters on 3 types of on-chain data: +Alchemy's Custom Webhooks currently feature filters on 3 types of onchain data: * Events/Logs * External Transactions