Guide
Copy MegaETH chain ID 4326 and RPC URL
MegaETH mainnet uses chain ID 4326 / 0x10e6, ETH as the gas token, public RPC endpoint https://mainnet.megaeth.com/rpc, and explorerhttps://mega.etherscan.io. Use this guide to copy the fields, open source docs, and check setup cautions before use. This page refreshed Jun 26, 2026, 3:11 PM UTC; source docs were reviewed June 26, 2026.
Quick settings
MegaETH chain ID 4326 quick answer
Use 4326 / 0x10e6 for MegaETH mainnet, with RPC URLhttps://mainnet.megaeth.com/rpc, explorer https://mega.etherscan.io, and ETH as the gas token. Verify the fields against the linked source docs before using them in a wallet, script, or app.
- MegaETH chain ID 4326 / 0x10e6 for wallet or RPC setup;
- the public RPC URL, explorer, ETH gas token, and source docs together;
- wallet config text without launch-readiness or provider-ranking claims.
https://mainnet.megaeth.com/rpcVerification record
Manual metadata review and automated evidence checks are tracked separately. This is not a live uptime, latency, or production reliability monitor.
- Manual metadata review
- Verification status
- Verified metadata
- Verification run
source-monitoring-2026-06-26- Verification tool
source-monitoring-refresh- Source set
- MegaETH docs
- Manual review cadence
- monthly; after July 26, 2026
- Latest recorded chain ID probe
eth_chainIdmatched expected0x10e6; observed0x10e6on
MegaETH wallet-add fields
Use these manual fields when comparing Main.net with wallet directory entries or MegaETH source documentation before calling wallet_addEthereumChain.
- chainId
0x10e6(4326)- nativeCurrency
- ETH; name ETH, symbol ETH, decimals 18
- rpcUrls
https://mainnet.megaeth.com/rpc- blockExplorerUrls
- https://mega.etherscan.io
MegaETH mainnet settings
- RPC URL
https://mainnet.megaeth.com/rpc- Explorer
- https://mega.etherscan.io
- Chain ID
- 4326
- Chain ID hex
0x10e6- Currency symbol
- ETH
- Source
- MegaETH docs
MegaETH EIP-3085 config JSON
Ready-to-copy wallet_addEthereumChain parameters generated from the fields above. Main.net does not connect wallets or request permissions.
Review source documentation before using this in an app or wallet flow.
{
"chainId": "0x10e6",
"chainName": "MegaETH",
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": [
"https://mainnet.megaeth.com/rpc"
],
"blockExplorerUrls": [
"https://mega.etherscan.io"
]
}Important note
MegaETH states RPC endpoints are rate-limited and may change. Always check official docs before relying on endpoint URLs.
Main.net is an independent reference site and is not affiliated with MegaETH. Always verify important details in source documentation before configuring software that may sign transactions.