ethers plugin for matic.js
npm i @maticnetwork/maticjs-ethers
import { use } from '@maticnetwork/maticjs'
import { Web3ClientPlugin } from '@maticnetwork/maticjs-ethers'
// install ethers plugin
use(Web3ClientPlugin)
That's all you need to do and ethers
will be used for web3 calls.