How to connect to Buburuza?
Mainnet:
Network name :
Buburuza MainnetChain ID (decimal) :
30143370385RPC URL :
https://rpc-mainnet.buburuza.com/rpcExplorer :
https://explorer-mainnet.buburuza.com/Currency symbol :
BUB
Testnet :
Network name :
Buburuza TestnetChain ID (decimal) :
5456918401RPC URL :
https://rpc.buburuza.com/rpcExplorer :
https://explorer.buburuza.comCurrency symbol :
BUBU
Quick check (JSON-RPC using curl)
Replace <RPC_URL> with your RPC URL:
curl -s -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}' \
<RPC_URL>Response will include the latest block number (hex). If you get a result, RPC is working.
Programmatic chainId (ethers.js)
Last updated
