Update Blocknative SDK
A small release to update to the latest Blocknative SDK version which adds adds the ability to unsubscribe from a watched address.
Code has been updated in the balance
store where the current address is watched for confirmed transactions so that the previous address will be unwatched when the current address changes to avoid unnecessary messages from the server.
The lodash.debounce
dependency has also been removed as it is no longer needed due to backend improvements.
Changelog:
- Update sdk and unsubscribe from address (#224)