Comment on page
Connect to Chain
MetaMask can access many more networks other than just the Ethereum mainnet - any EVM-compatible network can be added. The abbreviation RPC stands for Remote Procedure Call, a set of protocols that allow a client (such as MetaMask) to interact with a blockchain.
.png?alt=media&token=21201dae-4429-4902-9b93-dcbbfc369c89)
Network Name | Bitrock Testnet |
Symbol | BROCK |
RPC Endpoints | https://testnet.bit-rock.io |
Websocket Endpoint | wss://testnet.bit-rock.io/ws/ |
Chain ID | 7771 |
Block Explorer | |
Faucet |
Network Name | Bitrock Mainnet |
Symbol | BROCK |
RPC Endpoints | |
| |
Websocket Endpoint | wss://connect.bit-rock.io/ws/ |
| wss://brockrpc.io/ws/ |
Chain ID | 7171 |
Block Explorer |
1
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":53}' https://connect.bit-rock.io
Last modified 2mo ago