ChainsImmutable zkEVM
Immutable zkEVM RPC
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://immutable-zkevm.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"REPLACE_ME_WITH_ACTUAL_METHOD","params":[],"id":1}'
How to add Immutable zkEVM Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameImmutable Zkevm
New RPC URL
https://immutable-zkevm.drpc.org
Chain ID
0x343b
Currency Symbol
IMX
Block Explorer URL (Optional)
https://explorer.immutable.com
By clicking on the Immutable zkEVM icon in the network selection drop-down menu in MetaMask, you can now switch to the Immutable zkEVM and perform all transactions on that network
FAQ
RPC in Immutable zkEVM is a protocol used for interfacing with the zkEVM-based blockchain. It enables external applications to communicate with the network, facilitating various operations such as querying data and executing transactions efficiently.