JsonRpcProvider
const ethers = require('ethers'); // ethers v6 const url = 'https://rpc.blast.io'; const provider = new ethers.JsonRpcProvider(url);
const ethers = require('ethers'); // ethers v6 const url = 'https://sepolia.blast.io'; const provider = new ethers.JsonRpcProvider(url);