[Writer] Add eth_getWithdrawalProof CU cost for MegaETH#1237
Open
JackReacher0807 wants to merge 2 commits intomainfrom
Open
[Writer] Add eth_getWithdrawalProof CU cost for MegaETH#1237JackReacher0807 wants to merge 2 commits intomainfrom
JackReacher0807 wants to merge 2 commits intomainfrom
Conversation
🔗 Preview Mode
|
SahilAujla
approved these changes
Apr 20, 2026
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (80) — click to expandErrors per inputErrors in ./content/api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx
Errors in ./content/api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx
Errors in ./content/wallets/pages/concepts/smart-account-client.mdx
Errors in ./content/wallets/pages/recipes/smart-wallets-aave.mdx
Errors in ./content/wallets/pages/recipes/upgrade-to-smart-accounts.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-expo.mdx
Errors in ./content/changelog/2026-03-26.md
Errors in ./content/tutorials/alchemy-university/smart-contract-basics/multi-sig-contracts.mdx
Errors in ./content/api-reference/katana/katana-api-overview.mdx
Errors in ./content/wallets/pages/recipes/onramp-funds.mdx
Errors in ./content/wallets/pages/authentication/overview.mdx
Errors in ./content/wallets/pages/index.mdx
Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
Errors in ./content/changelog/2025-09-18.md
Errors in ./content/api-reference/hyperevm/hyperevm-api-overview.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-rn-bare.mdx
Errors in ./content/changelog/2025-08-28.md
Errors in ./content/changelog/2026-04-09.md
Errors in ./content/wallets/pages/smart-wallets/how-to-stamp-requests.mdx
Errors in ./content/wallets/pages/bundler-api/bundler-faqs.mdx
Errors in ./content/wallets/pages/recipes/send-usdc.mdx
Errors in ./content/api-reference/introduction/api-overview.mdx
Errors in ./content/wallets/pages/smart-wallets/quickstart/index.mdx
|
dslovinsky
approved these changes
Apr 20, 2026
…her chain sections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes DOCS-44.
Change
Adds a new
# MegaETH: Specific Methodssection to the Compute Unit Costs page with an entry foreth_getWithdrawalProofat 20 CU, applicable toMEGAETH_TESTNETandMEGAETH_MAINNET.Why this structure
The page already uses a per-chain "Specific Methods" pattern for chains that support non-standard RPC methods or chain-specific variants (Polygon PoS, Polygon zkEVM, Citrea, Linea, zkSync Era, etc.). Even though
eth_getWithdrawalProofuses theeth_namespace, it's only supported on MegaETH, so adding it to the chain-agnosticEVM: Standard JSON-RPC Methodstable would be misleading. A dedicatedMegaETH: Specific Methodssection (placed next to Linea, another L2) is consistent with the existing convention, and I added a short note clarifying that the section applies to both MegaETH testnet and mainnet.Test plan