ChainsArbitrum One
Arbitrum One RPC
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://arbitrum.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 Arbitrum One Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameArbitrum
New RPC URL
https://arbitrum.drpc.org
Chain ID
0xa4b1
Currency Symbol
ETH
Block Explorer URL (Optional)
https://arbitrum.blockscout.com
By clicking on the Arbitrum One icon in the network selection drop-down menu in MetaMask, you can now switch to the Arbitrum One and perform all transactions on that network
FAQ
RPC in Arbitrum refers to the Remote Procedure Call protocol used for interacting with the Arbitrum Layer-2 network. It allows external applications to communicate with the Arbitrum blockchain, enabling data requests and transaction processing.