Skip to content

docs: rename Embedded Account APIs to Signer APIs #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 | - |
Expand All @@ -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 |
| -------------------- | ---- | ------------- |
Expand Down