-
Notifications
You must be signed in to change notification settings - Fork 7
Expand Compute Unit pricing page with new chains and endpoints #799
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
Conversation
🌿 Documentation Preview
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR expands the Compute Unit pricing documentation by adding pricing information for newly supported blockchain networks and API methods. The changes provide comprehensive coverage of API endpoints across multiple chains to improve developer understanding of costs.
Key Changes
- Added new Ethereum JSON-RPC methods including blob fee APIs and extended trace methods
- Added complete pricing tables for six new blockchain networks: Beacon, Aptos, Bitcoin, Celestia, Sui, and Tron
- Added Arbitrum-specific trace API methods with their respective CU costs
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | eth\_sendRawTransaction | 40 | 250 | | ||
| | eth\_sendRawTransactionSync | 40 | 250 | | ||
| | eth\_getBlockReceipts | 20 | 500 | | ||
| | eth\_submitWork | 20 | - | |
Copilot
AI
Nov 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The throughput CU value '-' is inconsistent with the pattern used in the rest of the table. Consider using an empty cell or a numeric value (0 or N/A) to maintain consistency with other entries that have defined throughput CU values.
| | eth\_submitWork | 20 | - | | |
| | eth\_submitWork | 20 | | |
| | trace\_block | 20 | 20 | | ||
| | trace\_transaction | 40 | 40 | | ||
| | trace\_call | 40 | 40 | | ||
| | trace\_callMany | 80 | 3000 | |
Copilot
AI
Nov 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CU and throughput CU values for trace_callMany (80, 3000) differ from the pattern of other trace methods. Verify these values are correct, as trace_call has CU=40 and throughput CU=40, which might suggest trace_callMany should follow a similar proportional pattern.
| | trace\_callMany | 80 | 3000 | | |
| | trace\_callMany | 40 | 40 | |
b42d828 to
e105e2d
Compare
Description
Update pricing page with new networks and methods for a better coverage. Used sources:
Related Issues
Changes Made
Testing
pnpm run validate)