Just a small update to handle a change to MetaMask's error object and to add a notification for the txError
event that happens when there is no stack
or message
parameter on the error object returned from MetaMask.
Change log:
- Handle error object (#377)
- Notification for
txError
event (f274dd3)