ChainsBerachain
Berachain RPC
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://berachain.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 Berachain Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameBerachain
New RPC URL
https://berachain.drpc.org
Chain ID
0x138de
Currency Symbol
BERA
Block Explorer URL (Optional)
https://berascan.com/
By clicking on the Berachain icon in the network selection drop-down menu in MetaMask, you can now switch to the Berachain and perform all transactions on that network
FAQ
RPC in Berachain enables external applications to communicate with the Berachain blockchain, facilitating data retrieval and interaction with smart contracts.