ethers.js icon indicating copy to clipboard operation
ethers.js copied to clipboard

fix: throw error when response malformed

Open piotr-layerzero opened this issue 3 years ago • 0 comments

Currently when RPC returns malformed response (eg. html) JsonRpcBatchProvider will just fail and promise will not get rejected This fixes the issue

piotr-layerzero avatar Apr 14 '22 18:04 piotr-layerzero