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.

Bitrock Testnet

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
​​

Bitrock Mainnet

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

JSON-RPC Method

1
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":53}' https://connect.bit-rock.io