0xpiotr

Results 4 issues of 0xpiotr

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

investigate

If adapter is instantiated before the extension plugin is injected then the wallet is not detected correctly. Calling `adapter.connect()` results in `WalletType Address Info Error` error to be thrown. A...