From 2b438c3b0eefc82d7f8f75c0fc3723029aad54a2 Mon Sep 17 00:00:00 2001 From: docs-agent Date: Wed, 29 Apr 2026 17:23:16 +0000 Subject: [PATCH] [docs-agent] Weekly style audit fixes (2026-04-29) Apply STYLE_RULES.md preferred-forms to terminology violations introduced this week. - content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx: Background section had two terminology misses in the same paragraph. off-chain -> offchain, on-chain -> onchain. The page was newly added in #1240. The rest of the audited PRs only contained single-instance, warning-level findings (noted in the audit summary, not PR'd per the playbook). --- .../data/nft-api/alchemy-photon-apis-for-solana.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx b/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx index f90037bf1..b343ee7fe 100644 --- a/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx +++ b/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx @@ -8,7 +8,7 @@ subtitle: Alchemy Photon APIs for Solana ZK Compression Alchemy supports the [Photon](https://github.com/helius-labs/photon) indexer, an open-source ZK Compression indexer maintained by Helius. These endpoints let you read [ZK Compressed](https://www.zkcompression.com/) Solana state — accounts, token balances, and transaction signatures — through the same familiar JSON-RPC surface used for standard Solana calls. -ZK Compression stores most of an account's data off-chain in a merkle tree while keeping a small commitment on-chain, letting applications mint and manage thousands of accounts or tokens at a fraction of the normal rent cost. Photon indexes those compressed accounts and exposes them through the methods below, following the [Photon API specification](https://github.com/helius-labs/photon). +ZK Compression stores most of an account's data offchain in a merkle tree while keeping a small commitment onchain, letting applications mint and manage thousands of accounts or tokens at a fraction of the normal rent cost. Photon indexes those compressed accounts and exposes them through the methods below, following the [Photon API specification](https://github.com/helius-labs/photon). These endpoints are served through the standard Solana Alchemy endpoints (`https://solana-mainnet.g.alchemy.com/v2/` and `https://solana-devnet.g.alchemy.com/v2/`), so you can call them with the same client you already use for Solana Core RPC.