Guide
MegaETH chain ID and RPC URL
MegaETH mainnet uses chain ID 4326 / 0x10e6, ETH as the gas token, and
the public RPC endpoint https://mainnet.megaeth.com/rpc.
Network MegaETH Mainnet
Chain ID 4326 / 0x10e6
Gas token ETH
Checked April 30, 2026
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
Text-only wallet_addEthereumChain parameters generated from reviewed fields.
Main.net does not connect wallets or request permissions.
Copy-ready JSON
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.