ethers.js
ethers.js copied to clipboard
fix: throw error when response malformed
Currently when RPC returns malformed response (eg. html) JsonRpcBatchProvider will just fail and promise will not get rejected
This fixes the issue