From 8ab8063d9350272d2a058b008230430e377384eb Mon Sep 17 00:00:00 2001 From: Will Hennessy Date: Mon, 21 Jul 2025 17:09:30 -0400 Subject: [PATCH] docs: rename Embedded Account APIs to Signer APIs --- .../pricing-resources/pricing/compute-unit-costs.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fern/api-reference/pricing-resources/pricing/compute-unit-costs.mdx b/fern/api-reference/pricing-resources/pricing/compute-unit-costs.mdx index bee921c2..3f206f85 100644 --- a/fern/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/fern/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -240,8 +240,6 @@ All zkSync Era specific methods cost 10 CUs, this includes the methods listed be # Gas Manager & Bundler APIs -Similar to the [NFT API](/reference/compute-unit-costs#nft-api), the Gas Manager & Bundler APIs implement "Throughput CU" to count separately toward your applications' throughput! - | Method | CU | Throughput CU | | ------------------------------------------ | ---- | ------------- | | eth\_sendUserOperation | 1000 | 100 | @@ -257,8 +255,6 @@ Similar to the [NFT API](/reference/compute-unit-costs#nft-api), the Gas Manager # Wallet APIs -Similar to the [NFT API](/reference/compute-unit-costs#nft-api), the Wallet APIs implement "Throughput CU" to count separately toward your applications' throughput! - | Method | CU | Throughput CU | | ------------------------------------------ | ---- | ------------- | | wallet_requestAccount | 50 | - | @@ -269,9 +265,7 @@ Similar to the [NFT API](/reference/compute-unit-costs#nft-api), the Wallet APIs | wallet_getCallsStatus | 20 | - | | wallet_listAccounts | 10 | - | -# Embedded Account APIs - -Similar to the [NFT API](/reference/compute-unit-costs#nft-api), the Embedded Account APIs implement "Throughput CU" to count separately toward your applications' throughput! +# Signer APIs | Method | CU | Throughput CU | | -------------------- | ---- | ------------- |