From 8326ac3fdbbfc48962bbf1248e9e9a232d977635 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:48:46 +0000 Subject: [PATCH] =?UTF-8?q?[docs-agent]=20Revert=20v1=20Solana=20DAS=20get?= =?UTF-8?q?Asset=20CU=20160=20=E2=86=92=2080=20(keep=20v2=20at=20160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #1460 (DOCS-145) bumped getAsset CU from 80 to 160 on both v1 and v2. Victor followed up asking to keep v2 at 160 but revert v1 back to 80. Reverts in three places: v1 OpenRPC spec (x-compute-units), v1 landing MDX table, and the Solana DAS APIs table on the Compute Unit Costs page. v2 spec + v2 landing page are unchanged. Note: the compute-unit-costs.mdx Solana DAS table sits inside {/* cu:auto product="solana-das" */} so the next chain-config auto-sync will restore whatever value topconfig.yml has. If topconfig.yml still shows 160, a follow-up chain-config PR would be needed to make the 80 stick. Refs DOCS-160 Requested-by: @victorbware --- .../api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx | 2 +- .../pricing-resources/pricing/compute-unit-costs.mdx | 2 +- src/openrpc/alchemy/solana-das/solana-das.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx b/content/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx index 1a5c6aed9..12acfe6b5 100644 --- a/content/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx +++ b/content/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx @@ -23,7 +23,7 @@ For more information about DAS, visit the Metaplex documentation: https://develo | Method | Function | CU cost | Throughput CUs (how many CUs this will count for towards your CUs per second capacity) | | --- | --- | --- | --- | -| [getAsset](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset) | Returns the information of a compressed/standard asset including metadata and owner. | 160 | 200 | +| [getAsset](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset) | Returns the information of a compressed/standard asset including metadata and owner. | 80 | 200 | | [getAssets](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets) | Returns the information of multiple compressed/standard assets including their metadata and owners. | 480 | 200 | | [getAssetProof](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proof) | Returns the merkle tree proof information for a compressed asset. | 160 | 200 | | [getAssetProofs](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proofs) | Returns the merkle tree proof information for multiple compressed assets. This method is used to verify the authenticity of compressed NFTs by retrieving their merkle proofs. | 480 | 200 | 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 7c40101b2..4354df0ea 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -163,7 +163,7 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh {/* cu:auto product="solana-das" */} | Method | CU | Throughput CU | | -------------------- | --- | ------------- | -| getAsset | 160 | 200 | +| getAsset | 80 | 200 | | getAssetProof | 160 | 200 | | getAssetSignatures | 160 | 200 | | getNftEditions | 160 | 200 | diff --git a/src/openrpc/alchemy/solana-das/solana-das.yaml b/src/openrpc/alchemy/solana-das/solana-das.yaml index 1ae467156..3c3ac3451 100644 --- a/src/openrpc/alchemy/solana-das/solana-das.yaml +++ b/src/openrpc/alchemy/solana-das/solana-das.yaml @@ -13,7 +13,7 @@ servers: methods: - name: getAsset description: Returns information about a single digital asset. - x-compute-units: 160 + x-compute-units: 80 x-rate-limit-cus: 200 paramStructure: by-name params: