From 7709526ddc5bf0bab2a09de530cf1cf7e136bb1d Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:26:12 +0000 Subject: [PATCH] [docs-agent] Sync Solana Standard JSON-RPC CU table Brings the table in line with topconfig.yml in OMGWINNING/chain-config and the canonical Solana endpoints list in src/openrpc/chains/solana/solana.yaml. - Add getTransactionsForAddress (CU 100) - Add getTokenAccountsByDelegate (CU 10) - Add throughput CU 800 to getSupply - Add throughput CU 117 to getProgramAccounts - Add throughput CU 300 to getInflationReward Refs DOCS-128 Requested-by: @seansing --- .../pricing-resources/pricing/compute-unit-costs.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx index ff508f0b8..6d0a16aaa 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -123,6 +123,7 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh | getSignatureStatuses | 20 | | | getBlocks | 10 | | | getTokenAccountsByOwner | 10 | | +| getTokenAccountsByDelegate | 10 | | | getMinimumBalanceForRentExemption | 10 | | | getBalance | 10 | | | getGenesisHash | 10 | | @@ -134,11 +135,12 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh | getSignaturesForAddress | 40 | | | getFirstAvailableBlock | 40 | | | getTransaction | 40 | | +| getTransactionsForAddress | 100 | | | getBlock | 40 | | -| getProgramAccounts | 20 | | -| getInflationReward | 40 | | +| getProgramAccounts | 20 | 117 | +| getInflationReward | 40 | 300 | | getPriorityFeeEstimate | 10 | 20 | -| getSupply | 160 | | +| getSupply | 160 | 800 | | getLargestAccounts | 3000 | | | batch\* | CU of method # times called | |