const provider: JsonRpcProvider = new ethers.providers.JsonRpcProvider(<your-provider-url>) const ethersV5Signer = await wallet.ethers.v5.getSigner().connect(provider)
Was this page helpful?