feat: add MegaETH across all relevant skills - #122
Open
crumb-trail wants to merge 6 commits into
Open
crumb-trail wants to merge 6 commits into
crumb-trail wants to merge 6 commits into
Conversation
…ip skills - l2s: Add MegaETH to comparison table, selection guide, chain details, RPCs/explorers, testnets, and deployment gotchas (multidimensional gas, 10ms mini blocks, MegaEVM differences) - gas: Add MegaETH column to cost comparison table - addresses: Add MegaETH key addresses (Multicall3, Kumbaya DEX, ERC-8004) - building-blocks: Add MegaETH DeFi section (Kumbaya DEX) - ship: Add MegaETH to chain selection superpower table - root SKILL.md: Mention MegaETH in L2s summary and routing table
|
@crumb-trail is attempting to deploy a commit to the BuidlGuidl Team on Vercel. A member of the Team first needs to authorize it. |
- Add MegaETH to WETH table (0x4200...0006) - Add MegaETH to USDT table (0xB8CE...5ebb) - Add MegaETH to wstETH table (0x601a...98dA) - Add Kumbaya (MegaETH) as Dominant DEX section with SwapRouter02, QuoterV2, UniversalRouter, and pool init code hash - Remove standalone MegaETH Key Addresses section (now integrated)
Covers instant receipts (EIP-7966), WebSocket mini block streaming, gas patterns (fixed base fee, multidimensional gas), storage optimization (Solady, slot reuse, 512KB contracts), Multicall batching, and mega-evme debugging. Links to awesome-megaeth-ai and megaeth-ai-developer-skills.
- gas: remove '<' prefix from MegaETH cost estimates - l2s: update finality to 7 days - l2s: remove '(Frontier mainnet, developer access)' note - l2s: fix '100x faster' claim to 'fastest block production' - l2s: add links to megaeth dev skill and awesome-megaeth-ai in deployment section
0xBreadguy
approved these changes
Mar 15, 2026
| - Multicall3 is at the standard address: `0xcA11bde05977b3631167028862bE2a173976CA11`. | ||
|
|
||
| **Debugging:** | ||
| - [mega-evme](https://github.com/megaeth-labs/mega-evm) — replay transactions with full traces, profile gas by opcode. |
Contributor
There was a problem hiding this comment.
mega-evme - Is that a typo?
There was a problem hiding this comment.
Nope! (although the link should go deeper)
https://github.com/megaeth-labs/mega-evm/tree/main/bin/mega-evme
"A command-line tool for executing and debugging EVM bytecode, similar to go-ethereum's evm command. This tool provides a convenient way to test, debug, and replay EVM transactions with full control over the execution environment."
escottalexander
approved these changes
Apr 1, 2026
escottalexander
left a comment
Contributor
There was a problem hiding this comment.
This looks good to me. @austintgriffith
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Adds MegaETH (Chain ID 4326) coverage across the ethskills knowledge base. MegaETH is a real-time Ethereum L2 with 10ms mini blocks, 10B gas per EVM block, and sub-cent transaction costs.
Changes by file
l2s/SKILL.md(biggest change)gas/SKILL.mdship/SKILL.mdaddresses/SKILL.mdbuilding-blocks/SKILL.mdRoot
SKILL.mdAll technical details sourced from MegaETH docs and verified contract addresses.