Ethers - Testnet

const ethers = require('ethers'); // ethers v6

const url = 'https://rpc.rwalayer.com/';
const provider = new ethers.JsonRpcProvider(url);

See Ethers documentation for additional information.