How to connect to Buburuza?
curl -s -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}' \
<RPC_URL>Last updated
curl -s -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}' \
<RPC_URL>Last updated
import { ethers } from "ethers";
const provider = new ethers.providers.JsonRpcProvider("<RPC_URL>");
const network = await provider.getNetwork();
console.log("chainId:", network.chainId); // decimal