ChainsBase
Base RPC
MEV protection. Using a protected RPC endpoint to avoid front-running and sandwitching bots
Base is an open-source optimistic rollup built on the Ethereum
blockchain. Rollups are L2 blockchains built to help layer one (L1)
blockchains like {BITCOIN_LINK} and Ethereum scale. They bundle hundreds of
transactions and submit them to L1 as a single transaction, which reduces
gas fees for the end user. dRPC's Base RPC offerings ensure foundational
access and seamless integration with multiple blockchain platforms,
underpinning the functionality and efficiency of advanced blockchain
applications.Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://base.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 Base Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameBase
New RPC URL
https://base.drpc.org
Chain ID
0x2105
Currency Symbol
ETH
Block Explorer URL (Optional)
https://base.blockscout.com
By clicking on the Base icon in the network selection drop-down menu in MetaMask, you can now switch to the Base and perform all transactions on that network
FAQ
Base RPC refers to the fundamental Remote Procedure Call infrastructure that facilitates core interactions with blockchain networks. It is crucial for executing basic blockchain operations, including data retrieval and transaction processing.